[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0273-2.cs
blobb0bdbef9e752153fce1cdbd7fcf4117195eb3d5f
1 // CS0273: The accessibility modifier of the `C.S2.set' accessor must be more restrictive than the modifier of the property or indexer `C.S2'
2 // Line: 7
3 // Compiler options: -langversion:7.2
5 class C
7 private string S2 { get; private protected set; }