[utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742)
[mono.git] / mcs / errors / cs0246-8.cs
index 398bbc0d211c3eaedb93de94847a6b390f5dcaba..126b707b195cfb1902ae84a1c0ceac3953519ffb 100644 (file)
@@ -1,4 +1,4 @@
-// CS0246: Cannot find type `Reflection.ConstructorInfo'
+// CS0246: The type or namespace name `Reflection' could not be found. Are you missing an assembly reference?
 // Line: 7
 using System;
 
@@ -7,3 +7,4 @@ class foo {
         Reflection.ConstructorInfo ci;        
     }
 } 
+