[FIR] calculate java Target annotation on COMPILER_REQUIRED_ANNOTATIONS phase
^KT-57849 ^KT-57949
This commit is contained in:
committed by
Space Team
parent
1c456b216b
commit
7b91cd0ff3
+6
@@ -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
|
||||
Reference in New Issue
Block a user