[netcore] Ongoing work. (#13391)
[mono-project.git] / mono / tests / bug-81691-b.cs
blob7fc773337ca683257dc273df1d47d410e3564573
1 namespace NS.B
3 public class TestB
5 private static readonly NS.A.TestA testb = new NS.A.TestA ();
7 public TestB ()
9 if (testb == null) {