// IGNORE_FE10 package foo.bar.baz class AA { companion object } fun AA.Companion.foo() {} fun test() { AA::foo // FE1.0 won't resolve this }