dokka
                                
                                 dokka copied to clipboard
                                
                                    dokka copied to clipboard
                            
                            
                            
                        KDoc links are unresolved for members of typealias
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
Working on KDoc spec is going to be tough 😅