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