Files
Alexander Korepanov 6df0e0c847 [JS FIR] Enable FirJsLineNumberTests for FIR
^KT-64426 Fixed
2024-01-10 19:02:15 +00:00

14 lines
167 B
Kotlin
Vendored

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