Files
kotlin-fork/js/js.translator/testData/lineNumbers/syntheticCodeInEnums.kt
T
Alexander Korepanov 6df0e0c847 [JS FIR] Enable FirJsLineNumberTests for FIR
^KT-64426 Fixed
2024-01-10 19:02:15 +00:00

12 lines
143 B
Kotlin
Vendored

enum class E {
X,
Y,
Z {
init {
println("Z")
}
}
}
// LINES(JS_IR): 4 4 * 6 6 * 1 * 1 1 * 1 * 1 1