[FIR] Cast error on the element name instead of the whole body
This commit is contained in:
committed by
Mikhail Glukhikh
parent
4c639a840d
commit
8960829c01
+2
-2
@@ -10,6 +10,6 @@ package kotlin.sequences
|
||||
import p.*
|
||||
|
||||
interface I {
|
||||
<!EXPOSED_PROPERTY_TYPE!>val v1: FilteringSequence<!>
|
||||
<!EXPOSED_PROPERTY_TYPE!>val v2: IndexingSequence<String><!>
|
||||
val <!EXPOSED_PROPERTY_TYPE!>v1<!>: FilteringSequence
|
||||
val <!EXPOSED_PROPERTY_TYPE!>v2<!>: IndexingSequence<String>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user