class A { native constructor() {} inner class B { native constructor() {} } native constructor(x: Int) } class C native constructor()