67fc46a190
#KT-57429 Fixed
2 lines
49 B
Kotlin
Vendored
2 lines
49 B
Kotlin
Vendored
data class Test<T>(val x: T, val y: String = "")
|