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