Merge pull request #3766 from BrzVlad/feature-default-conc
[mono.git] / mcs / errors / cs0122-2.cs
index 264342c6a2990d5e9b5955071459829f3f831864..e5009ca75a9ef25ce056d01b0078a2edf3ced1dc 100644 (file)
@@ -1,5 +1,7 @@
-// cs0122.cs: prop is not accessible due to its protection level
-//
+// CS0122: `A.prop' is inaccessible due to its protection level
+// Line: 19
+// Compiler options: -t:library
+
 class A
 {
         int i;