5 lines
66 B
Kotlin
5 lines
66 B
Kotlin
fun foo() {
|
|
<caret>if (true) {
|
|
println("test")
|
|
}
|
|
} |