[IR] update testdata: unify printing custom/non-standard modifiers

This commit is contained in:
Zalim Bashorov
2020-11-23 23:46:22 +03:00
committed by teamcityserver
parent 90fdfbde68
commit 69f0f4ef19
24 changed files with 53 additions and 40 deletions
@@ -34,7 +34,7 @@ class Test1<E : Any?> : IBase<E> {
(<this>.#<$$delegate_0>, <this>).<set-x></* null */>(<set-?> = <set-?>)
}
local /*final field*/ val <$$delegate_0>: IBase<E>
local /* final field */ val <$$delegate_0>: IBase<E>
}
@@ -68,6 +68,7 @@ class Test2 : IBase<String> {
(<this>.#<$$delegate_0>, <this>).<set-x></* null */>(<set-?> = <set-?>)
}
local /*final field*/ val <$$delegate_0>: IBase<String>
local /* final field */ val <$$delegate_0>: IBase<String>
}