Test: FIR CFA: sort edges by style & target node id

This commit is contained in:
pyos
2022-11-29 15:12:05 +01:00
committed by Dmitriy Novozhilov
parent 7ee1b75e43
commit faf0129a5d
89 changed files with 662 additions and 694 deletions
@@ -62,7 +62,7 @@ digraph annotatedLocalClass_kt {
7 -> {8};
8 -> {9};
9 -> {10};
10 -> {12 11};
10 -> {11 12};
11 -> {18};
12 -> {13};
13 -> {14};
@@ -74,8 +74,8 @@ digraph annotatedLocalClass_kt {
18 -> {19};
18 -> {25} [color=red];
19 -> {20};
19 -> {25 23} [color=green];
19 -> {25 23} [style=dashed];
19 -> {23 25} [color=green];
19 -> {23 25} [style=dashed];
20 -> {21};
21 -> {22};
23 -> {24} [color=green];
@@ -47,11 +47,11 @@ digraph binaryOperations_kt {
3 -> {4};
4 -> {5};
5 -> {6};
6 -> {9 7};
6 -> {7 9};
7 -> {8};
8 -> {9};
9 -> {10};
10 -> {12 11};
10 -> {11 12};
11 -> {17};
12 -> {13};
13 -> {14};
@@ -105,11 +105,11 @@ digraph binaryOperations_kt {
23 -> {24};
24 -> {25};
25 -> {26};
26 -> {29 27};
26 -> {27 29};
27 -> {28};
28 -> {29};
29 -> {30};
30 -> {32 31};
30 -> {31 32};
31 -> {37};
32 -> {33};
33 -> {34};
@@ -172,15 +172,15 @@ digraph binaryOperations_kt {
44 -> {45};
45 -> {46};
46 -> {47};
47 -> {50 48};
47 -> {48 50};
48 -> {49};
49 -> {50};
50 -> {51};
51 -> {54 52};
51 -> {52 54};
52 -> {53};
53 -> {54};
54 -> {55};
55 -> {57 56};
55 -> {56 57};
56 -> {62};
57 -> {58};
58 -> {59};
@@ -242,16 +242,16 @@ digraph binaryOperations_kt {
68 -> {69};
69 -> {70};
70 -> {71};
71 -> {79 72};
71 -> {72 79};
72 -> {73};
73 -> {74};
74 -> {75};
75 -> {78 76};
75 -> {76 78};
76 -> {77};
77 -> {78};
78 -> {79};
79 -> {80};
80 -> {82 81};
80 -> {81 82};
81 -> {87};
82 -> {83};
83 -> {84};
@@ -47,11 +47,11 @@ digraph booleanOperatorsWithConsts_kt {
3 -> {4};
4 -> {5};
5 -> {6};
6 -> {9 7};
6 -> {7 9};
7 -> {8};
8 -> {9};
9 -> {10};
10 -> {12 11};
10 -> {11 12};
11 -> {17};
12 -> {13};
13 -> {14};
@@ -110,7 +110,7 @@ digraph booleanOperatorsWithConsts_kt {
27 -> {28};
28 -> {29};
29 -> {30};
30 -> {32 31};
30 -> {31 32};
31 -> {37};
32 -> {33};
33 -> {34};
@@ -164,11 +164,11 @@ digraph booleanOperatorsWithConsts_kt {
43 -> {44};
44 -> {45};
45 -> {46};
46 -> {49 47};
46 -> {47 49};
47 -> {48};
48 -> {49};
49 -> {50};
50 -> {52 51};
50 -> {51 52};
51 -> {57};
52 -> {53};
53 -> {54};
@@ -227,7 +227,7 @@ digraph booleanOperatorsWithConsts_kt {
67 -> {68} [style=dotted];
68 -> {69} [style=dotted];
69 -> {70};
70 -> {72 71};
70 -> {71 72};
71 -> {77};
72 -> {73};
73 -> {74};
@@ -281,11 +281,11 @@ digraph booleanOperatorsWithConsts_kt {
83 -> {84};
84 -> {85};
85 -> {86};
86 -> {89 87};
86 -> {87 89};
87 -> {88};
88 -> {89};
89 -> {90};
90 -> {92 91};
90 -> {91 92};
91 -> {97};
92 -> {93};
93 -> {94};
@@ -344,7 +344,7 @@ digraph booleanOperatorsWithConsts_kt {
107 -> {108} [style=dotted];
108 -> {109} [style=dotted];
109 -> {110};
110 -> {112 111};
110 -> {111 112};
111 -> {117};
112 -> {113};
113 -> {114};
@@ -398,11 +398,11 @@ digraph booleanOperatorsWithConsts_kt {
123 -> {124};
124 -> {125};
125 -> {126};
126 -> {129 127};
126 -> {127 129};
127 -> {128};
128 -> {129};
129 -> {130};
130 -> {132 131};
130 -> {131 132};
131 -> {137};
132 -> {133};
133 -> {134};
@@ -461,7 +461,7 @@ digraph booleanOperatorsWithConsts_kt {
147 -> {148};
148 -> {149};
149 -> {150};
150 -> {152 151};
150 -> {151 152};
151 -> {157};
152 -> {153};
153 -> {154};
@@ -131,12 +131,12 @@ digraph complex_kt {
8 -> {9};
9 -> {10};
10 -> {11};
11 -> {44 12};
11 -> {12 44};
12 -> {13};
13 -> {14};
14 -> {15};
15 -> {16};
16 -> {39 17};
16 -> {17 39};
17 -> {18};
18 -> {19};
19 -> {20};
@@ -146,9 +146,9 @@ digraph complex_kt {
23 -> {24};
24 -> {25};
25 -> {26};
26 -> {36 27};
26 -> {27 36};
27 -> {28};
27 -> {52} [label=onUncaughtException];
27 -> {52} [label="onUncaughtException"];
28 -> {29};
29 -> {30};
30 -> {31};
@@ -255,7 +255,7 @@ digraph complex_kt {
60 -> {61};
61 -> {62};
62 -> {63};
63 -> {86 64};
63 -> {64 86};
64 -> {65};
65 -> {66};
66 -> {67};
@@ -265,7 +265,7 @@ digraph complex_kt {
70 -> {71};
71 -> {72};
72 -> {73};
73 -> {75 74};
73 -> {74 75};
74 -> {83};
75 -> {76};
76 -> {77};
@@ -61,7 +61,7 @@ digraph defaultArguments_kt {
}
11 [label="Exit function test" style="filled" fillcolor=red];
}
7 -> {12 16 8};
7 -> {8 12 16};
8 -> {9};
9 -> {10};
10 -> {11};
@@ -71,7 +71,7 @@ digraph defaultArguments_kt {
14 -> {15};
16 -> {17};
16 -> {16} [style=dashed];
17 -> {21 19};
17 -> {19 21};
17 -> {18} [style=dotted];
17 -> {21} [style=dashed];
18 -> {19};
@@ -200,10 +200,10 @@ digraph flowFromInplaceLambda_kt {
91 -> {92};
92 -> {93};
93 -> {94};
94 -> {99} [label=onUncaughtException];
94 -> {99} [label="onUncaughtException"];
94 -> {95} [style=dotted];
95 -> {96} [style=dotted];
96 -> {99 97} [style=dotted];
96 -> {97 99} [style=dotted];
97 -> {98} [style=dotted];
98 -> {99} [style=dotted];
@@ -237,7 +237,7 @@ digraph flowFromInplaceLambda_kt {
}
100 -> {101};
101 -> {102};
102 -> {110 104};
102 -> {104 110};
102 -> {103} [style=dotted];
102 -> {110} [style=dashed];
103 -> {104};
@@ -313,20 +313,20 @@ digraph flowFromInplaceLambda_kt {
}
116 -> {117};
117 -> {118};
118 -> {137 120};
118 -> {120 137};
118 -> {119} [style=dotted];
118 -> {137} [style=dashed];
119 -> {121} [color=red];
119 -> {120} [color=green];
119 -> {121} [color=red];
120 -> {121};
121 -> {122};
122 -> {123};
123 -> {124};
124 -> {145 126};
124 -> {126 145};
124 -> {125} [style=dotted];
124 -> {145} [style=dashed];
125 -> {127} [color=red];
125 -> {126} [color=green];
125 -> {127} [color=red];
126 -> {127};
127 -> {128};
128 -> {129};
@@ -417,22 +417,22 @@ digraph flowFromInplaceLambda_kt {
}
156 -> {157};
157 -> {158};
158 -> {177 160};
158 -> {160 177};
158 -> {159} [style=dotted];
158 -> {177} [style=dashed];
159 -> {161} [color=red];
159 -> {160} [color=green];
159 -> {158} [color=green style=dashed];
159 -> {160} [color=green];
159 -> {161} [color=red];
160 -> {161};
161 -> {162};
162 -> {163};
163 -> {164};
164 -> {185 166};
164 -> {166 185};
164 -> {165} [style=dotted];
164 -> {185} [style=dashed];
165 -> {167} [color=red];
165 -> {166} [color=green];
165 -> {164} [color=green style=dashed];
165 -> {166} [color=green];
165 -> {167} [color=red];
166 -> {167};
167 -> {168};
168 -> {169};
@@ -521,18 +521,18 @@ digraph flowFromInplaceLambda_kt {
}
196 -> {197};
197 -> {198};
198 -> {199 216 200};
198 -> {199 200 216};
198 -> {216} [style=dashed];
199 -> {201} [color=red];
199 -> {200} [color=green];
199 -> {201} [color=red];
200 -> {201};
201 -> {202};
202 -> {203};
203 -> {204};
204 -> {205 224 206};
204 -> {205 206 224};
204 -> {224} [style=dashed];
205 -> {207} [color=red];
205 -> {206} [color=green];
205 -> {207} [color=red];
206 -> {207};
207 -> {208};
208 -> {209};
@@ -619,20 +619,20 @@ digraph flowFromInplaceLambda_kt {
}
234 -> {235};
235 -> {236};
236 -> {237 254 238};
236 -> {237 238 254};
236 -> {254} [style=dashed];
237 -> {239} [color=red];
237 -> {238} [color=green];
237 -> {236} [color=green style=dashed];
237 -> {238} [color=green];
237 -> {239} [color=red];
238 -> {239};
239 -> {240};
240 -> {241};
241 -> {242};
242 -> {243 262 244};
242 -> {243 244 262};
242 -> {262} [style=dashed];
243 -> {245} [color=red];
243 -> {244} [color=green];
243 -> {242} [color=green style=dashed];
243 -> {244} [color=green];
243 -> {245} [color=red];
244 -> {245};
245 -> {246};
246 -> {247};
@@ -719,18 +719,18 @@ digraph flowFromInplaceLambda_kt {
}
272 -> {273};
273 -> {274};
274 -> {275 292 276};
274 -> {275 276 292};
274 -> {292} [style=dashed];
275 -> {277} [color=red];
275 -> {276} [color=green];
275 -> {277} [color=red];
276 -> {277};
277 -> {278};
278 -> {279};
279 -> {280};
280 -> {281 300 282};
280 -> {281 282 300};
280 -> {300} [style=dashed];
281 -> {283} [color=red];
281 -> {282} [color=green];
281 -> {283} [color=red];
282 -> {283};
283 -> {284};
284 -> {285};
@@ -820,18 +820,18 @@ digraph flowFromInplaceLambda_kt {
}
310 -> {311};
311 -> {312};
312 -> {329 314};
312 -> {314 329};
312 -> {313} [style=dotted];
312 -> {329} [style=dashed];
313 -> {319} [color=red];
313 -> {314} [color=green];
313 -> {319} [color=red];
314 -> {315};
315 -> {316};
316 -> {341 318};
316 -> {318 341};
316 -> {317} [style=dotted];
316 -> {341} [style=dashed];
317 -> {319} [color=red];
317 -> {318} [color=green];
317 -> {319} [color=red];
318 -> {319};
319 -> {320};
320 -> {321};
@@ -930,20 +930,20 @@ digraph flowFromInplaceLambda_kt {
}
353 -> {354};
354 -> {355};
355 -> {372 357};
355 -> {357 372};
355 -> {356} [style=dotted];
355 -> {372} [style=dashed];
356 -> {362} [color=red];
356 -> {357} [color=green];
356 -> {355} [color=green style=dashed];
356 -> {357} [color=green];
356 -> {362} [color=red];
357 -> {358};
358 -> {359};
359 -> {384 361};
359 -> {361 384};
359 -> {360} [style=dotted];
359 -> {384} [style=dashed];
360 -> {362} [color=red];
360 -> {361} [color=green];
360 -> {359} [color=green style=dashed];
360 -> {361} [color=green];
360 -> {362} [color=red];
361 -> {362};
362 -> {363};
363 -> {364};
@@ -1040,16 +1040,16 @@ digraph flowFromInplaceLambda_kt {
}
396 -> {397};
397 -> {398};
398 -> {399 413 400};
398 -> {399 400 413};
398 -> {413} [style=dashed];
399 -> {405} [color=red];
399 -> {400} [color=green];
399 -> {405} [color=red];
400 -> {401};
401 -> {402};
402 -> {403 425 404};
402 -> {403 404 425};
402 -> {425} [style=dashed];
403 -> {405} [color=red];
403 -> {404} [color=green];
403 -> {405} [color=red];
404 -> {405};
405 -> {406};
406 -> {407};
@@ -1144,18 +1144,18 @@ digraph flowFromInplaceLambda_kt {
}
437 -> {438};
438 -> {439};
439 -> {440 454 441};
439 -> {440 441 454};
439 -> {454} [style=dashed];
440 -> {446} [color=red];
440 -> {441} [color=green];
440 -> {439} [color=green style=dashed];
440 -> {441} [color=green];
440 -> {446} [color=red];
441 -> {442};
442 -> {443};
443 -> {444 466 445};
443 -> {444 445 466};
443 -> {466} [style=dashed];
444 -> {446} [color=red];
444 -> {445} [color=green];
444 -> {443} [color=green style=dashed];
444 -> {445} [color=green];
444 -> {446} [color=red];
445 -> {446};
446 -> {447};
447 -> {448};
@@ -1250,16 +1250,16 @@ digraph flowFromInplaceLambda_kt {
}
478 -> {479};
479 -> {480};
480 -> {481 495 482};
480 -> {481 482 495};
480 -> {495} [style=dashed];
481 -> {487} [color=red];
481 -> {482} [color=green];
481 -> {487} [color=red];
482 -> {483};
483 -> {484};
484 -> {485 507 486};
484 -> {485 486 507};
484 -> {507} [style=dashed];
485 -> {487} [color=red];
485 -> {486} [color=green];
485 -> {487} [color=red];
486 -> {487};
487 -> {488};
488 -> {489};
@@ -1335,17 +1335,17 @@ digraph flowFromInplaceLambda_kt {
}
519 -> {520};
520 -> {521};
521 -> {533 523};
521 -> {523 533};
521 -> {522} [style=dotted];
521 -> {533} [style=dashed];
522 -> {527} [color=red];
522 -> {523} [color=green];
522 -> {527} [color=red];
523 -> {524};
524 -> {538 526};
524 -> {526 538};
524 -> {525} [style=dotted];
524 -> {538} [style=dashed];
525 -> {527} [color=red];
525 -> {526} [color=green];
525 -> {527} [color=red];
526 -> {527};
527 -> {528};
528 -> {529};
@@ -1406,10 +1406,10 @@ digraph flowFromInplaceLambda_kt {
}
543 -> {544};
544 -> {545};
545 -> {546 554 547};
545 -> {546 547 554};
545 -> {554} [style=dashed];
546 -> {548} [color=red];
546 -> {547} [color=green];
546 -> {548} [color=red];
547 -> {548};
548 -> {549};
549 -> {550};
@@ -1418,11 +1418,11 @@ digraph flowFromInplaceLambda_kt {
552 -> {553};
554 -> {555};
555 -> {556};
556 -> {561 558};
556 -> {558 561};
556 -> {557} [style=dotted];
556 -> {561} [style=dashed];
557 -> {548} [color=red];
557 -> {558} [color=green];
557 -> {548} [color=red];
558 -> {559};
559 -> {560};
561 -> {562};
@@ -130,19 +130,19 @@ digraph flowFromInplaceLambda2_kt {
}
25 -> {26};
26 -> {27};
27 -> {41 29};
27 -> {29 41};
27 -> {28} [style=dotted];
27 -> {41} [style=dashed];
28 -> {35} [color=red];
28 -> {29} [color=green];
28 -> {35} [color=red];
29 -> {30};
30 -> {31};
31 -> {32};
32 -> {48 34};
32 -> {34 48};
32 -> {33} [style=dotted];
32 -> {48} [style=dashed];
33 -> {35} [color=red];
33 -> {34} [color=green];
33 -> {35} [color=red];
34 -> {35};
35 -> {36};
36 -> {37};
@@ -215,20 +215,20 @@ digraph flowFromInplaceLambda2_kt {
}
55 -> {56};
56 -> {57};
57 -> {72 59};
57 -> {59 72};
57 -> {58} [style=dotted];
57 -> {72} [style=dashed];
58 -> {66} [color=red];
58 -> {59} [color=green];
58 -> {66} [color=red];
59 -> {60};
60 -> {61};
61 -> {62};
62 -> {63};
63 -> {79 65};
63 -> {65 79};
63 -> {64} [style=dotted];
63 -> {79} [style=dashed];
64 -> {66} [color=red];
64 -> {65} [color=green];
64 -> {66} [color=red];
65 -> {66};
66 -> {67};
67 -> {68};
@@ -331,17 +331,17 @@ digraph flowFromInplaceLambda2_kt {
}
86 -> {87};
87 -> {88};
88 -> {118 90};
88 -> {90 118};
88 -> {89} [style=dotted];
88 -> {118} [style=dashed];
89 -> {112} [color=red];
89 -> {90} [color=green];
89 -> {112} [color=red];
90 -> {91};
91 -> {92};
92 -> {93};
93 -> {94};
94 -> {95};
95 -> {103 96};
95 -> {96 103};
96 -> {97};
97 -> {98};
98 -> {99};
@@ -355,11 +355,11 @@ digraph flowFromInplaceLambda2_kt {
106 -> {107};
107 -> {108};
108 -> {109};
109 -> {125 111};
109 -> {111 125};
109 -> {110} [style=dotted];
109 -> {125} [style=dashed];
110 -> {112} [color=red];
110 -> {111} [color=green];
110 -> {112} [color=red];
111 -> {112};
112 -> {113};
113 -> {114};
@@ -506,44 +506,44 @@ digraph flowFromInplaceLambda2_kt {
138 -> {139};
139 -> {140};
140 -> {141};
141 -> {143 142};
141 -> {142 143};
142 -> {177};
143 -> {144};
144 -> {145};
145 -> {146};
146 -> {147};
147 -> {148};
148 -> {158 149};
148 -> {149 158};
149 -> {150};
150 -> {151};
151 -> {152};
152 -> {153};
153 -> {187 155};
153 -> {155 187};
153 -> {154} [style=dotted];
153 -> {187} [style=dashed];
154 -> {171} [color=red];
154 -> {155} [color=green];
154 -> {171} [color=red];
155 -> {156};
156 -> {157};
157 -> {165};
158 -> {159};
159 -> {160};
160 -> {180 162};
160 -> {162 180};
160 -> {161} [style=dotted];
160 -> {180} [style=dashed];
161 -> {171} [color=red];
161 -> {162} [color=green];
161 -> {171} [color=red];
162 -> {163};
163 -> {164};
164 -> {165};
165 -> {171 166};
165 -> {166 171};
166 -> {167};
167 -> {168};
168 -> {192 170};
168 -> {170 192};
168 -> {169} [style=dotted];
168 -> {192} [style=dashed];
169 -> {172} [color=red];
169 -> {170} [color=green];
169 -> {172} [color=red];
170 -> {172};
171 -> {172} [color=red];
172 -> {173};
@@ -626,19 +626,19 @@ digraph flowFromInplaceLambda2_kt {
201 -> {202};
202 -> {203 207};
203 -> {204};
204 -> {218 206};
204 -> {206 218};
204 -> {205} [style=dotted];
204 -> {218} [style=dashed];
205 -> {212} [color=red];
205 -> {206} [color=green];
205 -> {212} [color=red];
206 -> {207};
207 -> {212 208};
207 -> {208 212};
208 -> {209};
209 -> {225 211};
209 -> {211 225};
209 -> {210} [style=dotted];
209 -> {225} [style=dashed];
210 -> {213} [color=red];
210 -> {211} [color=green];
210 -> {213} [color=red];
211 -> {213};
212 -> {213} [color=red];
213 -> {214};
@@ -757,37 +757,37 @@ digraph flowFromInplaceLambda2_kt {
232 -> {233};
233 -> {234};
234 -> {235};
235 -> {245 236};
235 -> {236 245};
236 -> {237};
237 -> {238};
238 -> {239};
239 -> {240};
240 -> {271 242};
240 -> {242 271};
240 -> {241} [style=dotted];
240 -> {271} [style=dashed];
241 -> {258} [color=red];
241 -> {242} [color=green];
241 -> {258} [color=red];
242 -> {243};
243 -> {244};
244 -> {252};
245 -> {246};
246 -> {247};
247 -> {264 249};
247 -> {249 264};
247 -> {248} [style=dotted];
247 -> {264} [style=dashed];
248 -> {258} [color=red];
248 -> {249} [color=green];
248 -> {258} [color=red];
249 -> {250};
250 -> {251};
251 -> {252};
252 -> {258 253};
252 -> {253 258};
253 -> {254};
254 -> {255};
255 -> {278 257};
255 -> {257 278};
255 -> {256} [style=dotted];
255 -> {278} [style=dashed];
256 -> {259} [color=red];
256 -> {257} [color=green];
256 -> {259} [color=red];
257 -> {259};
258 -> {259} [color=red];
259 -> {260};
@@ -897,23 +897,23 @@ digraph flowFromInplaceLambda2_kt {
291 -> {292};
292 -> {293};
293 -> {294};
294 -> {296 295};
294 -> {295 296};
295 -> {312};
296 -> {297};
297 -> {298};
298 -> {315 300};
298 -> {300 315};
298 -> {299} [style=dotted];
298 -> {315} [style=dashed];
299 -> {306} [color=red];
299 -> {300} [color=green];
299 -> {306} [color=red];
300 -> {301};
301 -> {302};
302 -> {303};
303 -> {322 305};
303 -> {305 322};
303 -> {304} [style=dotted];
303 -> {322} [style=dashed];
304 -> {306} [color=red];
304 -> {305} [color=green];
304 -> {306} [color=red];
305 -> {306};
306 -> {307};
307 -> {308};
@@ -138,7 +138,7 @@ digraph flowFromInplaceLambda3_kt {
64 -> {65};
65 -> {66};
66 -> {67};
67 -> {68 78 69};
67 -> {68 69 78};
67 -> {78} [style=dashed];
68 -> {69};
68 -> {67} [color=green style=dashed];
@@ -199,7 +199,7 @@ digraph flowFromInplaceLambda3_kt {
89 -> {90};
90 -> {91};
91 -> {92};
92 -> {93 100 94};
92 -> {93 94 100};
92 -> {100} [style=dashed];
93 -> {94};
93 -> {92} [color=green style=dashed];
@@ -260,7 +260,7 @@ digraph flowFromInplaceLambda3_kt {
111 -> {112};
112 -> {113};
113 -> {114};
114 -> {125 116};
114 -> {116 125};
114 -> {115} [style=dotted];
114 -> {125} [style=dashed];
115 -> {116};
@@ -325,7 +325,7 @@ digraph flowFromInplaceLambda3_kt {
136 -> {137};
137 -> {138};
138 -> {139};
139 -> {150 141};
139 -> {141 150};
139 -> {140} [style=dotted];
139 -> {150} [style=dashed];
140 -> {141};
@@ -389,7 +389,7 @@ digraph flowFromInplaceLambda3_kt {
161 -> {162};
162 -> {163};
163 -> {164};
164 -> {165 175 166};
164 -> {165 166 175};
164 -> {175} [style=dashed];
165 -> {166};
166 -> {167};
@@ -125,12 +125,12 @@ digraph flowFromTwoInplaceLambdas_kt {
33 -> {34};
34 -> {35};
35 -> {36};
36 -> {38 37};
36 -> {37 38};
37 -> {49};
38 -> {39};
39 -> {40};
40 -> {52 59 43};
40 -> {42 41} [style=dotted];
40 -> {43 52 59};
40 -> {41 42} [style=dotted];
40 -> {52 59} [style=dashed];
41 -> {43};
42 -> {43};
@@ -234,12 +234,12 @@ digraph flowFromTwoInplaceLambdas_kt {
73 -> {74};
74 -> {75};
75 -> {76};
76 -> {78 77};
76 -> {77 78};
77 -> {89};
78 -> {79};
79 -> {80};
80 -> {92 99 83};
80 -> {82 81} [style=dotted];
80 -> {83 92 99};
80 -> {81 82} [style=dotted];
80 -> {92 99} [style=dashed];
81 -> {83};
82 -> {83};
@@ -325,8 +325,8 @@ digraph flowFromTwoInplaceLambdas_kt {
110 -> {111};
111 -> {112};
112 -> {113};
113 -> {127 134 116};
113 -> {115 114} [style=dotted];
113 -> {116 127 134};
113 -> {114 115} [style=dotted];
113 -> {127 134} [style=dashed];
114 -> {116};
115 -> {116};
@@ -413,8 +413,8 @@ digraph flowFromTwoInplaceLambdas_kt {
144 -> {145};
145 -> {146};
146 -> {147};
147 -> {161 168 150};
147 -> {149 148} [style=dotted];
147 -> {150 161 168};
147 -> {148 149} [style=dotted];
147 -> {161 168} [style=dashed];
148 -> {150};
149 -> {150};
@@ -519,8 +519,8 @@ digraph flowFromTwoInplaceLambdas_kt {
182 -> {183};
183 -> {184};
184 -> {185};
185 -> {197 207 188};
185 -> {187 186} [style=dotted];
185 -> {188 197 207};
185 -> {186 187} [style=dotted];
185 -> {197 207} [style=dashed];
186 -> {188};
187 -> {188};
@@ -611,8 +611,8 @@ digraph flowFromTwoInplaceLambdas_kt {
220 -> {221};
221 -> {222};
222 -> {223};
223 -> {237 244 226};
223 -> {225 224} [style=dotted];
223 -> {226 237 244};
223 -> {224 225} [style=dotted];
223 -> {237 244} [style=dashed];
224 -> {226};
225 -> {226};
@@ -687,8 +687,8 @@ digraph flowFromTwoInplaceLambdas_kt {
251 -> {252};
252 -> {253};
253 -> {254};
254 -> {262 270 257};
254 -> {256 255} [style=dotted];
254 -> {257 262 270};
254 -> {255 256} [style=dotted];
254 -> {262 270} [style=dashed];
255 -> {257};
256 -> {257};
@@ -780,8 +780,8 @@ digraph flowFromTwoInplaceLambdas_kt {
278 -> {279};
279 -> {280};
280 -> {281};
281 -> {301 307 284};
281 -> {283 282} [style=dotted];
281 -> {284 301 307};
281 -> {282 283} [style=dotted];
281 -> {301 307} [style=dashed];
282 -> {284};
283 -> {284};
@@ -790,7 +790,7 @@ digraph flowFromTwoInplaceLambdas_kt {
286 -> {287};
287 -> {288};
288 -> {289};
289 -> {291 290};
289 -> {290 291};
290 -> {298};
291 -> {292};
292 -> {293};
@@ -38,8 +38,8 @@ digraph initBlock_kt {
11 [label="Exit class Foo" style="filled" fillcolor=red];
}
9 -> {10} [color=green];
10 -> {11} [style=dotted];
10 -> {3} [color=green];
10 -> {11} [style=dotted];
10 -> {3} [style=dashed];
subgraph cluster_4 {
@@ -73,7 +73,7 @@ digraph initBlock_kt {
17 -> {18};
18 -> {19};
19 -> {20};
20 -> {25} [label=onUncaughtException];
20 -> {25} [label="onUncaughtException"];
20 -> {21} [style=dotted];
21 -> {22} [style=dotted];
22 -> {23} [style=dotted];
@@ -88,8 +88,8 @@ digraph initBlock_kt {
28 [label="Exit class Bar" style="filled" fillcolor=red];
}
26 -> {27} [color=green];
27 -> {28} [style=dotted];
27 -> {15} [color=green];
27 -> {28} [style=dotted];
27 -> {15} [style=dashed];
}
@@ -62,7 +62,7 @@ digraph initBlockAndInPlaceLambda_kt {
9 -> {10};
10 -> {11 15};
11 -> {12};
12 -> {19 14};
12 -> {14 19};
12 -> {13} [style=dotted];
12 -> {19} [style=dashed];
13 -> {14};
@@ -86,8 +86,8 @@ digraph initBlockAndInPlaceLambda_kt {
28 [label="Exit class C" style="filled" fillcolor=red];
}
26 -> {27} [color=green];
27 -> {28} [style=dotted];
27 -> {7} [color=green];
27 -> {28} [style=dotted];
27 -> {7} [style=dashed];
}
@@ -57,8 +57,8 @@ digraph innerClassInAnonymousObject_kt {
}
14 -> {15};
14 -> {0 3 6} [color=red];
15 -> {16} [color=red];
15 -> {12} [color=green];
15 -> {16} [color=red];
15 -> {12} [style=dashed];
16 -> {17};
16 -> {0} [color=green];
@@ -21,10 +21,10 @@ digraph inplaceLambdaInControlFlowExpressions_kt {
0 -> {1};
1 -> {2};
2 -> {3};
3 -> {8} [label=onUncaughtException];
3 -> {8} [label="onUncaughtException"];
3 -> {4} [style=dotted];
4 -> {5} [style=dotted];
5 -> {8 6} [style=dotted];
5 -> {6 8} [style=dotted];
6 -> {7} [style=dotted];
7 -> {8} [style=dotted];
@@ -89,7 +89,7 @@ digraph inplaceLambdaInControlFlowExpressions_kt {
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {22 15};
14 -> {15 22};
15 -> {16};
16 -> {17};
17 -> {18};
@@ -99,11 +99,11 @@ digraph inplaceLambdaInControlFlowExpressions_kt {
21 -> {29};
22 -> {23};
23 -> {24};
24 -> {33 26};
24 -> {26 33};
24 -> {25} [style=dotted];
24 -> {33} [style=dashed];
25 -> {29} [color=red];
25 -> {26} [color=green];
25 -> {29} [color=red];
26 -> {27};
27 -> {28};
28 -> {29};
@@ -173,16 +173,16 @@ digraph inplaceLambdaInControlFlowExpressions_kt {
40 -> {41 48};
41 -> {42};
42 -> {43};
43 -> {58 45};
43 -> {45 58};
43 -> {44} [style=dotted];
43 -> {58} [style=dashed];
44 -> {54} [color=red];
44 -> {45} [color=green];
44 -> {54} [color=red];
45 -> {46};
46 -> {47};
47 -> {54 48};
47 -> {48 54};
48 -> {49};
48 -> {57} [label=onUncaughtException];
48 -> {57} [label="onUncaughtException"];
49 -> {50};
50 -> {51};
51 -> {52};
@@ -225,11 +225,11 @@ digraph inplaceLambdaInControlFlowExpressions_kt {
}
63 -> {64};
64 -> {65};
65 -> {72 67};
65 -> {67 72};
65 -> {66} [style=dotted];
65 -> {72} [style=dashed];
66 -> {68} [color=red];
66 -> {67} [color=green];
66 -> {68} [color=red];
67 -> {68};
68 -> {69};
69 -> {70};
+8 -8
View File
@@ -63,7 +63,7 @@ digraph jumps_kt {
4 -> {5};
5 -> {6};
6 -> {7};
7 -> {16 8};
7 -> {8 16};
8 -> {9};
9 -> {10};
10 -> {11};
@@ -75,7 +75,7 @@ digraph jumps_kt {
16 -> {17};
17 -> {18};
18 -> {19};
19 -> {31} [label=onUncaughtException];
19 -> {31} [label="onUncaughtException"];
19 -> {20} [style=dotted];
20 -> {21} [style=dotted];
21 -> {22} [style=dotted];
@@ -145,7 +145,7 @@ digraph jumps_kt {
36 -> {37};
37 -> {38};
38 -> {39};
39 -> {48 40};
39 -> {40 48};
40 -> {41};
41 -> {42};
42 -> {43};
@@ -278,8 +278,8 @@ digraph jumps_kt {
90 -> {91} [style=dotted];
91 -> {92} [style=dotted];
92 -> {93} [style=dotted];
93 -> {94} [style=dotted];
93 -> {83} [color=green style=dotted];
93 -> {94} [style=dotted];
94 -> {95};
95 -> {96};
96 -> {97};
@@ -343,18 +343,18 @@ digraph jumps_kt {
102 -> {103};
103 -> {104};
104 -> {105};
105 -> {122 106};
105 -> {106 122};
106 -> {107};
107 -> {108};
108 -> {109};
109 -> {110};
110 -> {111};
111 -> {113 112};
111 -> {112 113};
112 -> {119};
113 -> {114};
114 -> {115};
115 -> {116} [style=dotted];
115 -> {103} [color=green style=dashed];
115 -> {116} [style=dotted];
116 -> {117} [style=dotted];
117 -> {118} [style=dotted];
118 -> {119} [style=dotted];
@@ -407,7 +407,7 @@ digraph jumps_kt {
}
130 -> {131};
131 -> {132};
132 -> {133 137 134};
132 -> {133 134 137};
132 -> {137} [style=dashed];
133 -> {134};
133 -> {132} [color=green style=dashed];
@@ -40,7 +40,7 @@ digraph lambdaAsReturnOfLambda_kt {
17 [label="Exit property" style="filled" fillcolor=red];
}
13 -> {14};
14 -> {15 0 16};
14 -> {0 15 16};
14 -> {0} [style=dashed];
15 -> {16};
16 -> {17};
@@ -63,10 +63,10 @@ digraph lambdaReturningObject_kt {
}
13 -> {14};
14 -> {15};
15 -> {20} [label=onUncaughtException];
15 -> {20} [label="onUncaughtException"];
15 -> {16} [style=dotted];
16 -> {17} [style=dotted];
17 -> {20 18} [style=dotted];
17 -> {18 20} [style=dotted];
18 -> {19} [style=dotted];
19 -> {20} [style=dotted];
@@ -97,10 +97,10 @@ digraph lambdaReturningObject_kt {
}
21 -> {22};
22 -> {23};
23 -> {24 29 25};
23 -> {24 25 29};
23 -> {29} [style=dashed];
24 -> {26} [color=red];
24 -> {25} [color=green];
24 -> {26} [color=red];
25 -> {26};
26 -> {27};
27 -> {28};
@@ -71,11 +71,11 @@ digraph lambdas_kt {
8 -> {9};
9 -> {10};
10 -> {11};
11 -> {13 12};
11 -> {12 13};
12 -> {20};
13 -> {14};
14 -> {15};
15 -> {16 23 17};
15 -> {16 17 23};
15 -> {23} [style=dashed];
16 -> {17};
16 -> {15} [color=green style=dashed];
@@ -143,11 +143,11 @@ digraph lambdas_kt {
33 -> {34};
34 -> {35};
35 -> {36};
36 -> {38 37};
36 -> {37 38};
37 -> {44};
38 -> {39};
39 -> {40};
40 -> {47 41};
40 -> {41 47};
40 -> {47} [style=dashed];
41 -> {42};
42 -> {43};
@@ -217,7 +217,7 @@ digraph lambdas_kt {
}
62 -> {63};
63 -> {64};
64 -> {65 71 66};
64 -> {65 66 71};
64 -> {71} [style=dashed];
65 -> {66};
65 -> {64} [color=green style=dashed];
@@ -268,7 +268,7 @@ digraph lambdas_kt {
}
78 -> {79};
79 -> {80};
80 -> {81 87 82};
80 -> {81 82 87};
80 -> {87} [style=dashed];
81 -> {82};
81 -> {80} [color=green style=dashed];
@@ -77,7 +77,7 @@ digraph localClassesWithImplicit_kt {
10 -> {11};
11 -> {12};
12 -> {13};
13 -> {15 14};
13 -> {14 15};
14 -> {21};
15 -> {16};
16 -> {17};
@@ -89,11 +89,11 @@ digraph localClassesWithImplicit_kt {
21 -> {22};
21 -> {33 36 73 92} [color=red];
22 -> {23};
22 -> {29 33 36 73 92} [color=green];
22 -> {99 102 139 158} [color=red];
22 -> {33 36 73 92 29} [color=green];
22 -> {33 36 73 92 29} [style=dashed];
23 -> {24} [color=red];
22 -> {29 33 36 73 92} [style=dashed];
23 -> {31} [color=green];
23 -> {24} [color=red];
23 -> {31} [style=dashed];
24 -> {25};
24 -> {99 102 139 158} [color=green];
@@ -193,7 +193,7 @@ digraph localClassesWithImplicit_kt {
}
36 -> {37};
37 -> {38};
38 -> {39 45 40};
38 -> {39 40 45};
38 -> {45} [style=dashed];
39 -> {40};
39 -> {38} [color=green style=dashed];
@@ -211,7 +211,7 @@ digraph localClassesWithImplicit_kt {
51 -> {52};
52 -> {53};
53 -> {54};
54 -> {62 55};
54 -> {55 62};
55 -> {56};
56 -> {57};
57 -> {58};
@@ -269,7 +269,7 @@ digraph localClassesWithImplicit_kt {
}
73 -> {74};
74 -> {75};
75 -> {76 82 77};
75 -> {76 77 82};
75 -> {82} [style=dashed];
76 -> {77};
76 -> {75} [color=green style=dashed];
@@ -398,7 +398,7 @@ digraph localClassesWithImplicit_kt {
}
102 -> {103};
103 -> {104};
104 -> {105 111 106};
104 -> {105 106 111};
104 -> {111} [style=dashed];
105 -> {106};
105 -> {104} [color=green style=dashed];
@@ -416,7 +416,7 @@ digraph localClassesWithImplicit_kt {
117 -> {118};
118 -> {119};
119 -> {120};
120 -> {128 121};
120 -> {121 128};
121 -> {122};
122 -> {123};
123 -> {124};
@@ -474,7 +474,7 @@ digraph localClassesWithImplicit_kt {
}
139 -> {140};
140 -> {141};
141 -> {142 148 143};
141 -> {142 143 148};
141 -> {148} [style=dashed];
142 -> {143};
142 -> {141} [color=green style=dashed];
+6 -6
View File
@@ -44,7 +44,7 @@ digraph loops_kt {
2 -> {3};
3 -> {4};
4 -> {5};
5 -> {13 6};
5 -> {6 13};
6 -> {7};
7 -> {8};
8 -> {9};
@@ -174,7 +174,7 @@ digraph loops_kt {
45 -> {46};
46 -> {47};
47 -> {48};
48 -> {59 49};
48 -> {49 59};
49 -> {50};
50 -> {51};
51 -> {52};
@@ -305,7 +305,7 @@ digraph loops_kt {
88 -> {89};
89 -> {90};
90 -> {91};
91 -> {93 92};
91 -> {92 93};
92 -> {99};
93 -> {94};
94 -> {95};
@@ -413,8 +413,8 @@ digraph loops_kt {
128 -> {129};
129 -> {130};
130 -> {131};
131 -> {132} [style=dotted];
131 -> {124} [color=green style=dashed];
131 -> {132} [style=dotted];
132 -> {133} [style=dotted];
133 -> {134} [style=dotted];
134 -> {135} [style=dotted];
@@ -480,7 +480,7 @@ digraph loops_kt {
141 -> {142};
142 -> {143};
143 -> {144};
144 -> {146 145};
144 -> {145 146};
145 -> {152};
146 -> {147};
147 -> {148};
@@ -494,8 +494,8 @@ digraph loops_kt {
154 -> {155};
155 -> {156};
156 -> {157};
157 -> {158} [style=dotted];
157 -> {139} [color=green style=dashed];
157 -> {158} [style=dotted];
158 -> {159};
159 -> {160};
160 -> {161};
@@ -53,11 +53,11 @@ digraph postponedLambdaInConstructor_kt {
}
5 -> {6};
6 -> {7};
7 -> {12 9};
7 -> {9 12};
7 -> {8} [style=dotted];
7 -> {12} [style=dashed];
8 -> {10} [color=red];
8 -> {9} [color=green];
8 -> {10} [color=red];
9 -> {10};
10 -> {11};
12 -> {13};
@@ -104,8 +104,8 @@ digraph postponedLambdaInConstructor_kt {
32 [label="Exit class B" style="filled" fillcolor=red];
}
30 -> {31} [color=green];
31 -> {32} [style=dotted];
31 -> {22} [color=green];
31 -> {32} [style=dotted];
31 -> {22} [style=dashed];
}
@@ -150,7 +150,7 @@ digraph postponedLambdaInReturn_kt {
29 -> {30};
30 -> {31};
31 -> {32};
32 -> {40 34};
32 -> {34 40};
32 -> {33} [style=dotted];
32 -> {40} [style=dashed];
33 -> {34};
@@ -164,7 +164,7 @@ digraph postponedLambdaInReturn_kt {
42 -> {43};
43 -> {44};
44 -> {45};
45 -> {55 46};
45 -> {46 55};
46 -> {47};
47 -> {48};
48 -> {49};
@@ -297,7 +297,7 @@ digraph postponedLambdaInReturn_kt {
}
75 -> {76};
76 -> {77};
77 -> {85 79};
77 -> {79 85};
77 -> {78} [style=dotted];
77 -> {85} [style=dashed];
78 -> {79};
@@ -327,9 +327,9 @@ digraph postponedLambdaInReturn_kt {
99 -> {100} [style=dotted];
100 -> {101} [style=dotted];
101 -> {102} [style=dotted];
102 -> {108 103} [style=dotted];
102 -> {103 108} [style=dotted];
103 -> {104};
103 -> {84} [label=onUncaughtException];
103 -> {84} [label="onUncaughtException"];
104 -> {105};
105 -> {106};
106 -> {107};
@@ -339,8 +339,8 @@ digraph postponedLambdaInReturn_kt {
110 -> {88} [color=green style=dashed];
111 -> {112} [style=dotted];
112 -> {113} [style=dotted];
113 -> {84} [style=dotted label="onUncaughtException"];
113 -> {114} [style=dotted];
113 -> {84} [style=dotted] [label=onUncaughtException];
114 -> {115} [style=dotted];
115 -> {116} [style=dotted];
116 -> {78};
@@ -443,7 +443,7 @@ digraph postponedLambdaInReturn_kt {
125 -> {126};
126 -> {127};
127 -> {128};
128 -> {137 130};
128 -> {130 137};
128 -> {129} [style=dotted];
128 -> {137} [style=dashed];
129 -> {130};
@@ -459,7 +459,7 @@ digraph postponedLambdaInReturn_kt {
140 -> {141};
141 -> {142};
142 -> {143};
143 -> {153 144};
143 -> {144 153};
144 -> {145};
145 -> {146};
146 -> {147};
@@ -47,7 +47,7 @@ digraph postponedLambdas_kt {
5 -> {6};
6 -> {7};
7 -> {8};
8 -> {9 13 10};
8 -> {9 10 13};
8 -> {13} [style=dashed];
9 -> {10};
10 -> {11};
@@ -100,7 +100,7 @@ digraph propertiesAndInitBlocks_kt {
39 -> {40};
40 -> {41};
41 -> {42};
42 -> {45} [label=onUncaughtException];
42 -> {45} [label="onUncaughtException"];
42 -> {43} [style=dotted];
43 -> {44} [style=dotted];
44 -> {45} [style=dotted];
@@ -131,7 +131,7 @@ digraph propertiesAndInitBlocks_kt {
49 -> {50};
50 -> {51};
51 -> {52};
52 -> {56} [label=onUncaughtException];
52 -> {56} [label="onUncaughtException"];
52 -> {53} [style=dotted];
53 -> {54} [style=dotted];
54 -> {55} [style=dotted];
@@ -159,12 +159,12 @@ digraph propertiesAndInitBlocks_kt {
58 -> {59};
58 -> {65 68} [color=red];
59 -> {60};
59 -> {65 62} [color=green];
59 -> {65 62} [style=dashed];
59 -> {62 65} [color=green];
59 -> {62 65} [style=dashed];
60 -> {61};
62 -> {63} [color=green];
63 -> {64} [style=dotted];
63 -> {68} [color=green];
63 -> {64} [style=dotted];
63 -> {68} [style=dashed];
subgraph cluster_16 {
@@ -192,7 +192,7 @@ digraph propertiesAndInitBlocks_kt {
68 -> {69};
69 -> {70};
70 -> {71};
71 -> {74} [label=onUncaughtException];
71 -> {74} [label="onUncaughtException"];
71 -> {72} [style=dotted];
72 -> {73} [style=dotted];
73 -> {74} [style=dotted];
@@ -227,7 +227,7 @@ digraph propertiesAndInitBlocks_kt {
79 [label="Exit property" style="filled" fillcolor=red];
}
75 -> {76};
76 -> {77 24 78};
76 -> {24 77 78};
76 -> {24} [style=dashed];
77 -> {78};
77 -> {76} [color=green style=dashed];
@@ -236,17 +236,17 @@ digraph propertiesAndInitBlocks_kt {
25 -> {26};
25 -> {35 46 49} [color=red];
26 -> {27};
26 -> {46 32} [color=green];
26 -> {46 32} [style=dashed];
26 -> {32 46} [color=green];
26 -> {32 46} [style=dashed];
27 -> {28};
28 -> {79} [label=onUncaughtException];
28 -> {79} [label="onUncaughtException"];
28 -> {29} [style=dotted];
29 -> {30} [style=dotted];
30 -> {31} [style=dotted];
31 -> {77} [style=dotted];
32 -> {33} [color=green];
33 -> {34} [style=dotted];
33 -> {49} [color=green];
33 -> {34} [style=dotted];
33 -> {49} [style=dashed];
subgraph cluster_23 {
@@ -295,14 +295,14 @@ digraph propertiesAndInitBlocks_kt {
}
80 -> {81};
81 -> {82 87};
81 -> {93} [label=onUncaughtException];
81 -> {93} [label="onUncaughtException"];
82 -> {83};
83 -> {84};
84 -> {85};
85 -> {86};
86 -> {93 87};
86 -> {87 93};
87 -> {88};
87 -> {93} [label=onUncaughtException];
87 -> {93} [label="onUncaughtException"];
88 -> {89};
89 -> {90};
90 -> {91};
@@ -313,7 +313,7 @@ digraph propertiesAndInitBlocks_kt {
95 -> {96};
96 -> {97};
97 -> {98};
97 -> {99} [label=onUncaughtException];
97 -> {99} [label="onUncaughtException"];
98 -> {99};
}
@@ -91,7 +91,7 @@ digraph returnValuesFromLambda_kt {
}
12 -> {13};
13 -> {14};
14 -> {20 16};
14 -> {16 20};
14 -> {15} [style=dotted];
14 -> {20} [style=dashed];
15 -> {16};
@@ -103,7 +103,7 @@ digraph returnValuesFromLambda_kt {
22 -> {23};
23 -> {24};
24 -> {25};
25 -> {27 26};
25 -> {26 27};
26 -> {34};
27 -> {28};
28 -> {29};
@@ -147,7 +147,7 @@ digraph returnValuesFromLambda_kt {
}
38 -> {39};
39 -> {40};
40 -> {46 42};
40 -> {42 46};
40 -> {41} [style=dotted];
40 -> {46} [style=dashed];
41 -> {42};
@@ -196,8 +196,8 @@ digraph returnValuesFromLambda_kt {
55 -> {56 57} [style=dotted];
55 -> {62} [style=dashed];
56 -> {57} [style=dotted];
57 -> {61} [style=dotted label="onUncaughtException"];
57 -> {58} [style=dotted];
57 -> {61} [style=dotted] [label=onUncaughtException];
58 -> {59} [style=dotted];
59 -> {60} [style=dotted];
60 -> {61} [style=dotted];
@@ -53,7 +53,7 @@ digraph safeCalls_kt {
9 -> {10};
10 -> {11 16};
11 -> {12};
12 -> {16 13};
12 -> {13 16};
13 -> {14};
14 -> {15};
15 -> {17};
@@ -82,7 +82,7 @@ digraph safeCalls_kt {
21 -> {22};
22 -> {23 27};
23 -> {24};
24 -> {27 25};
24 -> {25 27};
25 -> {26};
26 -> {28};
27 -> {28};
@@ -140,7 +140,7 @@ digraph safeCalls_kt {
40 -> {41};
41 -> {42};
42 -> {43};
43 -> {45 44};
43 -> {44 45};
44 -> {52};
45 -> {46};
46 -> {47};
+13 -13
View File
@@ -58,15 +58,15 @@ digraph tryCatch_kt {
}
0 -> {1};
1 -> {2};
2 -> {3 16 9};
2 -> {3 9 16};
3 -> {4};
4 -> {5};
5 -> {6};
6 -> {7};
7 -> {8};
8 -> {23 16 9};
8 -> {9 16 23};
9 -> {10};
9 -> {25} [label=onUncaughtException];
9 -> {25} [label="onUncaughtException"];
10 -> {11};
11 -> {12};
12 -> {13};
@@ -74,7 +74,7 @@ digraph tryCatch_kt {
14 -> {15};
15 -> {23};
16 -> {17};
16 -> {25} [label=onUncaughtException];
16 -> {25} [label="onUncaughtException"];
17 -> {18};
18 -> {19};
19 -> {20};
@@ -130,9 +130,9 @@ digraph tryCatch_kt {
30 -> {31};
31 -> {32};
32 -> {33};
33 -> {40 34};
33 -> {34 40};
34 -> {35};
34 -> {43} [label=onUncaughtException];
34 -> {43} [label="onUncaughtException"];
35 -> {36};
36 -> {37};
37 -> {38};
@@ -272,13 +272,13 @@ digraph tryCatch_kt {
49 -> {91} [style=dotted];
50 -> {51};
51 -> {52};
52 -> {53 95 84};
52 -> {53 84 95};
53 -> {54};
54 -> {55};
55 -> {56};
56 -> {57};
57 -> {58};
58 -> {60 59};
58 -> {59 60};
59 -> {66};
60 -> {61};
61 -> {62};
@@ -294,7 +294,7 @@ digraph tryCatch_kt {
70 -> {71};
71 -> {72};
72 -> {73};
73 -> {75 74};
73 -> {74 75};
74 -> {81};
75 -> {76};
76 -> {77};
@@ -305,9 +305,9 @@ digraph tryCatch_kt {
80 -> {81} [style=dotted];
81 -> {82};
82 -> {83};
83 -> {102 95 84};
83 -> {84 95 102};
84 -> {85};
84 -> {107} [label=onUncaughtException];
84 -> {107} [label="onUncaughtException"];
85 -> {86};
86 -> {87};
87 -> {91};
@@ -320,11 +320,11 @@ digraph tryCatch_kt {
93 -> {94};
94 -> {107};
95 -> {96};
95 -> {107} [label=onUncaughtException];
95 -> {107} [label="onUncaughtException"];
96 -> {97};
97 -> {98};
98 -> {99} [style=dotted];
98 -> {47} [color=green style=dashed];
98 -> {99} [style=dotted];
99 -> {100} [style=dotted];
100 -> {101} [style=dotted];
101 -> {102} [style=dotted];
@@ -59,13 +59,13 @@ digraph variableInitializedInTryBlock_kt {
1 -> {2};
2 -> {3};
3 -> {4};
3 -> {21} [label=onUncaughtException];
3 -> {21} [label="onUncaughtException"];
4 -> {5};
5 -> {6};
6 -> {7};
7 -> {11 8};
7 -> {8 11};
8 -> {9};
9 -> {21} [label="return@/test"];
9 -> {21} [label="return@/test"];
9 -> {10} [style=dotted];
10 -> {12} [style=dotted];
11 -> {12};
@@ -83,7 +83,7 @@ digraph variableInitializedInTryBlock_kt {
23 -> {24};
24 -> {25};
25 -> {26};
25 -> {30} [label="return@/test"];
25 -> {30} [label="return@/test"];
26 -> {27};
27 -> {28};
28 -> {29};
+5 -5
View File
@@ -92,21 +92,21 @@ digraph when_kt {
4 -> {5};
5 -> {6};
6 -> {7};
7 -> {40 8};
7 -> {8 40};
8 -> {9};
9 -> {10};
10 -> {11};
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {35 15};
14 -> {15 35};
15 -> {16};
16 -> {17};
17 -> {18};
18 -> {19};
19 -> {20};
20 -> {21};
21 -> {29 22};
21 -> {22 29};
22 -> {23};
23 -> {24};
24 -> {25};
@@ -199,13 +199,13 @@ digraph when_kt {
57 -> {58};
58 -> {59};
59 -> {60};
60 -> {65 61};
60 -> {61 65};
61 -> {62};
62 -> {63};
63 -> {64};
64 -> {65};
65 -> {66};
66 -> {68 67};
66 -> {67 68};
67 -> {75};
68 -> {69};
69 -> {70};