class Test { inner class TestInner { constructor() /* primary */ { super/*Any*/() /* () */ } } class TestNested { constructor() /* primary */ { super/*Any*/() /* () */ } } constructor() /* primary */ { super/*Any*/() /* () */ } } interface TestInterface { interface TestNestedInterface { } }