FIR CFA: add edges from maybe-throwing statements to catch/finally
This commit is contained in:
+4
@@ -63,6 +63,7 @@ digraph variableInitializedInTryBlock_kt {
|
||||
4 -> {5};
|
||||
5 -> {6};
|
||||
6 -> {7};
|
||||
6 -> {21} [label="onUncaughtException"];
|
||||
7 -> {8 11};
|
||||
8 -> {9};
|
||||
9 -> {21} [label="return@/test"];
|
||||
@@ -72,9 +73,12 @@ digraph variableInitializedInTryBlock_kt {
|
||||
12 -> {13};
|
||||
13 -> {14};
|
||||
14 -> {15};
|
||||
14 -> {21} [label="onUncaughtException"];
|
||||
15 -> {16};
|
||||
15 -> {21} [label="onUncaughtException"];
|
||||
16 -> {17};
|
||||
17 -> {18};
|
||||
17 -> {21} [label="onUncaughtException"];
|
||||
18 -> {19};
|
||||
19 -> {20};
|
||||
20 -> {21};
|
||||
|
||||
Reference in New Issue
Block a user