[utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742)
[mono.git] / mcs / errors / cs0202.cs
index 3d43218af533354ca00c252a12979b44ee5b6401..bd17dd913025f08807aad9896d5794a9a1fdaff9 100644 (file)
@@ -1,4 +1,4 @@
-// cs0202.cs: foreach 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