[sgen] Don't trigger collections during allocation of thread objects (#17970)
[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