Load annotations on constructors and parameters of Kotlin reflected classes
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
//ALLOW_AST_ACCESS
|
||||
package test
|
||||
|
||||
annotation class Anno(val value: String)
|
||||
|
||||
class Constructor [Anno(value = "string")]()
|
||||
Reference in New Issue
Block a user