Support for import aliases in code completion

#KT-8848 Fixed
This commit is contained in:
Valentin Kipyatkov
2017-07-28 17:37:56 +03:00
parent 48246e5f34
commit 9361cd895c
44 changed files with 429 additions and 76 deletions
@@ -0,0 +1,5 @@
import java.util.ArrayList as JavaList
fun foo(): Ja<caret>
// EXIST: { lookupString: "JavaList", itemText: "JavaList" }