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:
committed by
Space Team
parent
42753c461f
commit
2befd2bffb
+5
-2
@@ -7,7 +7,10 @@ Caret 2 resolved to:
|
||||
1: (in test) fun test.Base.function(i: kotlin.Int)
|
||||
|
||||
Caret 3 resolved to:
|
||||
0: (in test.Base) fun function()
|
||||
0: (in test) fun kotlin.Any.function()
|
||||
1: (in test) fun test.Base.function(i: kotlin.Int)
|
||||
2: (in test.Base) fun function()
|
||||
|
||||
Caret 4 resolved to:
|
||||
0: (in test.Base) fun function()
|
||||
0: (in test) fun kotlin.Any.function()
|
||||
1: (in test) fun test.Base.function(i: kotlin.Int)
|
||||
Reference in New Issue
Block a user