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