[Mono-bugs] [Bug 57703][Wis] Changed - WISH-testcase: MCS emits invalid IL for events on an interface
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 17 Apr 2005 16:06:41 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=57703
--- shadow/57703 2005-04-17 13:39:09.000000000 -0400
+++ shadow/57703.tmp.4518 2005-04-17 16:06:41.000000000 -0400
@@ -156,6 +156,18 @@
------- Additional Comments From martin@ximian.com 2004-09-19 21:23 -------
Someone please provide a testcase or close this bug ....
------- Additional Comments From bmaurer@users.sf.net 2005-04-17 13:39 -------
Ok, I tried and failed to get a real test case here. Am going to close.
+
+------- Additional Comments From bmaurer@users.sf.net 2005-04-17 16:06 -------
+Oops, the issue was
+
+[benm@omega benm]$ ilasm foo.il
+Assembling 'foo.il' , no listing file, to exe --> 'foo.exe'
+
+warning -- Non-static field in interface, set to such
+
+
+So, I wasn't really able to what happened. I am checking in what might
+fail if this ever regressed.