5 lines
68 B
Kotlin
Vendored
5 lines
68 B
Kotlin
Vendored
fun foo() {
|
|
/*0<caret>*/println() /*1*/ /*2*/
|
|
println() // 4
|
|
}
|