[Mono-bugs] [Bug 74633][Nor] Changed - CS0419 wrongly reported for event cref

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 16 Apr 2005 10:00:40 -0400 (EDT)


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 gert.driesen@pandora.be.

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

--- shadow/74633	2005-04-16 09:58:48.000000000 -0400
+++ shadow/74633.tmp.22854	2005-04-16 10:00:40.000000000 -0400
@@ -2,21 +2,20 @@
 Product: Mono: Compilers
 Version: 1.1
 OS: GNU/Linux [Other]
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: CS0419 wrongly reported for event cref
 
 A cref to an event caused CS0419 to be reported.
 
 To reproduce, try compiling the following code snippet (using 
 mcs /doc:test.xml test.cs):