Merge pull request #3591 from directhex/mono_libdir_fallback
[mono.git] / mcs / errors / cs1961-8.cs
index 068a586df71db614e289dd048f06e936e1b02bb9..cbc4dc616003cd67d922de619cfdcb1a46286561 100644 (file)
@@ -1,6 +1,5 @@
 // CS1961: The contravariant 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>
 {