Files
kotlin-fork/idea/idea-completion/testData/kdoc/FQLink.kt
T
Simon Ogorodnik 1a211ee7b0 Completion for fqNames in KDoc links
Tests, also proved that KT-14432 are fixed
Added completion and tests for extension functions.
2016-11-29 14:06:54 +03:00

20 lines
137 B
Kotlin
Vendored

package z
/**
* [z.<caret>]
*/
fun f(xyzzy: String) {
}
fun bar() {
}
class Z
// EXIST: Z
// EXIST: f
// EXIST: bar
// ABSENT: z