Try to recover incomplete member declaration which looks like field. Fixes #7521
[mono.git] / mcs / errors / cs0601.cs
index 676587eff6f783c6c262af07034b22e6c4a7ffe7..8a59614ec1c5cdc0b6ada7bdf37a7ffdd2de252f 100644 (file)
@@ -1,4 +1,4 @@
-// cs0601.cs: The DllImport attribute must be specified on a method marked `static' and `extern'
+// CS0601: The DllImport attribute must be specified on a method marked `static' and `extern'
 // Line : 9
 
 using System;