Fix ParsedValue buffer length when putback character is doubled
[mono.git] / mcs / errors / cs1961-5.cs
index 5c92c2606f56ee3bc9fd214221f446b97d721000..921c90e2c476248c4591dffdea4a7d8612e93795 100644 (file)
@@ -1,6 +1,5 @@
 // CS1961: The contravariant type parameter `T' must be invariantly valid on `B<T>.C()'
-// Line: 9
-// Compiler options: -langversion:future
+// Line: 8
 
 interface A<T>
 {