blob: 0b6328f7d47be3d7f43b7651e4d398ac7477eb2d [file] [log] [blame]
fun foo(bar: Int) {
for (bar in 1..10) {
bar in 1..10<caret>
}
}