add references to kdoc; support resolve and rename
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* This is the same as [C.<caret>bar]
|
||||
*/
|
||||
fun foo() {}
|
||||
|
||||
class C {
|
||||
fun bar() {}
|
||||
}
|
||||
|
||||
// REF: (in C).bar()
|
||||
Reference in New Issue
Block a user