[FIR] Add DEPRECATED_JAVA_ANNOTATION diagnostic

This commit is contained in:
Andrey Zinovyev
2021-08-18 12:32:16 +03:00
committed by TeamCityServer
parent f9b601edae
commit ae558c0290
18 changed files with 78 additions and 41 deletions
@@ -1,9 +0,0 @@
import java.lang.annotation.*
@java.lang.annotation.Target(ElementType.PACKAGE)
@Target(AnnotationTarget.CLASS)
annotation class my
@java.lang.annotation.Retention(RetentionPolicy.SOURCE)
@Retention(AnnotationRetention.BINARY)
annotation class your
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
import java.lang.annotation.*
<!DEPRECATED_JAVA_ANNOTATION!>@java.lang.annotation.Target(ElementType.PACKAGE)<!>