[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
@@ -71,3 +71,4 @@ class Test2 : IBase<String> {
local /* final field */ val <$$delegate_0>: IBase<String> local /* final field */ val <$$delegate_0>: IBase<String>
} }
@@ -152,3 +152,4 @@ class Test2 : IBase, IOther {
local /* final field */ val <$$delegate_1>: IOther local /* final field */ val <$$delegate_1>: IOther
} }
@@ -37,3 +37,4 @@ class Test : J {
local /* final field */ val <$$delegate_0>: J local /* final field */ val <$$delegate_0>: J
} }
@@ -37,3 +37,4 @@ class C : IFooBar {
local /* final field */ val <$$delegate_0>: IFooBar local /* final field */ val <$$delegate_0>: IFooBar
} }
@@ -126,3 +126,4 @@ class TestK4 : IFoo {
local /* final field */ val <$$delegate_0>: IFoo local /* final field */ val <$$delegate_0>: IFoo
} }
@@ -48,3 +48,4 @@ class DFoo : IFoo {
local /* final field */ val <$$delegate_0>: IFoo local /* final field */ val <$$delegate_0>: IFoo
} }
@@ -62,3 +62,4 @@ class ExplicitOverride : IFoo {
} }
} }
@@ -22,3 +22,4 @@ class A : I {
local /* final field */ val <$$delegate_0>: I local /* final field */ val <$$delegate_0>: I
} }
@@ -31,3 +31,4 @@ class Test<TT : Any?> : IBase<TT> {
local /* final field */ val <$$delegate_0>: IBase<TT> local /* final field */ val <$$delegate_0>: IBase<TT>
} }
@@ -58,3 +58,4 @@ class Impl : A, B {
fun box(): String { fun box(): String {
return "OK" return "OK"
} }
@@ -77,3 +77,4 @@ data class DataClass : Derived, Delegate {
} }
} }
@@ -51,3 +51,4 @@ class C : J, K {
local /* final field */ val <$$delegate_1>: K local /* final field */ val <$$delegate_1>: K
} }
@@ -80,3 +80,4 @@ class KRaw : JRaw {
local /* final field */ val <$$delegate_0>: JRaw local /* final field */ val <$$delegate_0>: JRaw
} }