[utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742)
[mono.git] / mcs / errors / cs1673.cs
index ce18f9b403f6f70fa031fa28beebe2be782ca0b2..b32861056352fe617074b8464b57d807cf43d13f 100644 (file)
@@ -1,4 +1,4 @@
-// cs1673.cs: Anonymous methods inside structs cannot access instance members of `this'. Consider copying `this' to a local variable outside the anonymous method and using the local instead
+// CS1673: Anonymous methods inside structs cannot access instance members of `this'. Consider copying `this' to a local variable outside the anonymous method and using the local instead
 // Line: 
 using System;