[Mono-bugs] [Bug 81233][Nor] New - gmcs crashes when instantiating an interface
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Mar 25 12:47:45 EDT 2007
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 ijbema at fmf.nl.
http://bugzilla.ximian.com/show_bug.cgi?id=81233
--- shadow/81233 2007-03-25 11:47:44.000000000 -0500
+++ shadow/81233.tmp.25161 2007-03-25 11:47:45.000000000 -0500
@@ -0,0 +1,24 @@
+Bug#: 81233
+Product: Mono: Compilers
+Version: 1.2
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com
+ReportedBy: ijbema at fmf.nl
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: gmcs crashes when instantiating an interface
+
+The following crashes gmcs:
+
+public class Crashy {public static void Main(){B<int> b = new B<int>();}}
+interface B<T> {}
+
+If the generics are left out you get the expected error from gmcs.
More information about the mono-bugs
mailing list