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