1 // Compiler options: -langversion:experimental
6 public static int P { get; }
= 4;
8 public static int[] PA { get; }
= { 0, 2 }
;
10 public static int Main ()
29 var s
= new S2 (null);
46 public decimal P { get; }
= -3;
47 public int P2 { get; set; }
= 1;
52 public int P { get; }
= 4;
53 public int P2 { get; set; }
= 1;