Fix import quickfix if import has import alias

#KT-30669 Fixed
 #KT-7380 Fixed
 #KT-30663 Fixed
This commit is contained in:
Dmitry Gridin
2019-04-03 19:26:05 +07:00
parent 6caf6858fa
commit 4f8e29ad23
21 changed files with 165 additions and 9 deletions
@@ -0,0 +1,8 @@
// "Import" "true"
// ERROR: Unresolved reference: importedFunA
import editor.completion.apx.importedFunA as funA
fun context() {
fun funA() {}
<caret>importedFunA()
}