[Mono-bugs] [Bug 69958][Nor] Changed - Improper setter compiles but SEGs when run.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 27 Nov 2004 11:34:56 -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 jon@norman.k12.ok.us.

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

--- shadow/69958	2004-11-27 11:33:37.000000000 -0500
+++ shadow/69958.tmp.8289	2004-11-27 11:34:56.000000000 -0500
@@ -50,6 +50,11 @@
 {
 	public static void Main() {
 		Broken b = new Broken();
 		b.i = 5;
 	}
 }
+
+------- Additional Comments From jon@norman.k12.ok.us  2004-11-27 11:34 -------
+Created an attachment (id=13327)
+C# source produces bug
+