2008-07-24 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / errors / gcs0246.cs
index 7650338f098b31430a7a0ad249f3f69d49b9f85c..c9353f1711069724c35fe57085b9267f00febf48 100644 (file)
@@ -1,3 +1,6 @@
+// gcs0246.cs: The type or namespace name `NotExist`1' could not be found. Are you missing a using directive or an assembly reference?
+// Line: 6
+
 class X
 {
        NotExist<float> foo;