Files
kotlin-fork/compiler/testData/ir/irText/classes/dataClasses/kt49936.kt
T
2023-03-22 15:18:17 +00:00

8 lines
138 B
Kotlin
Vendored

// SKIP_KT_DUMP
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6
data class A(val x: Int) {
val String.x: String get() = this
}