[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
@@ -14,3 +14,5 @@ fun use() {
A("").<!DEPRECATION!>s<!>
A(42).<!DEPRECATION!>s<!>
}
data class DC(@Deprecated("") val a: String)