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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
