// "Create function 'g'" "true" class C { private inline fun f() { g() } private fun g() { TODO("Not yet implemented") } }