7 lines
77 B
Kotlin
Vendored
7 lines
77 B
Kotlin
Vendored
fun foo() {
|
|
if(true){<caret>
|
|
println()
|
|
println()
|
|
}
|
|
}
|