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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 29 Nov 2004 11:14:05 -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-29 10:21:22.000000000 -0500
+++ shadow/69958.tmp.19588	2004-11-29 11:14:05.000000000 -0500
@@ -67,6 +67,12 @@
 
 	public int i {
 		set { i = value; }
 	}
 
 However the runtime should report this exception.
+
+------- Additional Comments From jon@norman.k12.ok.us  2004-11-29 11:14 -------
+"However the runtime should report this exception."
+
+Then, that's the bug being reported. I thought the compiler could
+detect this particular error.