// MOVE: down fun takeLamb(f: () -> Unit) {} fun foo() {} takeLamb { foo() }