package foo.bar.baz class AA { fun foo() {} } fun test() { AA::foo }