dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bugs #10311] Possible misinterpretation of 'protected


From: Gopal.V
Subject: [Pnet-developers] [bugs #10311] Possible misinterpretation of 'protected internal'
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040206 Firefox/0.8

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.

/**************************************************************************/
[bugs #10311] Latest Modifications:

Changes by: 
                Gopal.V <address@hidden>
'Date: 
                Wed 09/08/2004 at 09:30 (Asia/Calcutta)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Fix committed to CVS on 8th Sept 2004.






/**************************************************************************/
[bugs #10311] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10311>
Project: DotGNU Portable.NET
Submitted by: Dominique Canazzi
On: Tue 09/07/2004 at 12:53

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  Fixed
Privacy:  Public
Assigned to:  None
Status:  Closed


Summary:  Possible misinterpretation of 'protected internal'

Original Submission:  cscc seems to interpret this combination as "protected 
AND internal". ECMA says "internal, OR ELSE protected".

Example:

   public class A
   {
      protected internal void foo () {}
   }
   public class B : A
   {
      private class X
      {
         private A owner;
         public void SomeMethod ()
         {
            B myOwner = owner as B;
            myOwner.foo ();
         }
      }
   }

does not compile when A and B defined in different assemblies.

Follow-up Comments
------------------


-------------------------------------------------------
Date: Wed 09/08/2004 at 09:30       By: Gopal.V <t3rmin4t0r>
Fix committed to CVS on 8th Sept 2004.












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10311>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]