// IS_APPLICABLE: false class A(val x: String) { class C {} constructor(x: String, y: Int) : this(x) { } }