Rewritten KDoc-link resolve and completion to work more reasonably
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
class Foo
|
||||
class Bar
|
||||
|
||||
fun Foo.foo(){}
|
||||
|
||||
fun foo(){}
|
||||
|
||||
/**
|
||||
* [Bar.<caret>foo]
|
||||
*/
|
||||
fun test() {}
|
||||
|
||||
// REF_EMPTY
|
||||
Reference in New Issue
Block a user