KT-62695 [AA] Implement resolution of extension functions in KDoc

The solution is not complete, since resolution of KDocs is not
fully specified and is rather tricky.
Many more corner cases are to be expected.
This solution should at least give some groundwork for the future
improvements/fixes of the resolver.

^KT-62695 Fixed
This commit is contained in:
Roman Golyshev
2024-01-23 00:16:08 +01:00
committed by Space Team
parent 42753c461f
commit 2befd2bffb
10 changed files with 171 additions and 40 deletions
@@ -5,7 +5,7 @@ Caret 2 resolved to:
0: (in test) fun test.Foo.extFun()
Caret 3 resolved to:
Nothing (Unresolved reference)
0: (in test) fun test.Foo.extFun()
Caret 4 resolved to:
Nothing (Unresolved reference)
0: (in test) fun test.Foo.extFun()