Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / errors / cs0243.cs
index b2bf3e4c6769256d7c65ff016867d8bb22486302..6e525e3fc5de2fad81dc7c6bc177693736a69161 100644 (file)
@@ -1,4 +1,4 @@
-// cs0243.cs: Conditional not valid on `DerivedClass.Show()' because it is an override method
+// CS0243: Conditional not valid on `DerivedClass.Show()' because it is an override method
 // Line: 10
 
 class BaseClass {