[FIR] Don't miss annotations on for loops variables
^KT-59874
This commit is contained in:
committed by
Space Team
parent
d03039b949
commit
63f461a6cd
+1
-1
@@ -10,5 +10,5 @@ fun foo() {
|
||||
|
||||
for (@Ann(3) (x, @Ann(4) y) in bar()) {}
|
||||
|
||||
for (@Err() (x,y) in bar()) {}
|
||||
for (@<!UNRESOLVED_REFERENCE!>Err<!>() (x,y) in bar()) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user