1 // Compiler options: -langversion:7.2
5 private protected enum E
9 public int Index { get; protected private set; }
11 internal string S1 { get; private protected set; }
13 protected string S2 { get; private protected set; }
15 private protected int field
;
17 public static void Main ()