[FIR] KT-45972, KT-49072: Add visibility checks to the type resolution
This commit is contained in:
committed by
TeamCityServer
parent
2dc2a90755
commit
0eb2d117ef
+1
-1
@@ -10,6 +10,6 @@ package kotlin.sequences
|
||||
import p.*
|
||||
|
||||
interface I {
|
||||
val v1: <!WRONG_NUMBER_OF_TYPE_ARGUMENTS!>FilteringSequence<!>
|
||||
val v1: FilteringSequence
|
||||
val <!EXPOSED_PROPERTY_TYPE!>v2<!>: IndexingSequence<String>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user