01e5ee718f
#KT-6967 Fixed
5 lines
122 B
Kotlin
5 lines
122 B
Kotlin
// !DIAGNOSTICS: -UNUSED_PARAMETER
|
|
class X<T>(val t: T) {
|
|
constructor(t: T, i: Int) : <!NONE_APPLICABLE!>this<!>(i)
|
|
}
|