open class A(i: Int) class B : A(x) { constructor(i: Int) : super(i) }