Merge pull request #3769 from evincarofautumn/fix-verify-before-allocs
[mono.git] / mcs / errors / cs0678.cs
index 753b8d509757de8924de8fbc072129e8b6cbb410..ffb805a012c029ab5625d79a9f9d7187113abc76 100644 (file)
@@ -1,4 +1,4 @@
-// cs0678.cs: A field can not be both volatile and readonly
+// CS0678: `X.j': A field cannot be both volatile and readonly
 // Line: 5
 
 class X {