blob: 49ea77d085fca9a13982b3f893916318f6b30e80 [file] [log] [blame]
fun foo() {
<caret>bar { }
}
fun bar(f: () -> Unit) = 1
// EXPECTED: bar { }