[msvc] Update csproj files
[mono.git] / mcs / errors / cs1961-30.cs
index 34498c5d8b5b49388fc49533ae506e8ed4f67ac3..71d58d3b8335c58a2451e915b9ecd3953a73daa5 100644 (file)
@@ -1,6 +1,5 @@
 // CS1961: The covariant type parameter `U' must be contravariantly valid on `D<U>()'
-// Line: 7
-// Compiler options: -langversion:future
+// Line: 6
 
 interface IContravariant<in T> { }