[Mono-bugs] [Bug 60722][Wis] Changed - [PATCH] sealed abstract class T
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 29 Jun 2004 12:27:32 -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 marek.safar@seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=60722
--- shadow/60722 2004-06-29 12:26:18.000000000 -0400
+++ shadow/60722.tmp.3269 2004-06-29 12:27:32.000000000 -0400
@@ -11,13 +11,13 @@
AssignedTo: marek.safar@seznam.cz
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: sealed abstract class T
+Summary: [PATCH] sealed abstract class T
using System;
sealed abstract class T {
static void Main () {
}