[utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742)
[mono.git] / mcs / errors / cs1503-4.cs
index 2215b255fa77aec014f40396ba29057eef6fe9aa..e72574fa77ba7eb29478c60a48f7b565b7205b32 100644 (file)
@@ -1,4 +1,4 @@
-// CS1503: Argument `#1' cannot convert `A' expression to type `B'
+// CS1503: Argument `#1' cannot convert `out A' expression to type `out B'
 // Line: 17
 
 class A { }