[AA] Add tests for KDoc reference resolution of non-static callables

^KTIJ-26003
This commit is contained in:
Marco Pennekamp
2023-09-14 14:40:18 +02:00
committed by Space Team
parent 2acee69908
commit 3dbae89cdd
53 changed files with 1162 additions and 0 deletions
@@ -0,0 +1,8 @@
interface Foo {
fun foo()
}
/**
* [Foo.<caret>foo]
*/
fun usage() {}