[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
@@ -20,7 +20,7 @@ val test1: Any
}
TODO("IrConstructorCall")
<no name provided>()
}
get
@@ -43,7 +43,7 @@ val test2: IFoo
}
TODO("IrConstructorCall")
<no name provided>()
}
get
@@ -86,7 +86,7 @@ class Outer {
}
TODO("IrConstructorCall")
<no name provided>()
}
}
@@ -114,7 +114,7 @@ fun Outer.test4(): Inner {
}
TODO("IrConstructorCall")
<no name provided>()
}
}