Bump API snapshot submodule
[mono.git] / mcs / errors / cs1961-22.cs
index 098e8af96329cead279fe804488d6e8b384b81fb..2ab5ca7c537564920a1d1aebd9f11cf7f61e9f6f 100644 (file)
@@ -1,6 +1,5 @@
 // CS1961: The covariant type parameter `T' must be invariantly valid on `B<T>.C(A<T>)'
-// Line: 9
-// Compiler options: -langversion:future
+// Line: 8
 
 interface A<T>
 {