Rewritten KDoc-link resolve and completion to work more reasonably
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
package a
|
||||
|
||||
class B {
|
||||
/**
|
||||
* [a.B.<caret>extVal]
|
||||
*/
|
||||
fun member() {
|
||||
}
|
||||
}
|
||||
|
||||
val B.extVal: String
|
||||
get() = ""
|
||||
|
||||
// REF: (for B in a).extVal
|
||||
Reference in New Issue
Block a user