Merge pull request #4615 from alexanderkyte/string_error_handling
[mono.git] / mcs / errors / cs1961-13.cs
index 457f795a405a0fcf5e6521e0c263b66b60f8b76d..0848fed3a8425d8727bef9ce5f65c517de941672 100644 (file)
@@ -1,6 +1,5 @@
 // CS1961: The contravariant type parameter `T' must be covariantly valid on `B<T>.A'
-// Line: 9
-// Compiler options: -langversion:future
+// Line: 8
 
 interface A<out T>
 {