FIR: handle 'SinceKotlin' as a special kind of deprecated

#KT-51850 Fixed
This commit is contained in:
Mikhail Glukhikh
2022-04-05 12:42:11 +03:00
committed by teamcity
parent 07b5bd72ae
commit 9bd6a9c069
19 changed files with 122 additions and 82 deletions
@@ -7,5 +7,5 @@ annotation class Anno2 @SinceKotlin("1.1") constructor()
@Anno1("")
@Anno2
@<!UNRESOLVED_REFERENCE!>Anno2<!>
fun t1() {}