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

13 lines
223 B
Kotlin
Vendored

enum class E {
X,
Y {
fun foo() = 23
},
Z() {
fun bar() = 42
}
}
// LINES: 1 1 1 1 1 1 1 1 1 2 2 4 8 * 2 2 2 2 4 4 4 5 5 5 * 4 4 4 4 8 8 8 9 9 9 * 8 8 8 8 * 1 1 1 * 1 1 1 1 1 1 1 1 1 1