// FIR_IDENTICAL package test class A { private fun foo() = 42 public fun bar(z: Int) = foo() + z }