[Mono-bugs] [Bug 71606][Min] Changed - CS0524 not reported when declaring delegate on interface

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 22 Jan 2005 19:19:01 -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 miguel@ximian.com.

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

--- shadow/71606	2005-01-22 11:49:42.000000000 -0500
+++ shadow/71606.tmp.20971	2005-01-22 19:19:01.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 71606
 Product: Mono: Compilers
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Minor
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -32,6 +32,9 @@
 
 syntax error, got token `DELEGATE'
 test.cs(2) error CS1041: Identifier expected: `delegate' is a keyword
 syntax error, got token `CLOSE_BRACE'
 test.cs(3) error CS8025: Parsing error
 Compilation failed: 2 error(s), 0 warnings
+
+------- Additional Comments From miguel@ximian.com  2005-01-22 19:19 -------
+Fixed on CVS.