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
@@ -2,5 +2,5 @@ FILE: test.kt
package test
public final fun test(): R|kotlin/Unit| {
R|kotlin/Unit|.R|first/Some.foo|()
Q|first/Some|.R|first/Some.foo|()
}
@@ -22,5 +22,5 @@ import first.*
import second.*
fun test() {
<!NO_COMPANION_OBJECT!>Some<!>.foo()
Some.foo()
}