dokka icon indicating copy to clipboard operation
dokka copied to clipboard

KDoc links are unresolved for members of typealias

Open vmishenev opened this issue 1 year ago • 1 comments

In K1 and K2:

typealias I = String
/**
 * [I.length] is unresolved
 * [String.length] is resolved
 */

Is this expected?

Use-cases:

  • A deprecation with a typealias

vmishenev avatar Mar 07 '24 22:03 vmishenev

Working on KDoc spec is going to be tough 😅

qwwdfsad avatar Mar 07 '24 22:03 qwwdfsad