fun foo(i: Int) { O.foo() } class O { companion object { fun foo() {} } } // EXPECTED: null