5 lines
65 B
Kotlin
Vendored
5 lines
65 B
Kotlin
Vendored
fun test() {
|
|
for (<expr>i</expr> in 1..10){
|
|
4
|
|
}
|
|
} |