Try to recover incomplete member declaration which looks like field. Fixes #7521
[mono.git] / mcs / errors / cs0647-12.cs
index da3d14c846d0495f552d8767d224b1aec65447ef..f1d8370235649976b1b0adbc92f99d2b7dbf39c6 100644 (file)
@@ -1,4 +1,4 @@
-// cs0647-12.cs: Error during emitting `System.Runtime.InteropServices.DllImportAttribute' attribute. The reason is `Empty name is not legal
+// CS0647: Error during emitting `System.Runtime.InteropServices.DllImportAttribute' attribute. The reason is `DllName cannot be empty or null'
 // Line: 8
 
 using System.Runtime.InteropServices;