Merge pull request #3734 from kumpera/monoclass_reorg
[mono.git] / mcs / errors / cs1961-38.cs
index e5a05d62235572530486b020d23b67074664da9e..0f09121a64294e55968a8ce76c844b9d0222d728 100644 (file)
@@ -1,6 +1,5 @@
 // CS1961: The covariant type parameter `V' must be invariantly valid on `Both<U,V>(Covariant<None<Contra<V>>>)'
-// Line: 9
-// Compiler options: -langversion:future
+// Line: 8
 
 delegate T Covariant<out T> ();
 delegate void Contra<in T> (T t);