[msvc] Update csproj files (#4395)
[mono.git] / mcs / errors / cs0121-18.cs
index f8e20c15e7fbf22ceed22a07ced388e3c367a973..24e5ce321b7b7090f508cc5a32664f6af279159f 100644 (file)
@@ -1,6 +1,5 @@
 // CS0122: The call is ambiguous between the following methods or properties: `Test.Foo(IIn<string>)' and `Test.Foo(IIn<Test>)'
-// Line: 23
-// Compiler options: -langversion:future
+// Line: 22
 
 interface IIn<in T>
 {