// A class A { companion object { @JvmStatic fun f() { } } object B { @JvmStatic fun g() { } } }