[IR] update testdata: better support for IrConstructorCall

This commit is contained in:
Zalim Bashorov
2020-11-06 01:22:57 +03:00
committed by teamcityserver
parent 197f5ca885
commit 2a19dc32f2
70 changed files with 172 additions and 136 deletions
@@ -70,7 +70,7 @@ class TestJFoo : IFoo {
}
private /*final field*/ val $$delegate_0: JFoo = TODO("IrConstructorCall")
private /*final field*/ val $$delegate_0: JFoo = JFoo()
override fun foo(): String {
return #$$delegate_0.foo() /*!! String */
}
@@ -87,7 +87,7 @@ class TestK1 : IFoo {
}
private /*final field*/ val $$delegate_0: K1 = TODO("IrConstructorCall")
private /*final field*/ val $$delegate_0: K1 = K1()
override fun foo(): String {
return #$$delegate_0.foo() /*!! String */
}
@@ -104,7 +104,7 @@ class TestK2 : IFoo {
}
private /*final field*/ val $$delegate_0: K2 = TODO("IrConstructorCall")
private /*final field*/ val $$delegate_0: K2 = K2()
override fun foo(): String {
return #$$delegate_0.foo()
}
@@ -121,7 +121,7 @@ class TestK3 : IFoo {
}
private /*final field*/ val $$delegate_0: K3 = TODO("IrConstructorCall")
private /*final field*/ val $$delegate_0: K3 = K3()
override fun foo(): String {
return #$$delegate_0.foo()
}
@@ -138,7 +138,7 @@ class TestK4 : IFoo {
}
private /*final field*/ val $$delegate_0: K4 = TODO("IrConstructorCall")
private /*final field*/ val $$delegate_0: K4 = K4()
override fun foo(): String {
return #$$delegate_0.foo() /*!! String */
}