[AA] Add tests for KDoc reference resolution of companion object members
^KTIJ-25995
This commit is contained in:
committed by
Space Team
parent
3dbae89cdd
commit
367b84d45e
+10
@@ -0,0 +1,10 @@
|
||||
class A {
|
||||
companion object {
|
||||
fun toName(): String = ""
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* [A.<caret>toName.length]
|
||||
*/
|
||||
fun foo() {}
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
Resolved to:
|
||||
0: (in A.Companion) fun toName(): kotlin.String
|
||||
Reference in New Issue
Block a user