Review feedback + drop VS2013 support.
[mono.git] / mcs / errors / cs0514.cs
index 86747c11ae8a6b54b861d344fb9c18515b1f1776..ee80d82e62086abe14fd944b3a566676d6c09e7a 100644 (file)
@@ -1,4 +1,4 @@
-// cs0514: Static constructor can not have arguments
+// CS0514: `X.X()': static constructor cannot have an explicit `this' or `base' constructor call
 // Line: 4
 class X {
        static X () : base ()