More annotation generation for declarations with test cases
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
annotation class A(vararg val xs: String)
|
||||
|
||||
|
||||
@A(*arrayOf("a"), *arrayOf("b"))
|
||||
fun test() {}
|
||||
Reference in New Issue
Block a user