FIR CFG: don't propagate deadness on the uncaught exception path

This commit is contained in:
Jinseong Jeon
2021-03-12 12:37:42 -08:00
committed by TeamCityServer
parent d27ecca0e9
commit 8dce6f2ac9
3 changed files with 4 additions and 225 deletions
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
fun foo(): Int = 42
object ThrowInTryWithCatch {