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