resolve KDoc references to members of companion object
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/** See [Foo.b<caret>ar] */
|
||||
class T {
|
||||
|
||||
}
|
||||
|
||||
class Foo {
|
||||
companion object {
|
||||
fun bar() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// REF: (in Foo.Companion).bar()
|
||||
Reference in New Issue
Block a user