[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0118-3.cs
blob23988f544a89a049fa03dc270e92a2803e42c4e8
1 // CS0118: `Region.Value' is a `field' but a `type' was expected
2 // Line: 8
4 public sealed class Region
6 int Value;
8 [Value(2)]
9 public Region() {}