2 // Tests static automatic properties
9 public static string B { get; set; }
10 public static string C { get; private set; }
11 public static void DoThings ()
17 public static string Foo { get; set; }
18 public static int Answer { get; private set; }