Refactor namespace using parsing to work with MD, clean up resolve code from doppelganger
[mono.git] / mcs / errors / cs0219.cs
index a83537448a65d001ffc504516f6e4757b2367210..dc12de5a79d07e744357755a9063a7ac1ac680f9 100644 (file)
@@ -1,4 +1,4 @@
-// cs0219.cs: The variable 'p' is declared but its value is never used
+// CS0219: The variable `p' is assigned but its value is never used
 // Line: 9
 // Compiler options: -warn:3 -warnaserror