// !DIAGNOSTICS: -UNUSED_PARAMETER // !WITH_NEW_INFERENCE class X(val t: T) { constructor(t: T, i: Int) : this(i) }