[FIR] Report missing DEPRECATION on fake sources

#KT-60682
This commit is contained in:
Kirill Rakhman
2023-08-24 13:31:58 +02:00
committed by Space Team
parent 4e041494be
commit 61259ef34b
10 changed files with 23 additions and 28 deletions
@@ -19,6 +19,6 @@ class Iter2 {
}
fun use() {
for (x in Iter()) {}
for (x in Iter2()) {}
<!DEPRECATION!>for (x in Iter()) {}<!>
<!DEPRECATION, DEPRECATION!>for (x in Iter2()) {}<!>
}