// FLOW: IN fun foo(f: (Int) -> Int): Int { return f(1) } fun test() { val x = foo { it } }