New tests, updates
[mono.git] / mcs / errors / gcs8036-2.cs
diff --git a/mcs/errors/gcs8036-2.cs b/mcs/errors/gcs8036-2.cs
deleted file mode 100644 (file)
index cf34ecd..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-// CS8036: Generic variance can only be used with interfaces and delegates\r
-// Line: 5\r
-// Compiler options: -langversion:future
-
-class A<in T>
-{
-}