K2: Adjust renaming on import for current package with K1 rules
Namely, once a file in a package `foo` has import `foo.bar as baz`, auto imported `bar` from the package name becomes inivisible in the file ^KT-54854 Fixed
This commit is contained in:
committed by
Space Team
parent
5d7ac18778
commit
60f09f6512
+1
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
package a
|
||||
|
||||
import a.A as ER
|
||||
|
||||
Reference in New Issue
Block a user