Merge pull request #3997 from lateralusX/jlorenss/win-api-family-support-safearray
[mono.git] / mcs / errors / cs1961-17.cs
index f439dfa4636e3389dcdd3b20715a35eff81f6d02..1d4dbfe95447f7b705ca42eb0f3a28ded7dfef66 100644 (file)
@@ -1,6 +1,5 @@
 // CS1961: The contravariant type parameter `T' must be covariantly valid on `B<T>'
-// Line: 9
-// Compiler options: -langversion:future
+// Line: 8
 
 interface A<out T>
 {