[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0052-2.cs
blob25d0797d31331f26b911f8bf605c91a11cf6a043
1 // CS0052: Inconsistent accessibility: field type `C' is less accessible than field `PublicClass.member'
2 // Line: 8
4 class C
8 public class PublicClass
10 public const C member = null;