[mcs] Allows shadowing of probing pattern variables
[mono.git] / mcs / errors / cs0710.cs
index ac37787327a1d44d721e5cd20d97da02ba8f7271..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 {