[FIR] calculate java Target annotation on COMPILER_REQUIRED_ANNOTATIONS phase

^KT-57849
^KT-57949
This commit is contained in:
Dmitrii Gridin
2023-04-11 18:34:33 +02:00
committed by Space Team
parent 1c456b216b
commit 7b91cd0ff3
11 changed files with 90 additions and 4 deletions
@@ -0,0 +1,6 @@
// FIR_IDENTICAL
import java.lang.annotation.Target
import java.lang.annotation.ElementType.PACKAGE
<!DEPRECATED_JAVA_ANNOTATION!>@Target(PACKAGE)<!>
annotation class my