blob: 0c33f11533a046745cf1801890088bb51165031e [file] [log] [blame]
fun some() {
for <caret>(var i in 1..10) {
}
}