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