5 lines
72 B
Kotlin
5 lines
72 B
Kotlin
fun foo() {
|
|
for<caret> (i in 1..4) {
|
|
println("test")
|
|
}
|
|
} |