blob: 4b527a4bfc75fef83cf6c3c3aeda8869096fa411 [file] [log] [blame]
fun foo(f: () -> Unit) {}
fun bar() {
foo { <caret>-> }
}