[IR] update testdata: better support for IrCall

This commit is contained in:
Zalim Bashorov
2020-11-06 01:14:47 +03:00
committed by teamcityserver
parent ef2adfa835
commit 197f5ca885
72 changed files with 203 additions and 203 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ class TestInitValInLambdaCalledOnce {
get
init {
run<Int, Unit>($receiver = 1, block = local fun Int.<anonymous>() {
1.run<Int, Unit>(block = local fun Int.<anonymous>() {
#x = 0
}
)