[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0122-20.cs
blob26bc2a4c5164c497f98fec5cde5653b9b4e4684a
1 // CS0122: `A.B' is inaccessible due to its protection level
2 // Line: 4
4 using C = A.B;
6 class A
8 class B {}