Merge pull request #3583 from xmcclure/test-418-checked
[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 }