[mcs] Add expression bodied syntax for accessors. Fixes #54991
[mono.git] / mcs / errors / cs1961-32.cs
index 00afd324f54ea5c7593037341f9026b4a1c3d591..b9e0be6f10850ff5d18b6d724fbaa6d0d4072fcb 100644 (file)
@@ -1,6 +1,5 @@
 // CS1961: The covariant type parameter `T' must be contravariantly valid on `B<T>'
-// Line: 9
-// Compiler options: -langversion:future
+// Line: 8
 
 interface A<in T>
 {