[Mono-bugs] [Bug 77396][Min] Changed - GMCS 1.1.13.1 crashes
(different from bug 77395) when compiling generics code below
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Feb 8 14:07:26 EST 2006
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 martin at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77396
--- shadow/77396 2006-02-08 13:49:48.000000000 -0500
+++ shadow/77396.tmp.16172 2006-02-08 14:07:26.000000000 -0500
@@ -55,6 +55,22 @@
------- Additional Comments From martin at ximian.com 2006-02-08 09:25 -------
Hari, can I steal this one from you ?
------- Additional Comments From martin at ximian.com 2006-02-08 13:49 -------
error test
+
+------- Additional Comments From martin at ximian.com 2006-02-08 14:07 -------
+A related non-generic test case:
+
+=====
+class A : B
+{
+ public class B
+ { }
+}
+
+interface C
+{ }
+=====
+
+This must report an error.
More information about the mono-bugs
mailing list