package test object Object { val x = foo() private fun foo(): Int = 0 }