[Mono-bugs] [Bug 60722][Wis] New - sealed abstract class T

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 24 Jun 2004 17:37:29 -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=60722

--- shadow/60722	2004-06-24 17:37:29.000000000 -0400
+++ shadow/60722.tmp.1015	2004-06-24 17:37:29.000000000 -0400
@@ -0,0 +1,26 @@
+Bug#: 60722
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: bmaurer@users.sf.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: sealed abstract class T
+
+using System;
+
+sealed abstract class T {
+	static void Main () {
+	}
+}
+
+should not compile