FIR DFA: isolate effects between blocks in try expression

This commit is contained in:
Jinseong Jeon
2020-10-26 22:54:46 -07:00
committed by Dmitriy Novozhilov
parent 1f1e1828a7
commit bd173ebebc
9 changed files with 24 additions and 21 deletions
@@ -17,5 +17,5 @@ fun testWithCatch(x: Any?) {
x.length
} catch (e: java.lang.IllegalArgumentException) { }
x.length
x.<!UNRESOLVED_REFERENCE!>length<!>
}
@@ -45,7 +45,7 @@ fun testTryCatch(x: Any?) {
} catch (e: kotlin.IllegalArgumentException) {
}
x.length
x.<!UNRESOLVED_REFERENCE!>length<!>
}
fun testUncertainFlow(x: Any?) {