[xbuild] Add property $(SkipCopyUnchangedFiles)
[mono.git] / mcs / errors / cs0720.cs
index 67d2f2d5bd4f5c15d63504fb19b3da40926de18d..cd27b07f9612c9167deabf3dae20921b6ad64c39 100644 (file)
@@ -1,4 +1,4 @@
-// cs0720.cs: `StaticClass.this[int]': cannot declare indexers in a static class
+// CS0720: `StaticClass.this[int]': cannot declare indexers in a static class
 // Line: 5
 
 static class StaticClass {