FIR: Add FirVisibilityQualifierChecker
This commit is contained in:
committed by
teamcityserver
parent
9575d4d242
commit
9ca96ebbd2
+2
-2
@@ -21,6 +21,6 @@ import A.Nested.*
|
||||
import B.JC.JC1
|
||||
|
||||
fun test() {
|
||||
O1
|
||||
<!INVISIBLE_REFERENCE!>O1<!>
|
||||
JC1()
|
||||
}
|
||||
}
|
||||
|
||||
+2
-2
@@ -28,5 +28,5 @@ fun testAccess() {
|
||||
E1
|
||||
NestedEntry
|
||||
A1()
|
||||
A2
|
||||
}
|
||||
<!INVISIBLE_REFERENCE!>A2<!>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user