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:
Simon Ogorodnik
2016-11-10 17:52:42 +03:00
parent 62077dafc3
commit 1a211ee7b0
9 changed files with 196 additions and 15 deletions
@@ -0,0 +1,11 @@
package z
/**
* [z.X.Y.<caret>]
*/
class X {
enum class Y { First, Second }
}
// EXIST: First
// EXIST: Second