package a //NOTE: is is an unsupported case class A { fun g() { f() } companion object { fun f() } }