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