Flush (work in progress)
[mono.git] / mcs / errors / gcs0246-2.cs
diff --git a/mcs/errors/gcs0246-2.cs b/mcs/errors/gcs0246-2.cs
deleted file mode 100644 (file)
index f5ce9f7..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-// gcs0246.cs: The type or namespace name `List`2' could not be found. Are you missing a using directive or an assembly reference?
-// Line: 8
-
-using System.Collections.Generic;
-
-class X
-{
-       List<int,long> list;
-}