blob: 58655fdf12a8e44ad44767d04bdb8d6c2bff60fb [file] [log] [blame]
fun a(op: (Int) -> Int) {}
fun b() {
a {it}
a {
<selection>it</selection>
}
}