Merge pull request #3894 from akoeplinger/fix-actor
[mono.git] / mcs / errors / cs0515.cs
index b6d09f4a4c3928eda78d62035d4dff74d4c785f6..1a3de5f7799c6c87ef102e0686dcabd5a3b05218 100644 (file)
@@ -1,5 +1,6 @@
-// cs0515.cs: `X.X()': access modifiers are not allowed on static constructors
-// Line: 4
+// CS0515: `X.X()': static constructor cannot have an access modifier
+// Line: 5
+
 class X {
        public static X ()
        {