New tests, updates
[mono.git] / mcs / errors / gcs8033.cs
diff --git a/mcs/errors/gcs8033.cs b/mcs/errors/gcs8033.cs
deleted file mode 100644 (file)
index 0b212ae..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-// CS8033: Contravariant type parameters can only be used in input positions\r
-// Line: 7\r
-// Compiler options: -langversion:future
-
-interface A<in T>
-{
-       T B();
-}