[FIR] Implement DEPRECATED_SINCE_KOTLIN_OUTSIDE_KOTLIN_SUBPACKAGE, fix tests

This commit is contained in:
Ivan Kochurkin
2021-05-11 20:08:41 +03:00
committed by TeamCityServer
parent 177394f6ef
commit 52c32d3d85
8 changed files with 40 additions and 2 deletions
@@ -1,5 +1,5 @@
package foo.bar
@Deprecated("")
@DeprecatedSinceKotlin("1.3")
fun test() {}
<!DEPRECATED_SINCE_KOTLIN_OUTSIDE_KOTLIN_SUBPACKAGE!>@DeprecatedSinceKotlin("1.3")<!>
fun test() {}