blob: c7e066146607d053a81b39df0c17cd93e2535e65 [file]
fun foo(f: (Int) -> Int) {}
fun test() {
foo { it ->
<caret><selection>it</selection> + 1
it + 1
}
}