[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0106-9.cs
blobba6621b3715da034a5c083eed179997239950a8a
1 // CS0106: The modifier `virtual' is not valid for this item
2 // Line: 7
4 class C
6 public int Foo {
7 virtual set { }