Open vmishenev opened 7 months ago
Blocking?
The specification around this should be discussed to make a decision.
Proposed expected behaviour could be found in KEEP: https://github.com/Kotlin/KEEP/blob/kdoc/extension-links/proposals/kdoc/links-to-extensions.md
In K1 - 1, 4 and 5 are resolved, but 2 and 3 are not. In K2 the easiest solution is implemented (without type inference) that resolves only 1.
Which references should be resolved?
This question has come from the review of https://youtrack.jetbrains.com/issue/KT-62695
/**
interface MyListWithT : List
interface MyListWithTNumberBound : List
interface MyListWithNumber : List
/**