Generate annotations from descriptors, not PSI
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package a
|
||||
|
||||
import java.lang.annotation.*
|
||||
|
||||
Retention(RetentionPolicy.RUNTIME)
|
||||
annotation class Ann
|
||||
|
||||
trait Tr {
|
||||
Ann
|
||||
fun foo() {}
|
||||
}
|
||||
Reference in New Issue
Block a user