[IR] update testdata: print arguments for annotations
This commit is contained in:
committed by
teamcityserver
parent
2a19dc32f2
commit
84d6e43590
Vendored
+2
-2
@@ -13,11 +13,11 @@ annotation class A : Annotation {
|
||||
|
||||
}
|
||||
|
||||
@A(...)
|
||||
@A(x = 1)
|
||||
fun test1() {
|
||||
}
|
||||
|
||||
@A(...)
|
||||
@A(x = 2)
|
||||
fun test2() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user