[mcs] Report more errors for nameof expressions. Fixes #44168
[mono.git] / mcs / errors / cs0132.cs
index 0ed191add1514100a75662eae04e3de55d8222c2..9d4140cd86fff709746204687ae2b7c4cff7faca 100644 (file)
@@ -1,4 +1,4 @@
-// cs0132.cs: `X.X(int)': The static constructor must be parameterless
+// CS0132: `X.X(int)': The static constructor must be parameterless
 // Line: 4
 class X {
        static X (int x)