[mcs] Allows shadowing of probing pattern variables
[mono.git] / mcs / errors / cs1961-37.cs
index d65e7cbb6815b12f91af8253679d15730360ffcf..e048a02089429945ac588118178c851958902d3a 100644 (file)
@@ -1,6 +1,5 @@
 // CS1961: The covariant type parameter `T' must be invariantly valid on `A<T>.B(ref T)'
-// Line: 5
-// Compiler options: -langversion:future
+// Line: 4
 
 interface A<out T>
 {