[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0548-2.cs
blob957d81f2b6760a92f2cea6ad5bb0f1249ce159ea
1 // CS0548: `PropertyInterface.Value': property or indexer must have at least one accessor
2 // Line: 5
4 interface PropertyInterface {
5 int Value {}