New tests.
[mono.git] / mcs / errors / cs0205.cs
index 52c18960321df8fe5847c4b6345b4bc2d95a2341..25f6050eba286770e3575439b4a975b8bc02f33b 100644 (file)
@@ -1,5 +1,5 @@
-// cs0205: can not call abstract base method
-//
+// cs0205.cs: Cannot call an abstract base member `A.Foobar()'
+// Line: 20
 using System;
 
 public abstract class A