New tests, updates
[mono.git] / mcs / errors / gcs8037.cs
diff --git a/mcs/errors/gcs8037.cs b/mcs/errors/gcs8037.cs
deleted file mode 100644 (file)
index 3284ad2..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-// CS8037: Contravariant type parameters cannot be used in output positions\r
-// Line: 7\r
-// Compiler options: -langversion:future
-
-interface A<in T>
-{
-       void B(out T t);
-}