2009-03-17 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / errors / cs0246.cs
index dfa20eef8ac2acf17c858945ed39f0aff4c00c07..fcb78d757b8d1ffba9c19f3eec9ecfb2dd52e066 100644 (file)
@@ -1,4 +1,4 @@
-// cs0246.cs: can not find type `B'
+// cs0246.cs: The type or namespace name `B' could not be found. Are you missing a using directive or an assembly reference?
 // Line: 4
 interface A : B {
 }
@@ -7,3 +7,4 @@ class X {
        static void Main () {
        }
 }
+