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