7 lines
65 B
Kotlin
7 lines
65 B
Kotlin
fun foo() {
|
|
<expr>
|
|
for (x in 0..1) {
|
|
|
|
}
|
|
</expr>
|
|
} |