8 lines
91 B
Kotlin
Vendored
8 lines
91 B
Kotlin
Vendored
fun foo() {
|
|
println(
|
|
23L)
|
|
println(
|
|
0L)
|
|
}
|
|
|
|
// LINES: 2 3 4 5 |