blob: 6e966ba43a3b3098bdcb0db7e6ea6d680266129b [file]
fun foo(f: (Int) -> String) {}
fun test() {
<caret>foo { x -> "$x"}
}