Files
kotlin-fork/js/js.translator/testData/lineNumbers/syntheticCodeInEnums.kt
T
2017-07-06 10:20:49 +03:00

11 lines
203 B
Kotlin
Vendored

enum class E {
X,
Y,
Z {
init {
println("Z")
}
}
}
// LINES: 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