fun foo(f: (String) -> Unit) {} fun test() { foo { it -> foo { } } }