[FIR] Report INVISIBLE_REFERENCE in imports
#KT-55405 Fixed
This commit is contained in:
committed by
Space Team
parent
7dde3603b5
commit
38f0ac332d
@@ -7,7 +7,7 @@ private class B
|
||||
// FILE: b.kt
|
||||
package outer.p1
|
||||
|
||||
import outer.a
|
||||
import outer.<!INVISIBLE_REFERENCE!>a<!>
|
||||
|
||||
fun use() {
|
||||
<!INVISIBLE_REFERENCE!>a<!>()
|
||||
@@ -17,7 +17,7 @@ fun use() {
|
||||
// FILE: c.kt
|
||||
package outer.p1.p2
|
||||
|
||||
import outer.a
|
||||
import outer.<!INVISIBLE_REFERENCE!>a<!>
|
||||
|
||||
fun use() {
|
||||
<!INVISIBLE_REFERENCE!>a<!>()
|
||||
|
||||
Reference in New Issue
Block a user