Alias importing fixed for the lazy case
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// FILE: a.kt
|
||||
package a
|
||||
|
||||
val x = 1
|
||||
|
||||
// FILE: b.kt
|
||||
package b
|
||||
|
||||
import a.x as AX
|
||||
|
||||
val y = AX
|
||||
Reference in New Issue
Block a user