Back to Intellij Community

KDocResolutionResultHasChanged

plugins/kotlin/code-insight/descriptions/resources-en/inspectionDescriptions/KDocResolutionResultHasChanged.html

2025.3-rc-2289 B
Original Source

Detects KDoc references that were affected by changes in the KDoc resolution strategy. A reference is considered to be affected if the PSI of the declaration resolved with the former strategy is not contained in the PSI set of declarations returned by the updated resolver.

See KEEP-0389.