Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-414.cs
1 // Compiler options: -r:test-414-lib.dll
2 public class BB : AA
3 {
4         protected override string Data {
5                 get { return null; }
6         }
7         public static void Main () {}
8 }