[IR] update testdata: print arguments for annotations
This commit is contained in:
committed by
teamcityserver
parent
2a19dc32f2
commit
84d6e43590
+2
-2
@@ -1,7 +1,7 @@
|
||||
@file:A(...)
|
||||
@file:A(x = "File annotation")
|
||||
package test
|
||||
|
||||
@Target(...)
|
||||
@Target(allowedTargets = [AnnotationTarget])
|
||||
annotation class A : Annotation {
|
||||
constructor(x: String) /* primary */
|
||||
val x: String
|
||||
|
||||
Reference in New Issue
Block a user