[mcs] Allows shadowing of probing pattern variables
[mono.git] / mcs / errors / cs1961-2.cs
index 40d29f8ad75f3cfbb8ef055e3020dd5a15813255..c23fa40165371a0d4ebbe43f87c0bb014d6c2333 100644 (file)
@@ -1,5 +1,4 @@
 // CS1961: The contravariant type parameter `T' must be covariantly valid on `D<T>()'
-// Line: 5
-// Compiler options: -langversion:future
+// Line: 4
 
 delegate T D<in T> ();