Fix false positive "Unused import directive" for imports under several alias

#KT-30949 Fixed
This commit is contained in:
Dmitry Gridin
2019-04-25 18:01:29 +07:00
parent c52abfda16
commit 9062a2fe72
13 changed files with 79 additions and 3 deletions
@@ -0,0 +1 @@
const val name = 42
@@ -0,0 +1,4 @@
import name
import name as names
val a = name