[AA] Add tests for KDoc reference resolution of non-static callables
^KTIJ-26003
This commit is contained in:
committed by
Space Team
parent
2acee69908
commit
3dbae89cdd
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
interface Foo {
|
||||
fun foo()
|
||||
}
|
||||
|
||||
/**
|
||||
* [Foo.<caret>foo]
|
||||
*/
|
||||
fun usage() {}
|
||||
Reference in New Issue
Block a user