7 lines
98 B
Kotlin
Vendored
7 lines
98 B
Kotlin
Vendored
fun foo(bar: Int) {
|
|
for (bar in 1..10) {
|
|
if (bar in 1..10<caret>) {
|
|
|
|
}
|
|
}
|
|
} |