[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:
committed by
Space Team
parent
f446fc4154
commit
710a8f4e0f
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user