[msvc] Update csproj files
[mono.git] / mcs / errors / cs1961-14.cs
index 51a69a2b83432b1134e58df5f54d6e00b7a15147..6e764c4baf9dfce84fc81c8b72c190b4c61a0a11 100644 (file)
@@ -1,6 +1,5 @@
 // CS1961: The contravariant type parameter `T' must be invariantly valid on `B<T>.C(A<T>)'
-// Line: 9
-// Compiler options: -langversion:future
+// Line: 8
 
 interface A<T>
 {