Merge pull request #3686 from lambdageek/dev-format-printf
[mono.git] / mcs / errors / cs1961-23.cs
index a53672830ba72c4bde7aa8ce17379ce18c647c61..a828d310c441b9d436715e8ba0c22e7d06d0b207 100644 (file)
@@ -1,6 +1,5 @@
 // CS1923: The covariant type parameter `T' must be invariantly valid on `B<T>.C(A<A<T>>)'
-// Line: 9
-// Compiler options: -langversion:future
+// Line: 8
 
 interface A<T>
 {