[FIR] Source for implicit iterator calls in for should not be null
^KT-62111 fixed Merge-request: KT-MR-13029 Merged-by: Egor Kulikov <Egor.Kulikov@jetbrains.com>
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
Diagnostics from elements:
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
fun someFun() {
|
||||
for (i i)
|
||||
}
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
Diagnostics from elements:
|
||||
for PSI element of type KtForExpression at (2,5) - (3,1)
|
||||
ITERATOR_MISSING text ranges: [(20,30)]
|
||||
PSI: KtForExpression at (2,5) - (3,1)
|
||||
Reference in New Issue
Block a user