// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE_K1 class A() { constructor(x: Int): this() constructor(y: Int, z: String) : this(y) }