[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
+15
@@ -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
|
||||
val v2: IndexingSequence<String>
|
||||
}
|
||||
Reference in New Issue
Block a user