blob: 1a7964a77c2e60ca26ce20324fc88cb456cf93bb [file] [log] [blame]
...
fun foo() {
for (i in 1...2) {
}
for (i in 1.. .2) {
}
}