// OPTION: 0 fun test() { val i = 1 foo(bar(1)) } fun foo(i: Int) {} fun bar(i: Int) = 1