error messages review
[mono.git] / mcs / errors / cs0246-8.cs
index a863b749ac7d24a341d4c0684386288e01f0e6e1..2f89441e47696ee35fcedcee30bfd72549ea0aed 100644 (file)
@@ -1,4 +1,4 @@
-// cs0246-8.cs: The type or namespace name `Reflection' could not be found (are you missing a using directive or an assembly reference?)
+// cs0246-8.cs: The type or namespace name `Reflection.ConstructorInfo' could not be found. Are you missing a using directive or an assembly reference?
 // Line: 7
 using System;
 
@@ -7,3 +7,4 @@ class foo {
         Reflection.ConstructorInfo ci;        
     }
 } 
+