[Mono-bugs] [Bug 48710][Nor] Changed - MCS 0.26 error CS0070 incorrect

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 27 Sep 2003 16:18:45 -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 mass@akuma.org.

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

--- shadow/48710	2003-09-22 13:40:21.000000000 -0400
+++ shadow/48710.tmp.12921	2003-09-27 16:18:45.000000000 -0400
@@ -69,6 +69,11 @@
 	}
 	static void Whatever( string s )
 	{
 		Console.WriteLine( s );
 	}
 }
+
+------- Additional Comments From mass@akuma.org  2003-09-27 16:18 -------
+Created an attachment (id=5445)
+fix; simply allows a nested type access to the event as a field
+