[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:
Egor Kulikov
2023-11-22 17:15:24 +00:00
committed by Space Team
parent 6a90926e2e
commit 43fc4ccf40
11 changed files with 43 additions and 17 deletions
@@ -0,0 +1 @@
Diagnostics from elements:
@@ -0,0 +1,3 @@
fun someFun() {
for (i i)
}
@@ -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)