* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / errors / cs3005-8.cs
index e201494814ad747effd595b28dcb2b606f54c392..49d8977e60137c8f4bca148e715f02e293f3def7 100644 (file)
@@ -1,5 +1,6 @@
-// cs3005.cs: Identifier 'II.foo' differing only in case is not CLS-compliant
+// cs3005-8.cs: Identifier `II.Foo()' differing only in case is not CLS-compliant
 // Line: 9
+// Compiler options: -warnaserror
 
 using System;
 [assembly:CLSCompliant(true)]
@@ -7,4 +8,4 @@ using System;
 public interface II {
         int Foo();
         int foo { get; }
-}
\ No newline at end of file
+}