Errors -> Warnings
[mono.git] / mcs / errors / cs0175.cs
index 9801963858a6cef1a461a1afcc1560ea21098202..45782ee438e3a0132643b66262992fb12135d76c 100644 (file)
@@ -1,4 +1,4 @@
-// cs0175: wrong context for use of `base' keyword
+// cs0175.cs: Use of keyword `base' is not valid in this context
 // Line: 8
 using System.Collections;
 class Collection : CollectionBase