Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / gtest-autoproperty-05.cs
1 partial class Test
2 {
3 }
4
5 abstract partial class Test
6 {
7         public string X { get; set; }
8 }
9
10 class M
11 {
12         public static void Main ()
13         {
14         }
15 }