FIR: Add FirVisibilityQualifierChecker

This commit is contained in:
Denis.Zharkov
2021-09-07 13:10:37 +03:00
committed by teamcityserver
parent 9575d4d242
commit 9ca96ebbd2
7 changed files with 69 additions and 10 deletions
@@ -21,6 +21,6 @@ import A.Nested.*
import B.JC.JC1
fun test() {
O1
<!INVISIBLE_REFERENCE!>O1<!>
JC1()
}
}
@@ -28,5 +28,5 @@ fun testAccess() {
E1
NestedEntry
A1()
A2
}
<!INVISIBLE_REFERENCE!>A2<!>
}