open class K: J { constructor(a: Int): super(a) { } } fun test() { J(1) }