Report error about missing async support types
[mono.git] / mcs / errors / cs3005.cs
index 46c269a886a4b8ceb2ead50fac097e5a4bcbbf22..3ba8fd416acb3b83c9f759574f51cc59bd220d51 100644 (file)
@@ -1,10 +1,11 @@
-// cs3005: Identifier foo differing only in case is not CLS-Compliant.
-// Line: 13 
-
+// CS3005: Identifier `ErrorCS3005.foo' differing only in case is not CLS-compliant
+// Line: 9
+// Compiler options: -warnaserror -warn:1
 
 using System;
+[assembly: CLSCompliant (true)]
 
-class ErrorCS3005 {
+public class ErrorCS3005 {
        public int FOO = 0;
        public int foo = 1;