[xbuild] Remove ErrorTest.TestExecute1()
[mono.git] / mcs / errors / cs0678.cs
index 355d034f9d787810e643cb00d23f507e655a256f..ffb805a012c029ab5625d79a9f9d7187113abc76 100644 (file)
@@ -1,3 +1,6 @@
+// CS0678: `X.j': A field cannot be both volatile and readonly
+// Line: 5
+
 class X {
        readonly volatile int j;