c042cd0c52
Former-commit-id: 4610231f55806d2a05ed69e5ff3faa7336cc1479
17 lines
168 B
C#
17 lines
168 B
C#
using static A;
|
|
//using N = System.Int32;
|
|
|
|
class A
|
|
{
|
|
public class N
|
|
{
|
|
}
|
|
}
|
|
|
|
class Test
|
|
{
|
|
public static void Main ()
|
|
{
|
|
N n = default (N); // Am I Int32 or A.N
|
|
}
|
|
} |