[FIR] Improve the control flow graph around try expressions
1. throw goes to catches instead of main exist block 2. return goes via finally (single level only supported atm) 3. collect non-direct return to retrieve all return expressions easier
This commit is contained in:
committed by
teamcityserver
parent
7b6dddf012
commit
06b23d5937
-1
@@ -1,4 +1,3 @@
|
||||
// IGNORE_FIR_DIAGNOSTICS
|
||||
// FILE: 1.kt
|
||||
class A(val s: String)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user