[FIR] Fix missing INVISIBLE_REFERENCE on imports

^KT-59927 Fixed
This commit is contained in:
Nikolay Lunyak
2023-10-05 11:37:47 +03:00
committed by Space Team
parent 21cb5cf83a
commit e452113a7a
3 changed files with 23 additions and 4 deletions
@@ -17,7 +17,7 @@ public class B {
// FILE: C.kt
import A.Nested.*
import A.<!INVISIBLE_REFERENCE!>Nested<!>.*
import B.<!INVISIBLE_REFERENCE!>JC<!>.JC1
fun test() {