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