FIR CFG: reconfigure exception throwing paths in try expression

This commit is contained in:
Jinseong Jeon
2020-10-26 22:10:39 -07:00
committed by Dmitriy Novozhilov
parent 146036010c
commit 1f1e1828a7
6 changed files with 40 additions and 27 deletions
@@ -167,8 +167,8 @@ digraph inplaceLambdaInControlFlowExpressions_kt {
}
37 -> {38};
38 -> {39};
39 -> {40};
40 -> {56 47 41};
39 -> {40 47};
40 -> {41};
41 -> {42};
42 -> {57};
42 -> {43} [color=red];
@@ -176,7 +176,7 @@ digraph inplaceLambdaInControlFlowExpressions_kt {
43 -> {44};
44 -> {45};
45 -> {46};
46 -> {52};
46 -> {52 47};
47 -> {56 48};
48 -> {49};
49 -> {50};