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
@@ -9,7 +9,7 @@ class StrSome {
}
class StrMore {
class StrAbsent
class StrInner
}
// INVOCATION_COUNT: 1
@@ -19,4 +19,4 @@ class StrMore {
// EXIST: StrInFun
// EXIST: StringBuilder
// EXIST_JAVA_ONLY: StringBuffer
// ABSENT: StrAbsent
// EXIST: StrInner