[utils] Add check for ANDROID_UNIFIED_HEADERS to mono-compiler.h (#5742)
[mono.git] / mcs / errors / cs0038-1.cs
index 3756fb89e438ee3b94d733cd947b43ccc82530ab..2ddecca440cd8f758d12509874c51a96d2e3d780 100644 (file)
@@ -1,4 +1,6 @@
-// cs0038-1.cs: Cannot access a nonstatic member of outer type 'A' via nested type 'C.N'
+// CS0038: Cannot access a nonstatic member of outer type `A' via nested type `C.N'
+// Line: 12
+
 class A {
        protected int n = 0;
 }