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