[configure] rename "--with-interpreter=yes" to "--enable-interpreter"
[mono.git] / mcs / errors / CS0612-2-lib.cs
1 using System;
2
3 public class Foo {
4         [Obsolete]
5         public int Bar { get { return 0; } }
6 }