dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] [bug #5286] namespaces cannot contain word System


From: nobody
Subject: [Pnet-developers] [bug #5286] namespaces cannot contain word System
Date: Sun, 14 Sep 2003 17:00:25 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826

=================== BUG #5286: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5286&group_id=353

Changes by: Rhys Weatherley <address@hidden>
Date: Sun 09/14/2003 at 21:00 (GMT)

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


------------------ Additional Follow-up Comments ----------------------------
Microsoft's compiler, csc, gives a similar error:

x.cs(2,29): error CS0234: The type or namespace name 'Object' does not exist in 
the class or namespace 'X.System' (are you missing an assembly reference?)

Our behaviour is consistent.



=================== BUG #5286: FULL BUG SNAPSHOT ===================


Submitted by: malekith                Project: DotGNU Portable.NET          
Submitted on: Sun 09/14/2003 at 19:15
Category:  None                       Severity:  5 - Major                  
Bug Group:  None                      Resolution:  Invalid                  
Assigned to:  None                    Status:  Closed                       

Summary:  namespaces cannot contain word System

Original Submission:  Compiling following code with cscc gives:
x.cs:3: `Object' is not a member of the namespace `X.System'
x.cs:3: invalid base type

namespace X {
  public class Core : System.Object {
     public static void Main() {}
  }
}
namespace X.System.Y {}



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

-------------------------------------------------------
Date: Sun 09/14/2003 at 21:00       By: rweather
Microsoft's compiler, csc, gives a similar error:

x.cs(2,29): error CS0234: The type or namespace name 'Object' does not exist in 
the class or namespace 'X.System' (are you missing an assembly reference?)

Our behaviour is consistent.


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=5286&group_id=353

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



reply via email to

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