// PROBLEM: none fun foo() { bar() { it } } fun bar(b: (Int) -> Int) { b(1) }