better filtering of elements in KDoc link completion

This commit is contained in:
Dmitry Jemerov
2015-07-31 15:48:10 +02:00
parent 969f702a70
commit ef095dd559
5 changed files with 50 additions and 3 deletions
+18
View File
@@ -0,0 +1,18 @@
class Foo {
/**
* [<caret>]
*/
fun xyzzy() {
}
fun bar() {
}
}
fun Foo.quux() {
}
// EXIST: bar
// EXIST: quux