Completion for fqNames in KDoc links
Tests, also proved that KT-14432 are fixed Added completion and tests for extension functions.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
package a
|
||||
|
||||
class B {
|
||||
/**
|
||||
* [a.B.<caret>]
|
||||
*/
|
||||
fun member() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
fun B.ext() {
|
||||
|
||||
}
|
||||
|
||||
val B.extVal: String
|
||||
get() = ""
|
||||
|
||||
// EXIST: ext
|
||||
// EXIST: extVal
|
||||
Reference in New Issue
Block a user