[IR] update testdata: print arguments for annotations
This commit is contained in:
committed by
teamcityserver
parent
2a19dc32f2
commit
84d6e43590
@@ -1,12 +1,12 @@
|
||||
@JavaAnn(...)
|
||||
@JavaAnn()
|
||||
fun test1() {
|
||||
}
|
||||
|
||||
@JavaAnn(...)
|
||||
@JavaAnn(value = "abc", i = 123)
|
||||
fun test2() {
|
||||
}
|
||||
|
||||
@JavaAnn(...)
|
||||
@JavaAnn(value = "abc", i = 123)
|
||||
fun test3() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user