[Mono-bugs] [Bug 74309][Min] Changed - 'partial' on interface crashes mcs

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 1 Apr 2005 09:34: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 rharinath@novell.com.

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

--- shadow/74309	2005-04-01 08:05:24.000000000 -0500
+++ shadow/74309.tmp.8047	2005-04-01 09:34:02.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 74309
 Product: Mono: Compilers
 Version: 1.0
-OS: 
+OS: unknown
 OS Details: mono 1.1.6
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Minor
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: nazgul@omega.pl               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -56,6 +56,9 @@
 
 Additional Information:
 For partial on enums, csc notes error t1.cs(1,1): error CS0267: The partial
 modifier can only appear immediately before 'class', 'struct', or 'interface'
 
 mcs fails on parse error, but this should probably go to another bugreport
+
+------- Additional Comments From rharinath@novell.com  2005-04-01 09:34 -------
+Fixed in SVN