/** * Test class with Type-parameter */ class Foo /** * Some extension on Foo */ fun Foo.ext() {} /** * Correct link: [Foo.ext] */ fun test() {}