[IR] update testdata: print arguments for annotations
This commit is contained in:
committed by
teamcityserver
parent
2a19dc32f2
commit
84d6e43590
+6
-6
@@ -31,15 +31,15 @@ annotation class AA : Annotation {
|
||||
|
||||
}
|
||||
|
||||
@A1(...)
|
||||
@A2(...)
|
||||
@AA(...)
|
||||
@A1(xs = [1, 2, 3])
|
||||
@A2(xs = ["a", "b", "c"])
|
||||
@AA(xs = [A1(xs = [4]), A1(xs = [5]), A1(xs = [6])])
|
||||
fun test1() {
|
||||
}
|
||||
|
||||
@A1(...)
|
||||
@A2(...)
|
||||
@AA(...)
|
||||
@A1(xs = [])
|
||||
@A2(xs = [])
|
||||
@AA(xs = [])
|
||||
fun test2() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user