[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / CS0612-2-lib.cs
blobdca7115b6dbfe9f4736365814eaa01dfe1a035a1
1 using System;
3 public class Foo {
4 [Obsolete]
5 public int Bar { get { return 0; } }