package test class Foo fun Foo.ext() {} val Foo.ext: Int get() = 10 /** * [test.ext] * [ext] * * [Foo.ext] * [test.Foo.ext] */ fun usage() {}