[Mono-bugs] [Bug 70910][Wis] Changed - Strange Chars in header of the file System.Collections.Generic.ReadOnlyCollectio

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 31 Dec 2004 11:03:02 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by bmaurer@users.sf.net.

http://bugzilla.ximian.com/show_bug.cgi?id=70910

--- shadow/70910	2004-12-31 08:44:57.000000000 -0500
+++ shadow/70910.tmp.13646	2004-12-31 11:03:02.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 70910
 Product: Mono: Class Libraries
 Version: 1.0
 OS: Debian Woody
 OS Details: Linux debian GNU/Linux UNSTABLE 2.4.21-xfs #13 SMP Tue Aug 26 01:46:14 CEST 2003 i686 GNU/Linux
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: INVALID
+Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mdupont777@yahoo.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -20,6 +20,17 @@
 contains the following lines :
 "//
 // System.Collections.Generic.ReadOnlyCollection
 "
 
 It cannot compile.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-12-31 11:03 -------
+It can compile dude
+
+[benm@omega System.Collections.Generic]$ gmcs ReadOnlyCollection.cs
+error CS5001: Program ReadOnlyCollection.exe does not have an entry
+point defined
+Compilation failed: 1 error(s), 0 warnings
+
+
+(it also works with csc)