[FIR] Fix missing INVISIBLE_REFERENCE on imports
^KT-59927 Fixed
This commit is contained in:
committed by
Space Team
parent
21cb5cf83a
commit
e452113a7a
+1
-1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user