01e5ee718f
#KT-6967 Fixed
4 lines
102 B
Kotlin
Vendored
4 lines
102 B
Kotlin
Vendored
class X<T>(val t: T) {
|
|
constructor(t: String): <!CYCLIC_CONSTRUCTOR_DELEGATION_CALL!>this<!>(t)
|
|
}
|