[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs1961-12.cs
index 9359e5f71fdf47ef745fa3da11bf08ff472fc5a7..dceafabcec1bd8abcf61e574f610473e713526b2 100644 (file)
@@ -1,6 +1,5 @@
 // CS1961: The contravariant type parameter `T' must be invariantly valid on `B<T>(A<A<T>>)'
-// Line: 9
-// Compiler options: -langversion:future
+// Line: 8
 
 interface A<T>
 {