[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-static-using-12.cs
blob8d1708509a7d8153d701ba96d4abe97b58f58724
1 namespace A.B
3 public static class G<T>
5 public class DD
9 public static object Dock () => null;
13 namespace N2
15 using static A.B.G<int>;
17 class M : DD
19 public static void Main ()
21 Dock ();