// PROBLEM: none class Foo : Bar() { fun test() { Companion.bar = "baz" } companion object { var bar: String = "bar" } }