[FIR] KT-58719: Check all imported declarations for visibility

Unfortunately, we have to check
callables even if the class is
inaccessible.

^KT-58719 Fixed
This commit is contained in:
Nikolay Lunyak
2023-05-17 15:32:24 +03:00
committed by Space Team
parent f446fc4154
commit 710a8f4e0f
2 changed files with 19 additions and 11 deletions
@@ -14,7 +14,7 @@ fun <RowType : Any> QueryPagingSource(randomParam: Int) {}
package main
import pagind.<!INVISIBLE_REFERENCE!>QueryPagingSource<!>
import pagind.QueryPagingSource
fun test() {
QueryPagingSource<Int>(10)