[FIR] Report INVISIBLE_REFERENCE in imports

#KT-55405 Fixed
This commit is contained in:
Kirill Rakhman
2023-03-29 18:15:11 +02:00
committed by Space Team
parent 7dde3603b5
commit 38f0ac332d
22 changed files with 220 additions and 213 deletions
@@ -8,8 +8,8 @@ class Foo {
// FILE: foo.kt
package a
import p.Foo
import p.Foo.Nested
import p.<!INVISIBLE_REFERENCE!>Foo<!>
import p.<!INVISIBLE_REFERENCE!>Foo<!>.Nested
class Bar : <!EXPOSED_SUPER_CLASS, INVISIBLE_REFERENCE, INVISIBLE_REFERENCE!>Foo<!>() {
protected fun <!EXPOSED_FUNCTION_RETURN_TYPE!>foo<!>(): <!INVISIBLE_REFERENCE!>Nested<!>? = null