* corlib_test.dll.sources: added ExternalExceptionTest.cs.
[mono.git] / mcs / errors / gcs1110.cs
index 8c1993613afc9eccd4deae788fb70d2c3b7f57ed..de1b401cc513d82e073484d02956034cc2c0fe64 100644 (file)
@@ -1,10 +1,10 @@
 // CS1110: `C.Foo(this string)': Extension methods cannot be declared without a reference to System.Core.dll assembly. Add the assembly reference or remove `this' modifer from the first parameter
 // Line: 7
-// Compiler options: -noconfig
+// Compiler options: -noconfig -langversion:linq
 
 static class C
 {
        static void Foo (this string s)
        {
        }
-}
\ No newline at end of file
+}