[utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742)
[mono.git] / mcs / errors / cs1678.cs
index fec06bfd395de7ea15d65bf6f6c7066d8b37fffc..dfd5352859a61c9c2f774185729c2aa38f3fa264 100644 (file)
@@ -1,8 +1,6 @@
-// cs1678.cs: Parameter `1' is declared as type `long' but should be `int'
-// Line: 11
-//
-// Signature mismatch.
-//
+// CS1678: Parameter `1' is declared as type `long' but should be `int'
+// Line: 9
+
 delegate void D (int x);
 
 class X {