[FIR] Report missing DEPRECATION on fake sources
#KT-60682
This commit is contained in:
committed by
Space Team
parent
4e041494be
commit
61259ef34b
@@ -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()) {}<!>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user