[FIR] Report INVISIBLE_REFERENCE in imports
#KT-55405 Fixed
This commit is contained in:
committed by
Space Team
parent
7dde3603b5
commit
38f0ac332d
@@ -19,10 +19,10 @@ private object PO {}
|
||||
//+JDK
|
||||
package b
|
||||
|
||||
import a.A
|
||||
import a.foo
|
||||
import a.<!INVISIBLE_REFERENCE!>A<!>
|
||||
import a.<!INVISIBLE_REFERENCE!>foo<!>
|
||||
import a.makeA
|
||||
import a.PO
|
||||
import a.<!INVISIBLE_REFERENCE!>PO<!>
|
||||
|
||||
fun test() {
|
||||
val y = makeA()
|
||||
|
||||
Reference in New Issue
Block a user