[Mono-bugs] [Bug 56174][Wis] Changed - MCS allows accessing static methods with instance references
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 29 Mar 2004 22:55:50 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=56174
--- shadow/56174 2004-03-29 22:54:09.000000000 -0500
+++ shadow/56174.tmp.32297 2004-03-29 22:55:50.000000000 -0500
@@ -11,13 +11,13 @@
AssignedTo: bmaurer@users.sf.net
ReportedBy: lluis@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: [PATCH] MCS allows accessing static methods with instance references
+Summary: MCS allows accessing static methods with instance references
This test case shows the bug. Notice that it works if "Start" is not
overloaded.
using System;