// FIR_COMPARISON interface Bar { fun T.bar() {} } class A { companion object : Bar } fun test() { A.bar() }