[Mono-bugs] [Bug 30028][Nor] New - mcs doesn't notice property is not static
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
8 Sep 2002 13:15:05 -0000
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 ndrochak@gol.com.
http://bugzilla.ximian.com/show_bug.cgi?id=30028
--- shadow/30028 Sun Sep 8 09:15:05 2002
+++ shadow/30028.tmp.29665 Sun Sep 8 09:15:05 2002
@@ -0,0 +1,22 @@
+Bug#: 30028
+Product: Mono/MCS
+Version: unspecified
+OS: Red Hat 7.3
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Misc
+AssignedTo: martin@gnome.org
+ReportedBy: ndrochak@gol.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Summary: mcs doesn't notice property is not static
+
+in driver.cs there was this line of code which mcs did not report an
+error on:
+ cp = UTF8Encoding.WindowsCodePage;
+
+since WindowsCodePage is not static property, this should fail to compile.