// FLOW: OUT fun foo(n: Int): Int = n fun test() { val x = foo(1) }