Forgot to commit
[mono.git] / mcs / errors / cs0678.cs
index 355d034f9d787810e643cb00d23f507e655a256f..25ade67056d2d1454a4089907b555cfad5a25ed5 100644 (file)
@@ -1,3 +1,6 @@
+// cs0678.cs: `X.j': A field cannot be both volatile and readonly
+// Line: 5
+
 class X {
        readonly volatile int j;