[utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742)
[mono.git] / mcs / errors / cs0266.cs
index cac378958982f53d4bfe7a293de5f63baf0345ce..685e6d8138b1460193ec4d8d8de10128253e35cb 100644 (file)
@@ -1,5 +1,5 @@
-// cs0266.cs: Cannot implicitly convert type 'Foo.MyEnumType' to 'uint'. An explicit conversion exists (are you missing a cast?)
-// Line: 10
+// CS0266: Cannot implicitly convert type `Foo.MyEnumType' to `uint'. An explicit conversion exists (are you missing a cast?)
+// Line: 11
 
 public class Foo {
   enum MyEnumType { MyValue }