Merge pull request #3997 from lateralusX/jlorenss/win-api-family-support-safearray
[mono.git] / mcs / errors / cs0501.cs
index f14e572d85b5d125161b6e7d33fb9c60c6bcfe38..6e5f3177cf622f39f2f3eca2228cf6d95e3633f5 100644 (file)
@@ -1,5 +1,6 @@
-// cs0501.cs: `Class.X()' must declare a body because it is not marked abstract or extern
-// Line: 4
+// CS0501: `Class.X()' must have a body because it is not marked abstract, extern, or partial
+// Line: 5
+
 class Class {
        virtual public void X ();
 }