<https://youtrack.jetbrains.com/issue/KT-9271> is ...
# kontributors
k
https://youtrack.jetbrains.com/issue/KT-9271 is a weird one. For the receiver of extension functions,
KotlinQuickDocumentationProvider
is called with the whole function as
element
instead of the actual PSI element of the
this
identifier. Is it possible that there is a special logic somewhere that handles
this
differently than other elements?