blob: 75f2a81a030039120a64b70b00172b1546756e6f [file]
// MOVE: up
fun takeLamb(f: () -> Unit) {}
<caret>foo()
takeLamb {
}
fun foo() {}