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 15:15:21 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030903 Galeon/1.3.8

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

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:  None                     
Assigned to:  None                    Status:  Open                         

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 {}





No Followups Have Been Posted


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]