// NAME: I // SIBLING: class Foo { // INFO: {checked: "true"} private fun privateFun() = 0 fun refer() = privateFun() }