Fixed completion for package, import directive and user type.

This commit is contained in:
Stanislav Erokhin
2015-09-12 20:52:18 +03:00
parent 81934b75c2
commit b51edf9004
6 changed files with 90 additions and 16 deletions
@@ -0,0 +1,3 @@
package <caret>
// EXIST: java, kotlin
@@ -0,0 +1,5 @@
package java.<caret>
// EXIST: util, lang
// EXIST_JAVA_ONLY: awt