[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0103-13.cs
blob52b1c5a458db24950ce0dbb25f35fd1bc10d354c
1 // CS0103: The name `value' does not exist in the current context
2 // Line: 8
3 // Compiler options: -langversion:experimental
5 class X (double value)
7 public static double Prop {
8 get {
9 return value;