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