[utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742)
[mono.git] / mcs / errors / cs3002-4.cs
index f716a5c4f9707cea3720d352c65066e9d2f85a8e..bf793c11565f66d0bf2ed15f1aeda842614bb667 100644 (file)
@@ -1,5 +1,6 @@
 // CS3002: Return type of `CLSClass.Foo()' is not CLS-compliant
-// Line: 9
+// Line: 10
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly:CLSCompliant(true)]
@@ -10,4 +11,4 @@ public class CLSClass
        {
                return null;
        }
-}
\ No newline at end of file
+}