FIR: add visibility filtering for qualifier resolve #KT-51621 Fixed

This commit is contained in:
Mikhail Glukhikh
2022-03-15 12:49:01 +03:00
committed by Space
parent 3251c474a2
commit c051edcbee
5 changed files with 42 additions and 26 deletions
@@ -22,5 +22,5 @@ import first.*
import second.*
fun test() {
<!NO_COMPANION_OBJECT!>Some<!>.foo()
Some.foo()
}