[mcs] Allows shadowing of probing pattern variables
[mono.git] / mcs / errors / cs0710.cs
index 92be167d074fff6d7a32c59848a78f6083b52524..02ea2eeb3582adb119bb83e364913107b4f08253 100644 (file)
@@ -1,4 +1,4 @@
-// cs0710.cs: `StaticClass': Static classes cannot have instance constructors
+// CS0710: `StaticClass': Static classes cannot have instance constructors
 // Line: 5
 
 static class StaticClass {