[FIR] Don't assume that exit lambda node is target for exceptional exit for inplace lambdas

#KT-39709 Fixed
#KT-43156 Fixed
This commit is contained in:
Dmitriy Novozhilov
2020-11-12 11:39:18 +03:00
committed by teamcityserver
parent 440cf78884
commit 87380d1913
9 changed files with 18 additions and 24 deletions
@@ -147,7 +147,7 @@ fun case_9() {
}
throw Exception()
}
println(<!UNINITIALIZED_VARIABLE!>x<!>.inc())
println(x.inc())
}
// TESTCASE NUMBER: 10