[utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742)
[mono.git] / mcs / errors / cs0202.cs
index 24c3b262a05e5c98c243f4a580b581c45ef67550..bd17dd913025f08807aad9896d5794a9a1fdaff9 100644 (file)
@@ -1,4 +1,4 @@
-// cs0202.cs: foreach statement requires that the return type `Foo.E[]' of `Foo.P.GetEnumerator()' must have a suitable public MoveNext method and public Current property
+// CS0202: foreach statement requires that the return type `Foo.E[]' of `Foo.P.GetEnumerator()' must have a suitable public MoveNext method and public Current property
 // Line: 18
 
 public class Foo