[Mono-bugs] [Bug 33026][Nor] Changed - mcs incorrectly chooses property name over type name

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 16 Apr 2003 18:42:00 -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 miguel@ximian.com.

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

--- shadow/33026	Wed Oct 30 05:32:03 2002
+++ shadow/33026.tmp.15586	Wed Apr 16 18:42:00 2003
@@ -2,13 +2,13 @@
 Product: Mono/MCS
 Version: unspecified
 OS: Debian Woody
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: vargaz@freemail.hu               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -36,6 +36,10 @@
  private class Bar {
 	 void bar2() {
 		 Console.WriteLine (Modifiers.Public);
 	 }
  }
 }
+
+------- Additional Comments From miguel@ximian.com  2003-04-16 18:42 -------
+Mhm.  This is very suspicious.  I am reading the spec, and I do not
+see how the spec matches what CSC does.