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

7 lines
72 B
Kotlin
Vendored

fun box() =
foo()
fun foo() =
23
// LINES: 2 2 2 5 5 5