[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs0122-26.cs
blob63733c4a79a22f1dc5674ef5c498cadf3f9fa102
1 // CS0122: `C.I' is inaccessible due to its protection level
2 // Line: 11
4 class C
6 protected interface I
11 class A : C.I