FIR DFA: isolate effects between blocks in try expression
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
1f1e1828a7
commit
bd173ebebc
+1
-1
@@ -45,7 +45,7 @@ fun testTryCatch(x: Any?) {
|
||||
} catch (e: kotlin.IllegalArgumentException) {
|
||||
|
||||
}
|
||||
x.length
|
||||
x.<!UNRESOLVED_REFERENCE!>length<!>
|
||||
}
|
||||
|
||||
fun testUncertainFlow(x: Any?) {
|
||||
|
||||
Reference in New Issue
Block a user