Files
kotlin-fork/compiler/testData/ir/irText/declarations/parameters/dataClassMembers.kt
T
2023-03-22 15:18:17 +00:00

5 lines
104 B
Kotlin
Vendored

// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6
data class Test<T>(val x: T, val y: String = "")