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