Completion to complete non-imported classes on the first invocation

#KT-8527 Fixed
This commit is contained in:
Valentin Kipyatkov
2016-04-25 17:29:17 +03:00
parent f0dd70d94c
commit deb75b3f18
16 changed files with 88 additions and 49 deletions
@@ -1,8 +1,7 @@
import java.util.HashMap
fun foo() {
val v = HashMap<String, <caret>
val v = HashMap<String, H<caret>
}
// INVOCATION_COUNT: 2
// ELEMENT: HashSet
@@ -5,5 +5,4 @@ fun foo() {
val v = HashMap<String, HashSet<caret>
}
// INVOCATION_COUNT: 2
// ELEMENT: HashSet