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

9 lines
103 B
Kotlin
Vendored

fun foo() {
println(
23L)
println(
0L)
}
// LINES(JS_IR): 1 1 2 3 4 5