// FIR_IDENTICAL // !DIAGNOSTICS: -UNUSED_PARAMETER class A { constructor(x: Int) {} constructor(x: String) {} constructor(): this('a') {} }