// "Create function 'foo'" "true" class A { fun test() { foo() } private fun foo() { TODO("Not yet implemented") } }