[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / test-960.cs
blobac2a1ca74354c42f6fa1aa0ff82fe5dd4e664e2e
1 // Compiler options: -langversion:7.2
3 public class B
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 ()