[svn] r5936: nemerle/trunk/ncc/testsuite/negative/partial.n
malekith
svnadmin at nemerle.org
Mon Nov 14 23:41:11 CET 2005
Log:
Oops, the error message goes here.
Author: malekith
Date: Mon Nov 14 23:41:10 2005
New Revision: 5936
Modified:
nemerle/trunk/ncc/testsuite/negative/partial.n
Modified: nemerle/trunk/ncc/testsuite/negative/partial.n
==============================================================================
--- nemerle/trunk/ncc/testsuite/negative/partial.n (original)
+++ nemerle/trunk/ncc/testsuite/negative/partial.n Mon Nov 14 23:41:10 2005
@@ -1,4 +1,4 @@
namespace Tyvars {
- partial class C [X] { }
- partial class C [Y] { } // E: partial declarations of `Tyvars.C' must have the same type parameter names in the same order
+ partial class C [X] { } // E: partial declarations of `Tyvars.C' must have the same type parameter names in the same order
+ partial class C [Y] { }
}
More information about the svn
mailing list