[utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742)
[mono.git] / mcs / errors / cs0176.cs
index 961b79f4474778f4efe975e74f8ffce6c47ae558..02e3e1fbee9ac9f412492dc1135c9610f2fd118d 100644 (file)
@@ -1,4 +1,4 @@
-// cs0176.cs: Static member `X.void_method()' cannot be accessed with an instance reference, qualify it with a type name instead
+// CS0176: Static member `X.void_method()' cannot be accessed with an instance reference, qualify it with a type name instead
 // Line: 15
 class X {
        public static void void_method ()