Inaccessible classes from the current package to not conflict with visible classes from somewhere else
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// FILE: a.kt
|
||||
package p
|
||||
|
||||
class FilteringSequence
|
||||
|
||||
// FILE: b.kt
|
||||
// SKIP_TXT
|
||||
package kotlin.sequences
|
||||
|
||||
import p.*
|
||||
|
||||
interface I {
|
||||
val v1: FilteringSequence
|
||||
<!EXPOSED_PROPERTY_TYPE!>val v2: <!INVISIBLE_REFERENCE!>IndexingSequence<!><String><!>
|
||||
}
|
||||
Reference in New Issue
Block a user