Files
kotlin-fork/js/js.translator/testData/lineNumbers/syntheticCodeInEnums.kt
T
2023-01-30 09:29:57 +00:00

13 lines
318 B
Kotlin
Vendored

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