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