[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[mono.git] / mcs / errors / cs0420-2.cs
index 50691b0deb5815d8dbd0d2f6fd1887c171eff2c8..d2ab81f5db2de1fa48ebba5e508b87e298b499bc 100644 (file)
@@ -1,6 +1,6 @@
-// cs0420.cs: 'XX.j': a reference to a volatile field will not be treated as volatile
+// CS0420: `XX.j': A volatile field references will not be treated as volatile
 // Line: 14
-// Compiler options: -unsafe /warnaserror
+// Compiler options: -unsafe /warnaserror /warn:1
 
 unsafe class XX {
        static volatile int j;