class A(val x: String) { class C fun foo() { } constructor(x: String, y: Int) : this(x) { } }