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
@@ -14,5 +14,5 @@ public class Foo {
// FILE: 1.kt
fun main() {
javaPackage.Foo.Bar.doSmth()
}
javaPackage.Foo.<!INVISIBLE_REFERENCE!>Bar<!>.doSmth()
}