Exclude alias imported names from all-under imported packages when determining whether a type has been imported for completion.
#KT-13447 Fixed
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import ppp1.*
|
||||
import ppp3.MyClass6
|
||||
import ppp1.MyClass7 as AnotherClass7
|
||||
|
||||
val v = My<caret>
|
||||
|
||||
@@ -22,3 +23,6 @@ val v = My<caret>
|
||||
|
||||
/* not imported */
|
||||
// ORDER: MyClass4
|
||||
|
||||
/* not imported */
|
||||
// ORDER: MyClass7
|
||||
|
||||
Reference in New Issue
Block a user