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