[IR] update testdata: print arguments for annotations
This commit is contained in:
committed by
teamcityserver
parent
2a19dc32f2
commit
84d6e43590
Vendored
+5
-5
@@ -13,23 +13,23 @@ annotation class A : Annotation {
|
||||
|
||||
}
|
||||
|
||||
@A(...)
|
||||
@A(x = "abc", y = 123)
|
||||
fun test1() {
|
||||
}
|
||||
|
||||
@A(...)
|
||||
@A(x = "def")
|
||||
fun test2() {
|
||||
}
|
||||
|
||||
@A(...)
|
||||
@A(x = "ghi")
|
||||
fun test3() {
|
||||
}
|
||||
|
||||
@A(...)
|
||||
@A(, y = 456)
|
||||
fun test4() {
|
||||
}
|
||||
|
||||
@A(...)
|
||||
@A()
|
||||
fun test5() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user