[IR] update testdata: print arguments for annotations
This commit is contained in:
committed by
teamcityserver
parent
2a19dc32f2
commit
84d6e43590
Vendored
+2
-2
@@ -31,8 +31,8 @@ annotation class AA : Annotation {
|
||||
|
||||
}
|
||||
|
||||
@A2(...)
|
||||
@AA(...)
|
||||
@A2(a = A1(x = 42))
|
||||
@AA(xs = [A1(x = 1), A1(x = 2)])
|
||||
fun test() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user