blob: 12651d453d8193177f624cf4e303ff4ba4866ca9 [file] [log] [blame]
class A
{
public static class Inner
{
}
public A()
{
super();
new A.Inner();
}
}