6 lines
84 B
Kotlin
6 lines
84 B
Kotlin
fun foo() {
|
|
<caret>if (true) {
|
|
//comment
|
|
println("test")
|
|
}
|
|
} |