// FIR_IDENTICAL fun foo(a: Int, b: Int) = a + b fun bar(i: Int) { foo(1, 1, i) }