[IR] update testdata: print arguments for annotations

This commit is contained in:
Zalim Bashorov
2020-11-06 01:35:38 +03:00
committed by teamcityserver
parent 2a19dc32f2
commit 84d6e43590
36 changed files with 118 additions and 118 deletions
@@ -24,7 +24,7 @@ annotation class State : Annotation {
}
@State(...)
@State(name = "1", storages = [Storage(value = "HELLO")])
class Test {
constructor() /* primary */ {
TODO("IrDelegatingConstructorCall")