2 using TestAlias
= A
.N
<double>;
14 static Type foo
= typeof (Foo
<>);
15 static Type simple
= typeof (Simple
);
31 public static int Main ()
35 if (typeof (TestAlias
).ToString () != "A+N`1[System.Double]")
38 if (typeof (D
<>.Simple
).ToString () != "C`1+Simple[T]")