[utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742)
[mono.git] / mcs / errors / cs1678.cs
index 4e26e76516d8d63ab639591ec0fed7d9c43612e4..dfd5352859a61c9c2f774185729c2aa38f3fa264 100644 (file)
@@ -1,8 +1,6 @@
-// cs1678: signature missmatch on type parameter.
-// 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 {