[svn] r6504: nemerle/trunk/ncc/testsuite/positive/abstract.n
nazgul
svnadmin at nemerle.org
Thu Aug 10 21:35:23 CEST 2006
Log:
Testcase for comment warning
Author: nazgul
Date: Thu Aug 10 21:35:20 2006
New Revision: 6504
Modified:
nemerle/trunk/ncc/testsuite/positive/abstract.n
Modified: nemerle/trunk/ncc/testsuite/positive/abstract.n
==============================================================================
--- nemerle/trunk/ncc/testsuite/positive/abstract.n (original)
+++ nemerle/trunk/ncc/testsuite/positive/abstract.n Thu Aug 10 21:35:20 2006
@@ -7,7 +7,9 @@
}
class C2 : C1 {
- public override m1 () : void
+ /// <summary>
+ /// <summary>
+ public override m1 () : void // W: Cannot parse XML in comment
{
System.Console.WriteLine ("C2.m1");
}
@@ -20,6 +22,7 @@
}
class CI1 : I {
+
public virtual mi () : void
{
System.Console.WriteLine ("CI1.mi");
@@ -62,6 +65,8 @@
}
/*
+OPTIONS: -doc:abstract.xml
+
BEGIN-OUTPUT
C2.m1
C2.m1
More information about the svn
mailing list