FIR CFG: correct edge label from a node that returns Nothing
If it's not within a try/catch/finally, that should be an uncaught exception path. ^KT-45327 Fixed
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
d8fb54c6bd
commit
6427117a35
+2
-1
@@ -286,7 +286,8 @@ digraph safeCalls_kt {
|
||||
92 -> {107} [style=dashed];
|
||||
93 -> {95} [style=dotted];
|
||||
94 -> {95} [style=dotted];
|
||||
95 -> {106 96} [style=dotted];
|
||||
95 -> {96} [style=dotted];
|
||||
95 -> {106} [style=dotted] [label=onUncaughtException];
|
||||
96 -> {97} [style=dotted];
|
||||
97 -> {98 102};
|
||||
98 -> {99};
|
||||
|
||||
Reference in New Issue
Block a user