[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
+10
@@ -0,0 +1,10 @@
|
||||
open class Bar {
|
||||
fun foo() {}
|
||||
}
|
||||
|
||||
class Foo : Bar()
|
||||
|
||||
/**
|
||||
* [Foo.<caret>foo]
|
||||
*/
|
||||
fun usage() {}
|
||||
Reference in New Issue
Block a user