[FIR-TEST] Update CFG dumps according to new nodes order

This commit is contained in:
Dmitriy Novozhilov
2020-06-16 12:17:31 +03:00
parent 4e6542a646
commit 12ed8c3bb4
67 changed files with 9862 additions and 9862 deletions
@@ -6,99 +6,99 @@ digraph annotatedLocalClass_kt {
subgraph cluster_0 { subgraph cluster_0 {
color=red color=red
0 [label="Enter function <init>" style="filled" fillcolor=red]; 0 [label="Enter function <init>" style="filled" fillcolor=red];
2 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 1 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
1 [label="Exit function <init>" style="filled" fillcolor=red]; 2 [label="Exit function <init>" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
2 -> {1}; 1 -> {2};
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
4 [label="Enter class Ann" style="filled" fillcolor=red]; 3 [label="Enter class Ann" style="filled" fillcolor=red];
3 [label="Exit class Ann" style="filled" fillcolor=red]; 4 [label="Exit class Ann" style="filled" fillcolor=red];
} }
4 -> {3} [color=green]; 3 -> {4} [color=green];
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
5 [label="Enter function foo" style="filled" fillcolor=red]; 5 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
24 [label="Enter class Local" style="filled" fillcolor=red]; 23 [label="Enter class Local" style="filled" fillcolor=red];
23 [label="Exit class Local" style="filled" fillcolor=red]; 24 [label="Exit class Local" style="filled" fillcolor=red];
} }
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
7 [label="Enter block"]; 6 [label="Enter block"];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
8 [label="Enter when"]; 7 [label="Enter when"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
10 [label="Enter when branch condition "]; 8 [label="Enter when branch condition "];
11 [label="Access variable R|<local>/b|"]; 9 [label="Access variable R|<local>/b|"];
12 [label="Exit when branch condition"]; 10 [label="Exit when branch condition"];
} }
19 [label="Synthetic else branch"]; 11 [label="Synthetic else branch"];
13 [label="Enter when branch result"]; 12 [label="Enter when branch result"];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
14 [label="Enter block"]; 13 [label="Enter block"];
15 [label="Jump: ^foo Unit"]; 14 [label="Jump: ^foo Unit"];
16 [label="Stub" style="filled" fillcolor=gray]; 15 [label="Stub" style="filled" fillcolor=gray];
17 [label="Exit block" style="filled" fillcolor=gray]; 16 [label="Exit block" style="filled" fillcolor=gray];
} }
18 [label="Exit when branch result" style="filled" fillcolor=gray]; 17 [label="Exit when branch result" style="filled" fillcolor=gray];
9 [label="Exit when"]; 18 [label="Exit when"];
} }
20 [label="Exit local class foo"]; 19 [label="Exit local class foo"];
21 [label="Function call: R|/bar|()"]; 20 [label="Function call: R|/bar|()"];
22 [label="Exit block"]; 21 [label="Exit block"];
} }
6 [label="Exit function foo" style="filled" fillcolor=red]; 22 [label="Exit function foo" style="filled" fillcolor=red];
} }
5 -> {7}; 5 -> {6};
6 -> {7};
7 -> {8}; 7 -> {8};
8 -> {10}; 8 -> {9};
9 -> {20}; 9 -> {10};
9 -> {25} [color=red]; 10 -> {12 11};
10 -> {11}; 11 -> {18};
11 -> {12}; 12 -> {13};
12 -> {13 19};
13 -> {14}; 13 -> {14};
14 -> {15}; 14 -> {22};
15 -> {6}; 14 -> {15} [style=dotted];
15 -> {16} [style=dotted]; 15 -> {16} [style=dotted];
16 -> {17} [style=dotted]; 16 -> {17} [style=dotted];
17 -> {18} [style=dotted]; 17 -> {18} [style=dotted];
18 -> {9} [style=dotted]; 18 -> {19};
19 -> {9}; 18 -> {25} [color=red];
19 -> {20};
20 -> {21}; 20 -> {21};
21 -> {22}; 21 -> {22};
22 -> {6}; 23 -> {24} [color=green];
24 -> {23} [color=green];
subgraph cluster_8 { subgraph cluster_8 {
color=red color=red
25 [label="Enter function <init>" style="filled" fillcolor=red]; 25 [label="Enter function <init>" style="filled" fillcolor=red];
27 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 26 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
26 [label="Exit function <init>" style="filled" fillcolor=red]; 27 [label="Exit function <init>" style="filled" fillcolor=red];
} }
25 -> {27}; 25 -> {26};
27 -> {26}; 26 -> {27};
subgraph cluster_9 { subgraph cluster_9 {
color=red color=red
28 [label="Enter function bar" style="filled" fillcolor=red]; 28 [label="Enter function bar" style="filled" fillcolor=red];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
30 [label="Enter block"]; 29 [label="Enter block"];
31 [label="Exit block"]; 30 [label="Exit block"];
} }
29 [label="Exit function bar" style="filled" fillcolor=red]; 31 [label="Exit function bar" style="filled" fillcolor=red];
} }
28 -> {30}; 28 -> {29};
29 -> {30};
30 -> {31}; 30 -> {31};
31 -> {29};
} }
@@ -8,257 +8,257 @@ digraph binaryOperations_kt {
0 [label="Enter function test_1" style="filled" fillcolor=red]; 0 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
subgraph cluster_2 { subgraph cluster_2 {
color=blue color=blue
3 [label="Enter when"]; 2 [label="Enter when"];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
5 [label="Enter when branch condition "]; 3 [label="Enter when branch condition "];
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
7 [label="Enter ||"]; 4 [label="Enter ||"];
8 [label="Access variable R|<local>/b1|"]; 5 [label="Access variable R|<local>/b1|"];
9 [label="Exit left part of ||"]; 6 [label="Exit left part of ||"];
10 [label="Enter right part of ||"]; 7 [label="Enter right part of ||"];
11 [label="Access variable R|<local>/b2|"]; 8 [label="Access variable R|<local>/b2|"];
6 [label="Exit ||"]; 9 [label="Exit ||"];
} }
12 [label="Exit when branch condition"]; 10 [label="Exit when branch condition"];
} }
18 [label="Synthetic else branch"]; 11 [label="Synthetic else branch"];
13 [label="Enter when branch result"]; 12 [label="Enter when branch result"];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
14 [label="Enter block"]; 13 [label="Enter block"];
15 [label="Const: Int(1)"]; 14 [label="Const: Int(1)"];
16 [label="Exit block"]; 15 [label="Exit block"];
} }
17 [label="Exit when branch result"]; 16 [label="Exit when branch result"];
4 [label="Exit when"]; 17 [label="Exit when"];
} }
19 [label="Exit block"]; 18 [label="Exit block"];
} }
1 [label="Exit function test_1" style="filled" fillcolor=red]; 19 [label="Exit function test_1" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {5}; 3 -> {4};
4 -> {19}; 4 -> {5};
5 -> {7}; 5 -> {6};
6 -> {12}; 6 -> {9 7};
7 -> {8}; 7 -> {8};
8 -> {9}; 8 -> {9};
9 -> {6 10}; 9 -> {10};
10 -> {11}; 10 -> {12 11};
11 -> {6}; 11 -> {17};
12 -> {13 18}; 12 -> {13};
13 -> {14}; 13 -> {14};
14 -> {15}; 14 -> {15};
15 -> {16}; 15 -> {16};
16 -> {17}; 16 -> {17};
17 -> {4}; 17 -> {18};
18 -> {4}; 18 -> {19};
19 -> {1};
subgraph cluster_6 { subgraph cluster_6 {
color=red color=red
20 [label="Enter function test_2" style="filled" fillcolor=red]; 20 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
22 [label="Enter block"]; 21 [label="Enter block"];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
23 [label="Enter when"]; 22 [label="Enter when"];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
25 [label="Enter when branch condition "]; 23 [label="Enter when branch condition "];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
27 [label="Enter &&"]; 24 [label="Enter &&"];
28 [label="Access variable R|<local>/b1|"]; 25 [label="Access variable R|<local>/b1|"];
29 [label="Exit left part of &&"]; 26 [label="Exit left part of &&"];
30 [label="Enter right part of &&"]; 27 [label="Enter right part of &&"];
31 [label="Access variable R|<local>/b2|"]; 28 [label="Access variable R|<local>/b2|"];
26 [label="Exit &&"]; 29 [label="Exit &&"];
} }
32 [label="Exit when branch condition"]; 30 [label="Exit when branch condition"];
} }
38 [label="Synthetic else branch"]; 31 [label="Synthetic else branch"];
33 [label="Enter when branch result"]; 32 [label="Enter when branch result"];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
34 [label="Enter block"]; 33 [label="Enter block"];
35 [label="Const: Int(1)"]; 34 [label="Const: Int(1)"];
36 [label="Exit block"]; 35 [label="Exit block"];
} }
37 [label="Exit when branch result"]; 36 [label="Exit when branch result"];
24 [label="Exit when"]; 37 [label="Exit when"];
} }
39 [label="Exit block"]; 38 [label="Exit block"];
} }
21 [label="Exit function test_2" style="filled" fillcolor=red]; 39 [label="Exit function test_2" style="filled" fillcolor=red];
} }
20 -> {22}; 20 -> {21};
21 -> {22};
22 -> {23}; 22 -> {23};
23 -> {25}; 23 -> {24};
24 -> {39}; 24 -> {25};
25 -> {27}; 25 -> {26};
26 -> {32}; 26 -> {29 27};
27 -> {28}; 27 -> {28};
28 -> {29}; 28 -> {29};
29 -> {26 30}; 29 -> {30};
30 -> {31}; 30 -> {32 31};
31 -> {26}; 31 -> {37};
32 -> {33 38}; 32 -> {33};
33 -> {34}; 33 -> {34};
34 -> {35}; 34 -> {35};
35 -> {36}; 35 -> {36};
36 -> {37}; 36 -> {37};
37 -> {24}; 37 -> {38};
38 -> {24}; 38 -> {39};
39 -> {21};
subgraph cluster_12 { subgraph cluster_12 {
color=red color=red
40 [label="Enter function test_3" style="filled" fillcolor=red]; 40 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
42 [label="Enter block"]; 41 [label="Enter block"];
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
43 [label="Enter when"]; 42 [label="Enter when"];
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
45 [label="Enter when branch condition "]; 43 [label="Enter when branch condition "];
subgraph cluster_16 { subgraph cluster_16 {
color=blue color=blue
47 [label="Enter ||"]; 44 [label="Enter ||"];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
49 [label="Enter &&"]; 45 [label="Enter &&"];
50 [label="Access variable R|<local>/b1|"]; 46 [label="Access variable R|<local>/b1|"];
51 [label="Exit left part of &&"]; 47 [label="Exit left part of &&"];
52 [label="Enter right part of &&"]; 48 [label="Enter right part of &&"];
53 [label="Access variable R|<local>/b2|"]; 49 [label="Access variable R|<local>/b2|"];
48 [label="Exit &&"]; 50 [label="Exit &&"];
} }
54 [label="Exit left part of ||"]; 51 [label="Exit left part of ||"];
55 [label="Enter right part of ||"]; 52 [label="Enter right part of ||"];
56 [label="Access variable R|<local>/b3|"]; 53 [label="Access variable R|<local>/b3|"];
46 [label="Exit ||"]; 54 [label="Exit ||"];
} }
57 [label="Exit when branch condition"]; 55 [label="Exit when branch condition"];
} }
63 [label="Synthetic else branch"]; 56 [label="Synthetic else branch"];
58 [label="Enter when branch result"]; 57 [label="Enter when branch result"];
subgraph cluster_18 { subgraph cluster_18 {
color=blue color=blue
59 [label="Enter block"]; 58 [label="Enter block"];
60 [label="Const: Int(1)"]; 59 [label="Const: Int(1)"];
61 [label="Exit block"]; 60 [label="Exit block"];
} }
62 [label="Exit when branch result"]; 61 [label="Exit when branch result"];
44 [label="Exit when"]; 62 [label="Exit when"];
} }
64 [label="Exit block"]; 63 [label="Exit block"];
} }
41 [label="Exit function test_3" style="filled" fillcolor=red]; 64 [label="Exit function test_3" style="filled" fillcolor=red];
} }
40 -> {42}; 40 -> {41};
41 -> {42};
42 -> {43}; 42 -> {43};
43 -> {45}; 43 -> {44};
44 -> {64}; 44 -> {45};
45 -> {47}; 45 -> {46};
46 -> {57}; 46 -> {47};
47 -> {49}; 47 -> {50 48};
48 -> {54}; 48 -> {49};
49 -> {50}; 49 -> {50};
50 -> {51}; 50 -> {51};
51 -> {48 52}; 51 -> {54 52};
52 -> {53}; 52 -> {53};
53 -> {48}; 53 -> {54};
54 -> {46 55}; 54 -> {55};
55 -> {56}; 55 -> {57 56};
56 -> {46}; 56 -> {62};
57 -> {58 63}; 57 -> {58};
58 -> {59}; 58 -> {59};
59 -> {60}; 59 -> {60};
60 -> {61}; 60 -> {61};
61 -> {62}; 61 -> {62};
62 -> {44}; 62 -> {63};
63 -> {44}; 63 -> {64};
64 -> {41};
subgraph cluster_19 { subgraph cluster_19 {
color=red color=red
65 [label="Enter function test_4" style="filled" fillcolor=red]; 65 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_20 { subgraph cluster_20 {
color=blue color=blue
67 [label="Enter block"]; 66 [label="Enter block"];
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
68 [label="Enter when"]; 67 [label="Enter when"];
subgraph cluster_22 { subgraph cluster_22 {
color=blue color=blue
70 [label="Enter when branch condition "]; 68 [label="Enter when branch condition "];
subgraph cluster_23 { subgraph cluster_23 {
color=blue color=blue
72 [label="Enter ||"]; 69 [label="Enter ||"];
73 [label="Access variable R|<local>/b1|"]; 70 [label="Access variable R|<local>/b1|"];
74 [label="Exit left part of ||"]; 71 [label="Exit left part of ||"];
75 [label="Enter right part of ||"]; 72 [label="Enter right part of ||"];
subgraph cluster_24 { subgraph cluster_24 {
color=blue color=blue
77 [label="Enter &&"]; 73 [label="Enter &&"];
78 [label="Access variable R|<local>/b2|"]; 74 [label="Access variable R|<local>/b2|"];
79 [label="Exit left part of &&"]; 75 [label="Exit left part of &&"];
80 [label="Enter right part of &&"]; 76 [label="Enter right part of &&"];
81 [label="Access variable R|<local>/b3|"]; 77 [label="Access variable R|<local>/b3|"];
76 [label="Exit &&"]; 78 [label="Exit &&"];
} }
71 [label="Exit ||"]; 79 [label="Exit ||"];
} }
82 [label="Exit when branch condition"]; 80 [label="Exit when branch condition"];
} }
88 [label="Synthetic else branch"]; 81 [label="Synthetic else branch"];
83 [label="Enter when branch result"]; 82 [label="Enter when branch result"];
subgraph cluster_25 { subgraph cluster_25 {
color=blue color=blue
84 [label="Enter block"]; 83 [label="Enter block"];
85 [label="Const: Int(1)"]; 84 [label="Const: Int(1)"];
86 [label="Exit block"]; 85 [label="Exit block"];
} }
87 [label="Exit when branch result"]; 86 [label="Exit when branch result"];
69 [label="Exit when"]; 87 [label="Exit when"];
} }
89 [label="Exit block"]; 88 [label="Exit block"];
} }
66 [label="Exit function test_4" style="filled" fillcolor=red]; 89 [label="Exit function test_4" style="filled" fillcolor=red];
} }
65 -> {67}; 65 -> {66};
66 -> {67};
67 -> {68}; 67 -> {68};
68 -> {70}; 68 -> {69};
69 -> {89}; 69 -> {70};
70 -> {72}; 70 -> {71};
71 -> {82}; 71 -> {79 72};
72 -> {73}; 72 -> {73};
73 -> {74}; 73 -> {74};
74 -> {71 75}; 74 -> {75};
75 -> {77}; 75 -> {78 76};
76 -> {71}; 76 -> {77};
77 -> {78}; 77 -> {78};
78 -> {79}; 78 -> {79};
79 -> {76 80}; 79 -> {80};
80 -> {81}; 80 -> {82 81};
81 -> {76}; 81 -> {87};
82 -> {83 88}; 82 -> {83};
83 -> {84}; 83 -> {84};
84 -> {85}; 84 -> {85};
85 -> {86}; 85 -> {86};
86 -> {87}; 86 -> {87};
87 -> {69}; 87 -> {88};
88 -> {69}; 88 -> {89};
89 -> {66};
} }
@@ -8,467 +8,467 @@ digraph booleanOperatorsWithConsts_kt {
0 [label="Enter function test_1" style="filled" fillcolor=red]; 0 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
subgraph cluster_2 { subgraph cluster_2 {
color=blue color=blue
3 [label="Enter when"]; 2 [label="Enter when"];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
5 [label="Enter when branch condition "]; 3 [label="Enter when branch condition "];
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
7 [label="Enter ||"]; 4 [label="Enter ||"];
8 [label="Access variable R|<local>/b|"]; 5 [label="Access variable R|<local>/b|"];
9 [label="Exit left part of ||"]; 6 [label="Exit left part of ||"];
10 [label="Enter right part of ||"]; 7 [label="Enter right part of ||"];
11 [label="Const: Boolean(false)"]; 8 [label="Const: Boolean(false)"];
6 [label="Exit ||"]; 9 [label="Exit ||"];
} }
12 [label="Exit when branch condition"]; 10 [label="Exit when branch condition"];
} }
18 [label="Synthetic else branch"]; 11 [label="Synthetic else branch"];
13 [label="Enter when branch result"]; 12 [label="Enter when branch result"];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
14 [label="Enter block"]; 13 [label="Enter block"];
15 [label="Const: Int(1)"]; 14 [label="Const: Int(1)"];
16 [label="Exit block"]; 15 [label="Exit block"];
} }
17 [label="Exit when branch result"]; 16 [label="Exit when branch result"];
4 [label="Exit when"]; 17 [label="Exit when"];
} }
19 [label="Exit block"]; 18 [label="Exit block"];
} }
1 [label="Exit function test_1" style="filled" fillcolor=red]; 19 [label="Exit function test_1" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {5}; 3 -> {4};
4 -> {19}; 4 -> {5};
5 -> {7}; 5 -> {6};
6 -> {12}; 6 -> {9 7};
7 -> {8}; 7 -> {8};
8 -> {9}; 8 -> {9};
9 -> {6 10}; 9 -> {10};
10 -> {11}; 10 -> {12 11};
11 -> {6}; 11 -> {17};
12 -> {13 18}; 12 -> {13};
13 -> {14}; 13 -> {14};
14 -> {15}; 14 -> {15};
15 -> {16}; 15 -> {16};
16 -> {17}; 16 -> {17};
17 -> {4}; 17 -> {18};
18 -> {4}; 18 -> {19};
19 -> {1};
subgraph cluster_6 { subgraph cluster_6 {
color=red color=red
20 [label="Enter function test_2" style="filled" fillcolor=red]; 20 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
22 [label="Enter block"]; 21 [label="Enter block"];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
23 [label="Enter when"]; 22 [label="Enter when"];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
25 [label="Enter when branch condition "]; 23 [label="Enter when branch condition "];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
27 [label="Enter ||"]; 24 [label="Enter ||"];
28 [label="Const: Boolean(false)"]; 25 [label="Const: Boolean(false)"];
29 [label="Exit left part of ||"]; 26 [label="Exit left part of ||"];
30 [label="Enter right part of ||"]; 27 [label="Enter right part of ||"];
31 [label="Access variable R|<local>/b|"]; 28 [label="Access variable R|<local>/b|"];
26 [label="Exit ||"]; 29 [label="Exit ||"];
} }
32 [label="Exit when branch condition"]; 30 [label="Exit when branch condition"];
} }
38 [label="Synthetic else branch"]; 31 [label="Synthetic else branch"];
33 [label="Enter when branch result"]; 32 [label="Enter when branch result"];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
34 [label="Enter block"]; 33 [label="Enter block"];
35 [label="Const: Int(1)"]; 34 [label="Const: Int(1)"];
36 [label="Exit block"]; 35 [label="Exit block"];
} }
37 [label="Exit when branch result"]; 36 [label="Exit when branch result"];
24 [label="Exit when"]; 37 [label="Exit when"];
} }
39 [label="Exit block"]; 38 [label="Exit block"];
} }
21 [label="Exit function test_2" style="filled" fillcolor=red]; 39 [label="Exit function test_2" style="filled" fillcolor=red];
} }
20 -> {22}; 20 -> {21};
21 -> {22};
22 -> {23}; 22 -> {23};
23 -> {25}; 23 -> {24};
24 -> {39}; 24 -> {25};
25 -> {27}; 25 -> {26};
26 -> {32}; 26 -> {27};
26 -> {29} [style=dotted];
27 -> {28}; 27 -> {28};
28 -> {29}; 28 -> {29};
29 -> {30}; 29 -> {30};
29 -> {26} [style=dotted]; 30 -> {32 31};
30 -> {31}; 31 -> {37};
31 -> {26}; 32 -> {33};
32 -> {33 38};
33 -> {34}; 33 -> {34};
34 -> {35}; 34 -> {35};
35 -> {36}; 35 -> {36};
36 -> {37}; 36 -> {37};
37 -> {24}; 37 -> {38};
38 -> {24}; 38 -> {39};
39 -> {21};
subgraph cluster_12 { subgraph cluster_12 {
color=red color=red
40 [label="Enter function test_3" style="filled" fillcolor=red]; 40 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
42 [label="Enter block"]; 41 [label="Enter block"];
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
43 [label="Enter when"]; 42 [label="Enter when"];
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
45 [label="Enter when branch condition "]; 43 [label="Enter when branch condition "];
subgraph cluster_16 { subgraph cluster_16 {
color=blue color=blue
47 [label="Enter ||"]; 44 [label="Enter ||"];
48 [label="Access variable R|<local>/b|"]; 45 [label="Access variable R|<local>/b|"];
49 [label="Exit left part of ||"]; 46 [label="Exit left part of ||"];
50 [label="Enter right part of ||"]; 47 [label="Enter right part of ||"];
51 [label="Const: Boolean(true)"]; 48 [label="Const: Boolean(true)"];
46 [label="Exit ||"]; 49 [label="Exit ||"];
} }
52 [label="Exit when branch condition"]; 50 [label="Exit when branch condition"];
} }
58 [label="Synthetic else branch"]; 51 [label="Synthetic else branch"];
53 [label="Enter when branch result"]; 52 [label="Enter when branch result"];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
54 [label="Enter block"]; 53 [label="Enter block"];
55 [label="Const: Int(1)"]; 54 [label="Const: Int(1)"];
56 [label="Exit block"]; 55 [label="Exit block"];
} }
57 [label="Exit when branch result"]; 56 [label="Exit when branch result"];
44 [label="Exit when"]; 57 [label="Exit when"];
} }
59 [label="Exit block"]; 58 [label="Exit block"];
} }
41 [label="Exit function test_3" style="filled" fillcolor=red]; 59 [label="Exit function test_3" style="filled" fillcolor=red];
} }
40 -> {42}; 40 -> {41};
41 -> {42};
42 -> {43}; 42 -> {43};
43 -> {45}; 43 -> {44};
44 -> {59}; 44 -> {45};
45 -> {47}; 45 -> {46};
46 -> {52}; 46 -> {49 47};
47 -> {48}; 47 -> {48};
48 -> {49}; 48 -> {49};
49 -> {46 50}; 49 -> {50};
50 -> {51}; 50 -> {52 51};
51 -> {46}; 51 -> {57};
52 -> {53 58}; 52 -> {53};
53 -> {54}; 53 -> {54};
54 -> {55}; 54 -> {55};
55 -> {56}; 55 -> {56};
56 -> {57}; 56 -> {57};
57 -> {44}; 57 -> {58};
58 -> {44}; 58 -> {59};
59 -> {41};
subgraph cluster_18 { subgraph cluster_18 {
color=red color=red
60 [label="Enter function test_4" style="filled" fillcolor=red]; 60 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
62 [label="Enter block"]; 61 [label="Enter block"];
subgraph cluster_20 { subgraph cluster_20 {
color=blue color=blue
63 [label="Enter when"]; 62 [label="Enter when"];
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
65 [label="Enter when branch condition "]; 63 [label="Enter when branch condition "];
subgraph cluster_22 { subgraph cluster_22 {
color=blue color=blue
67 [label="Enter ||"]; 64 [label="Enter ||"];
68 [label="Const: Boolean(true)"]; 65 [label="Const: Boolean(true)"];
69 [label="Exit left part of ||"]; 66 [label="Exit left part of ||"];
70 [label="Enter right part of ||" style="filled" fillcolor=gray]; 67 [label="Enter right part of ||" style="filled" fillcolor=gray];
71 [label="Access variable R|<local>/b|" style="filled" fillcolor=gray]; 68 [label="Access variable R|<local>/b|" style="filled" fillcolor=gray];
66 [label="Exit ||"]; 69 [label="Exit ||"];
} }
72 [label="Exit when branch condition"]; 70 [label="Exit when branch condition"];
} }
78 [label="Synthetic else branch"]; 71 [label="Synthetic else branch"];
73 [label="Enter when branch result"]; 72 [label="Enter when branch result"];
subgraph cluster_23 { subgraph cluster_23 {
color=blue color=blue
74 [label="Enter block"]; 73 [label="Enter block"];
75 [label="Const: Int(1)"]; 74 [label="Const: Int(1)"];
76 [label="Exit block"]; 75 [label="Exit block"];
} }
77 [label="Exit when branch result"]; 76 [label="Exit when branch result"];
64 [label="Exit when"]; 77 [label="Exit when"];
} }
79 [label="Exit block"]; 78 [label="Exit block"];
} }
61 [label="Exit function test_4" style="filled" fillcolor=red]; 79 [label="Exit function test_4" style="filled" fillcolor=red];
} }
60 -> {62}; 60 -> {61};
61 -> {62};
62 -> {63}; 62 -> {63};
63 -> {65}; 63 -> {64};
64 -> {79}; 64 -> {65};
65 -> {67}; 65 -> {66};
66 -> {72}; 66 -> {69};
67 -> {68}; 66 -> {67} [style=dotted];
68 -> {69}; 67 -> {68} [style=dotted];
69 -> {66}; 68 -> {69} [style=dotted];
69 -> {70} [style=dotted]; 69 -> {70};
70 -> {71} [style=dotted]; 70 -> {72 71};
71 -> {66} [style=dotted]; 71 -> {77};
72 -> {73 78}; 72 -> {73};
73 -> {74}; 73 -> {74};
74 -> {75}; 74 -> {75};
75 -> {76}; 75 -> {76};
76 -> {77}; 76 -> {77};
77 -> {64}; 77 -> {78};
78 -> {64}; 78 -> {79};
79 -> {61};
subgraph cluster_24 { subgraph cluster_24 {
color=red color=red
80 [label="Enter function test_5" style="filled" fillcolor=red]; 80 [label="Enter function test_5" style="filled" fillcolor=red];
subgraph cluster_25 { subgraph cluster_25 {
color=blue color=blue
82 [label="Enter block"]; 81 [label="Enter block"];
subgraph cluster_26 { subgraph cluster_26 {
color=blue color=blue
83 [label="Enter when"]; 82 [label="Enter when"];
subgraph cluster_27 { subgraph cluster_27 {
color=blue color=blue
85 [label="Enter when branch condition "]; 83 [label="Enter when branch condition "];
subgraph cluster_28 { subgraph cluster_28 {
color=blue color=blue
87 [label="Enter &&"]; 84 [label="Enter &&"];
88 [label="Access variable R|<local>/b|"]; 85 [label="Access variable R|<local>/b|"];
89 [label="Exit left part of &&"]; 86 [label="Exit left part of &&"];
90 [label="Enter right part of &&"]; 87 [label="Enter right part of &&"];
91 [label="Const: Boolean(false)"]; 88 [label="Const: Boolean(false)"];
86 [label="Exit &&"]; 89 [label="Exit &&"];
} }
92 [label="Exit when branch condition"]; 90 [label="Exit when branch condition"];
} }
98 [label="Synthetic else branch"]; 91 [label="Synthetic else branch"];
93 [label="Enter when branch result"]; 92 [label="Enter when branch result"];
subgraph cluster_29 { subgraph cluster_29 {
color=blue color=blue
94 [label="Enter block"]; 93 [label="Enter block"];
95 [label="Const: Int(1)"]; 94 [label="Const: Int(1)"];
96 [label="Exit block"]; 95 [label="Exit block"];
} }
97 [label="Exit when branch result"]; 96 [label="Exit when branch result"];
84 [label="Exit when"]; 97 [label="Exit when"];
} }
99 [label="Exit block"]; 98 [label="Exit block"];
} }
81 [label="Exit function test_5" style="filled" fillcolor=red]; 99 [label="Exit function test_5" style="filled" fillcolor=red];
} }
80 -> {82}; 80 -> {81};
81 -> {82};
82 -> {83}; 82 -> {83};
83 -> {85}; 83 -> {84};
84 -> {99}; 84 -> {85};
85 -> {87}; 85 -> {86};
86 -> {92}; 86 -> {89 87};
87 -> {88}; 87 -> {88};
88 -> {89}; 88 -> {89};
89 -> {86 90}; 89 -> {90};
90 -> {91}; 90 -> {92 91};
91 -> {86}; 91 -> {97};
92 -> {93 98}; 92 -> {93};
93 -> {94}; 93 -> {94};
94 -> {95}; 94 -> {95};
95 -> {96}; 95 -> {96};
96 -> {97}; 96 -> {97};
97 -> {84}; 97 -> {98};
98 -> {84}; 98 -> {99};
99 -> {81};
subgraph cluster_30 { subgraph cluster_30 {
color=red color=red
100 [label="Enter function test_6" style="filled" fillcolor=red]; 100 [label="Enter function test_6" style="filled" fillcolor=red];
subgraph cluster_31 { subgraph cluster_31 {
color=blue color=blue
102 [label="Enter block"]; 101 [label="Enter block"];
subgraph cluster_32 { subgraph cluster_32 {
color=blue color=blue
103 [label="Enter when"]; 102 [label="Enter when"];
subgraph cluster_33 { subgraph cluster_33 {
color=blue color=blue
105 [label="Enter when branch condition "]; 103 [label="Enter when branch condition "];
subgraph cluster_34 { subgraph cluster_34 {
color=blue color=blue
107 [label="Enter &&"]; 104 [label="Enter &&"];
108 [label="Const: Boolean(false)"]; 105 [label="Const: Boolean(false)"];
109 [label="Exit left part of &&"]; 106 [label="Exit left part of &&"];
110 [label="Enter right part of &&" style="filled" fillcolor=gray]; 107 [label="Enter right part of &&" style="filled" fillcolor=gray];
111 [label="Access variable R|<local>/b|" style="filled" fillcolor=gray]; 108 [label="Access variable R|<local>/b|" style="filled" fillcolor=gray];
106 [label="Exit &&"]; 109 [label="Exit &&"];
} }
112 [label="Exit when branch condition"]; 110 [label="Exit when branch condition"];
} }
118 [label="Synthetic else branch"]; 111 [label="Synthetic else branch"];
113 [label="Enter when branch result"]; 112 [label="Enter when branch result"];
subgraph cluster_35 { subgraph cluster_35 {
color=blue color=blue
114 [label="Enter block"]; 113 [label="Enter block"];
115 [label="Const: Int(1)"]; 114 [label="Const: Int(1)"];
116 [label="Exit block"]; 115 [label="Exit block"];
} }
117 [label="Exit when branch result"]; 116 [label="Exit when branch result"];
104 [label="Exit when"]; 117 [label="Exit when"];
} }
119 [label="Exit block"]; 118 [label="Exit block"];
} }
101 [label="Exit function test_6" style="filled" fillcolor=red]; 119 [label="Exit function test_6" style="filled" fillcolor=red];
} }
100 -> {102}; 100 -> {101};
101 -> {102};
102 -> {103}; 102 -> {103};
103 -> {105}; 103 -> {104};
104 -> {119}; 104 -> {105};
105 -> {107}; 105 -> {106};
106 -> {112}; 106 -> {109};
107 -> {108}; 106 -> {107} [style=dotted];
108 -> {109}; 107 -> {108} [style=dotted];
109 -> {106}; 108 -> {109} [style=dotted];
109 -> {110} [style=dotted]; 109 -> {110};
110 -> {111} [style=dotted]; 110 -> {112 111};
111 -> {106} [style=dotted]; 111 -> {117};
112 -> {113 118}; 112 -> {113};
113 -> {114}; 113 -> {114};
114 -> {115}; 114 -> {115};
115 -> {116}; 115 -> {116};
116 -> {117}; 116 -> {117};
117 -> {104}; 117 -> {118};
118 -> {104}; 118 -> {119};
119 -> {101};
subgraph cluster_36 { subgraph cluster_36 {
color=red color=red
120 [label="Enter function test_7" style="filled" fillcolor=red]; 120 [label="Enter function test_7" style="filled" fillcolor=red];
subgraph cluster_37 { subgraph cluster_37 {
color=blue color=blue
122 [label="Enter block"]; 121 [label="Enter block"];
subgraph cluster_38 { subgraph cluster_38 {
color=blue color=blue
123 [label="Enter when"]; 122 [label="Enter when"];
subgraph cluster_39 { subgraph cluster_39 {
color=blue color=blue
125 [label="Enter when branch condition "]; 123 [label="Enter when branch condition "];
subgraph cluster_40 { subgraph cluster_40 {
color=blue color=blue
127 [label="Enter &&"]; 124 [label="Enter &&"];
128 [label="Access variable R|<local>/b|"]; 125 [label="Access variable R|<local>/b|"];
129 [label="Exit left part of &&"]; 126 [label="Exit left part of &&"];
130 [label="Enter right part of &&"]; 127 [label="Enter right part of &&"];
131 [label="Const: Boolean(true)"]; 128 [label="Const: Boolean(true)"];
126 [label="Exit &&"]; 129 [label="Exit &&"];
} }
132 [label="Exit when branch condition"]; 130 [label="Exit when branch condition"];
} }
138 [label="Synthetic else branch"]; 131 [label="Synthetic else branch"];
133 [label="Enter when branch result"]; 132 [label="Enter when branch result"];
subgraph cluster_41 { subgraph cluster_41 {
color=blue color=blue
134 [label="Enter block"]; 133 [label="Enter block"];
135 [label="Const: Int(1)"]; 134 [label="Const: Int(1)"];
136 [label="Exit block"]; 135 [label="Exit block"];
} }
137 [label="Exit when branch result"]; 136 [label="Exit when branch result"];
124 [label="Exit when"]; 137 [label="Exit when"];
} }
139 [label="Exit block"]; 138 [label="Exit block"];
} }
121 [label="Exit function test_7" style="filled" fillcolor=red]; 139 [label="Exit function test_7" style="filled" fillcolor=red];
} }
120 -> {122}; 120 -> {121};
121 -> {122};
122 -> {123}; 122 -> {123};
123 -> {125}; 123 -> {124};
124 -> {139}; 124 -> {125};
125 -> {127}; 125 -> {126};
126 -> {132}; 126 -> {129 127};
127 -> {128}; 127 -> {128};
128 -> {129}; 128 -> {129};
129 -> {126 130}; 129 -> {130};
130 -> {131}; 130 -> {132 131};
131 -> {126}; 131 -> {137};
132 -> {133 138}; 132 -> {133};
133 -> {134}; 133 -> {134};
134 -> {135}; 134 -> {135};
135 -> {136}; 135 -> {136};
136 -> {137}; 136 -> {137};
137 -> {124}; 137 -> {138};
138 -> {124}; 138 -> {139};
139 -> {121};
subgraph cluster_42 { subgraph cluster_42 {
color=red color=red
140 [label="Enter function test_8" style="filled" fillcolor=red]; 140 [label="Enter function test_8" style="filled" fillcolor=red];
subgraph cluster_43 { subgraph cluster_43 {
color=blue color=blue
142 [label="Enter block"]; 141 [label="Enter block"];
subgraph cluster_44 { subgraph cluster_44 {
color=blue color=blue
143 [label="Enter when"]; 142 [label="Enter when"];
subgraph cluster_45 { subgraph cluster_45 {
color=blue color=blue
145 [label="Enter when branch condition "]; 143 [label="Enter when branch condition "];
subgraph cluster_46 { subgraph cluster_46 {
color=blue color=blue
147 [label="Enter &&"]; 144 [label="Enter &&"];
148 [label="Const: Boolean(true)"]; 145 [label="Const: Boolean(true)"];
149 [label="Exit left part of &&"]; 146 [label="Exit left part of &&"];
150 [label="Enter right part of &&"]; 147 [label="Enter right part of &&"];
151 [label="Access variable R|<local>/b|"]; 148 [label="Access variable R|<local>/b|"];
146 [label="Exit &&"]; 149 [label="Exit &&"];
} }
152 [label="Exit when branch condition"]; 150 [label="Exit when branch condition"];
} }
158 [label="Synthetic else branch"]; 151 [label="Synthetic else branch"];
153 [label="Enter when branch result"]; 152 [label="Enter when branch result"];
subgraph cluster_47 { subgraph cluster_47 {
color=blue color=blue
154 [label="Enter block"]; 153 [label="Enter block"];
155 [label="Const: Int(1)"]; 154 [label="Const: Int(1)"];
156 [label="Exit block"]; 155 [label="Exit block"];
} }
157 [label="Exit when branch result"]; 156 [label="Exit when branch result"];
144 [label="Exit when"]; 157 [label="Exit when"];
} }
159 [label="Exit block"]; 158 [label="Exit block"];
} }
141 [label="Exit function test_8" style="filled" fillcolor=red]; 159 [label="Exit function test_8" style="filled" fillcolor=red];
} }
140 -> {142}; 140 -> {141};
141 -> {142};
142 -> {143}; 142 -> {143};
143 -> {145}; 143 -> {144};
144 -> {159}; 144 -> {145};
145 -> {147}; 145 -> {146};
146 -> {152}; 146 -> {147};
146 -> {149} [style=dotted];
147 -> {148}; 147 -> {148};
148 -> {149}; 148 -> {149};
149 -> {150}; 149 -> {150};
149 -> {146} [style=dotted]; 150 -> {152 151};
150 -> {151}; 151 -> {157};
151 -> {146}; 152 -> {153};
152 -> {153 158};
153 -> {154}; 153 -> {154};
154 -> {155}; 154 -> {155};
155 -> {156}; 155 -> {156};
156 -> {157}; 156 -> {157};
157 -> {144}; 157 -> {158};
158 -> {144}; 158 -> {159};
159 -> {141};
} }
+131 -131
View File
@@ -12,109 +12,109 @@ digraph complex_kt {
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
3 [label="Enter class AutoCloseable" style="filled" fillcolor=red]; 2 [label="Enter class AutoCloseable" style="filled" fillcolor=red];
2 [label="Exit class AutoCloseable" style="filled" fillcolor=red]; 3 [label="Exit class AutoCloseable" style="filled" fillcolor=red];
} }
3 -> {2} [color=green]; 2 -> {3} [color=green];
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
4 [label="Enter function addSuppressed" style="filled" fillcolor=red]; 4 [label="Enter function addSuppressed" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
6 [label="Enter block"]; 5 [label="Enter block"];
7 [label="Exit block"]; 6 [label="Exit block"];
} }
5 [label="Exit function addSuppressed" style="filled" fillcolor=red]; 7 [label="Exit function addSuppressed" style="filled" fillcolor=red];
} }
4 -> {6}; 4 -> {5};
5 -> {6};
6 -> {7}; 6 -> {7};
7 -> {5};
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
8 [label="Enter function closeFinally" style="filled" fillcolor=red]; 8 [label="Enter function closeFinally" style="filled" fillcolor=red];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
10 [label="Enter block"]; 9 [label="Enter block"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
11 [label="Enter when"]; 10 [label="Enter when"];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
13 [label="Enter when branch condition "]; 11 [label="Enter when branch condition "];
14 [label="Access variable this@R|/closeFinally|"]; 12 [label="Access variable this@R|/closeFinally|"];
15 [label="Const: Null(null)"]; 13 [label="Const: Null(null)"];
16 [label="Operator =="]; 14 [label="Operator =="];
17 [label="Exit when branch condition"]; 15 [label="Exit when branch condition"];
} }
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
22 [label="Enter when branch condition "]; 16 [label="Enter when branch condition "];
23 [label="Access variable R|<local>/cause|"]; 17 [label="Access variable R|<local>/cause|"];
24 [label="Const: Null(null)"]; 18 [label="Const: Null(null)"];
25 [label="Operator =="]; 19 [label="Operator =="];
26 [label="Exit when branch condition"]; 20 [label="Exit when branch condition"];
} }
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
32 [label="Enter when branch condition else"]; 21 [label="Enter when branch condition else"];
33 [label="Exit when branch condition"]; 22 [label="Exit when branch condition"];
} }
34 [label="Enter when branch result"]; 23 [label="Enter when branch result"];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
35 [label="Enter block"]; 24 [label="Enter block"];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
36 [label="Try expression enter"]; 25 [label="Try expression enter"];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
38 [label="Try main block enter"]; 26 [label="Try main block enter"];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
40 [label="Enter block"]; 27 [label="Enter block"];
41 [label="Function call: this@R|/closeFinally|.R|/AutoCloseable.close|()"]; 28 [label="Function call: this@R|/closeFinally|.R|/AutoCloseable.close|()"];
42 [label="Exit block"]; 29 [label="Exit block"];
} }
43 [label="Try main block exit"]; 30 [label="Try main block exit"];
} }
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
39 [label="Catch enter"]; 31 [label="Catch enter"];
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
44 [label="Enter block"]; 32 [label="Enter block"];
45 [label="Access variable R|<local>/cause|"]; 33 [label="Access variable R|<local>/cause|"];
46 [label="Access variable R|<local>/closeException|"]; 34 [label="Access variable R|<local>/closeException|"];
47 [label="Function call: R|<local>/cause|.R|/addSuppressed|(...)"]; 35 [label="Function call: R|<local>/cause|.R|/addSuppressed|(...)"];
48 [label="Exit block"]; 36 [label="Exit block"];
} }
49 [label="Catch exit"]; 37 [label="Catch exit"];
} }
37 [label="Try expression exit"]; 38 [label="Try expression exit"];
} }
50 [label="Exit block"]; 39 [label="Exit block"];
} }
51 [label="Exit when branch result"]; 40 [label="Exit when branch result"];
27 [label="Enter when branch result"]; 41 [label="Enter when branch result"];
subgraph cluster_16 { subgraph cluster_16 {
color=blue color=blue
28 [label="Enter block"]; 42 [label="Enter block"];
29 [label="Function call: this@R|/closeFinally|.R|/AutoCloseable.close|()"]; 43 [label="Function call: this@R|/closeFinally|.R|/AutoCloseable.close|()"];
30 [label="Exit block"]; 44 [label="Exit block"];
} }
31 [label="Exit when branch result"]; 45 [label="Exit when branch result"];
18 [label="Enter when branch result"]; 46 [label="Enter when branch result"];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
19 [label="Enter block"]; 47 [label="Enter block"];
20 [label="Exit block"]; 48 [label="Exit block"];
} }
21 [label="Exit when branch result"]; 49 [label="Exit when branch result"];
12 [label="Exit when"]; 50 [label="Exit when"];
} }
52 [label="Jump: ^closeFinally when () { 51 [label="Jump: ^closeFinally when () {
==(this@R|/closeFinally|, Null(null)) -> { ==(this@R|/closeFinally|, Null(null)) -> {
} }
==(R|<local>/cause|, Null(null)) -> { ==(R|<local>/cause|, Null(null)) -> {
@@ -131,160 +131,160 @@ digraph complex_kt {
} }
} }
"]; "];
53 [label="Stub" style="filled" fillcolor=gray]; 52 [label="Stub" style="filled" fillcolor=gray];
54 [label="Exit block" style="filled" fillcolor=gray]; 53 [label="Exit block" style="filled" fillcolor=gray];
} }
9 [label="Exit function closeFinally" style="filled" fillcolor=red]; 54 [label="Exit function closeFinally" style="filled" fillcolor=red];
} }
8 -> {10}; 8 -> {9};
9 -> {10};
10 -> {11}; 10 -> {11};
11 -> {13}; 11 -> {12};
12 -> {52}; 12 -> {13};
13 -> {14}; 13 -> {14};
14 -> {15}; 14 -> {15};
15 -> {16}; 15 -> {46 16};
16 -> {17}; 16 -> {17};
17 -> {18 22}; 17 -> {18};
18 -> {19}; 18 -> {19};
19 -> {20}; 19 -> {20};
20 -> {21}; 20 -> {41 21};
21 -> {12}; 21 -> {22};
22 -> {23}; 22 -> {23};
23 -> {24}; 23 -> {24};
24 -> {25}; 24 -> {25};
25 -> {26}; 25 -> {26};
26 -> {27 32}; 26 -> {54 31 27};
27 -> {28}; 27 -> {28};
28 -> {29}; 28 -> {29};
29 -> {30}; 29 -> {30};
30 -> {31}; 30 -> {38};
31 -> {12}; 31 -> {54 32};
32 -> {33}; 32 -> {33};
33 -> {34}; 33 -> {34};
34 -> {35}; 34 -> {35};
35 -> {36}; 35 -> {36};
36 -> {38}; 36 -> {37};
37 -> {50}; 37 -> {38};
38 -> {9 39 40}; 38 -> {39};
39 -> {9 44}; 39 -> {40};
40 -> {41}; 40 -> {50};
41 -> {42}; 41 -> {42};
42 -> {43}; 42 -> {43};
43 -> {37}; 43 -> {44};
44 -> {45}; 44 -> {45};
45 -> {46}; 45 -> {50};
46 -> {47}; 46 -> {47};
47 -> {48}; 47 -> {48};
48 -> {49}; 48 -> {49};
49 -> {37}; 49 -> {50};
50 -> {51}; 50 -> {51};
51 -> {12}; 51 -> {54};
52 -> {9}; 51 -> {52} [style=dotted];
52 -> {53} [style=dotted]; 52 -> {53} [style=dotted];
53 -> {54} [style=dotted]; 53 -> {54} [style=dotted];
54 -> {9} [style=dotted];
subgraph cluster_18 { subgraph cluster_18 {
color=red color=red
55 [label="Enter function firstIsInstanceOrNull" style="filled" fillcolor=red]; 55 [label="Enter function firstIsInstanceOrNull" style="filled" fillcolor=red];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
57 [label="Enter block"]; 56 [label="Enter block"];
58 [label="Access variable this@R|/firstIsInstanceOrNull|"]; 57 [label="Access variable this@R|/firstIsInstanceOrNull|"];
59 [label="Function call: this@R|/firstIsInstanceOrNull|.R|FakeOverride<kotlin/collections/List.iterator: R|kotlin/collections/Iterator<kotlin/Any?>|>|()"]; 58 [label="Function call: this@R|/firstIsInstanceOrNull|.R|FakeOverride<kotlin/collections/List.iterator: R|kotlin/collections/Iterator<kotlin/Any?>|>|()"];
60 [label="Variable declaration: lval <iterator>: R|kotlin/collections/Iterator<kotlin/Any?>|"]; 59 [label="Variable declaration: lval <iterator>: R|kotlin/collections/Iterator<kotlin/Any?>|"];
subgraph cluster_20 { subgraph cluster_20 {
color=blue color=blue
61 [label="Enter while loop"]; 60 [label="Enter while loop"];
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
63 [label="Enter loop condition"]; 61 [label="Enter loop condition"];
64 [label="Access variable R|<local>/<iterator>|"]; 62 [label="Access variable R|<local>/<iterator>|"];
65 [label="Function call: R|<local>/<iterator>|.R|kotlin/collections/Iterator.hasNext|()"]; 63 [label="Function call: R|<local>/<iterator>|.R|kotlin/collections/Iterator.hasNext|()"];
66 [label="Exit loop condition"]; 64 [label="Exit loop condition"];
} }
subgraph cluster_22 { subgraph cluster_22 {
color=blue color=blue
67 [label="Enter loop block"]; 65 [label="Enter loop block"];
subgraph cluster_23 { subgraph cluster_23 {
color=blue color=blue
68 [label="Enter block"]; 66 [label="Enter block"];
69 [label="Access variable R|<local>/<iterator>|"]; 67 [label="Access variable R|<local>/<iterator>|"];
70 [label="Function call: R|<local>/<iterator>|.R|FakeOverride<kotlin/collections/Iterator.next: R|kotlin/Any?|>|()"]; 68 [label="Function call: R|<local>/<iterator>|.R|FakeOverride<kotlin/collections/Iterator.next: R|kotlin/Any?|>|()"];
71 [label="Variable declaration: lval element: R|kotlin/Any?|"]; 69 [label="Variable declaration: lval element: R|kotlin/Any?|"];
subgraph cluster_24 { subgraph cluster_24 {
color=blue color=blue
72 [label="Enter when"]; 70 [label="Enter when"];
subgraph cluster_25 { subgraph cluster_25 {
color=blue color=blue
74 [label="Enter when branch condition "]; 71 [label="Enter when branch condition "];
75 [label="Access variable R|<local>/element|"]; 72 [label="Access variable R|<local>/element|"];
76 [label="Type operator: (R|<local>/element| is R|T|)"]; 73 [label="Type operator: (R|<local>/element| is R|T|)"];
77 [label="Exit when branch condition"]; 74 [label="Exit when branch condition"];
} }
85 [label="Synthetic else branch"]; 75 [label="Synthetic else branch"];
78 [label="Enter when branch result"]; 76 [label="Enter when branch result"];
subgraph cluster_26 { subgraph cluster_26 {
color=blue color=blue
79 [label="Enter block"]; 77 [label="Enter block"];
80 [label="Access variable R|<local>/element|"]; 78 [label="Access variable R|<local>/element|"];
81 [label="Jump: ^firstIsInstanceOrNull R|<local>/element|"]; 79 [label="Jump: ^firstIsInstanceOrNull R|<local>/element|"];
82 [label="Stub" style="filled" fillcolor=gray]; 80 [label="Stub" style="filled" fillcolor=gray];
83 [label="Exit block" style="filled" fillcolor=gray]; 81 [label="Exit block" style="filled" fillcolor=gray];
} }
84 [label="Exit when branch result" style="filled" fillcolor=gray]; 82 [label="Exit when branch result" style="filled" fillcolor=gray];
73 [label="Exit when"]; 83 [label="Exit when"];
} }
86 [label="Exit block"]; 84 [label="Exit block"];
} }
87 [label="Exit loop block"]; 85 [label="Exit loop block"];
} }
62 [label="Exit whileloop"]; 86 [label="Exit whileloop"];
} }
88 [label="Const: Null(null)"]; 87 [label="Const: Null(null)"];
89 [label="Jump: ^firstIsInstanceOrNull Null(null)"]; 88 [label="Jump: ^firstIsInstanceOrNull Null(null)"];
90 [label="Stub" style="filled" fillcolor=gray]; 89 [label="Stub" style="filled" fillcolor=gray];
91 [label="Exit block" style="filled" fillcolor=gray]; 90 [label="Exit block" style="filled" fillcolor=gray];
} }
56 [label="Exit function firstIsInstanceOrNull" style="filled" fillcolor=red]; 91 [label="Exit function firstIsInstanceOrNull" style="filled" fillcolor=red];
} }
55 -> {57}; 55 -> {56};
56 -> {57};
57 -> {58}; 57 -> {58};
58 -> {59}; 58 -> {59};
59 -> {60}; 59 -> {60};
60 -> {61}; 60 -> {61};
61 -> {63}; 61 -> {62};
62 -> {88}; 62 -> {63};
63 -> {64}; 63 -> {64};
64 -> {65}; 64 -> {86 65};
65 -> {66}; 65 -> {66};
66 -> {62 67}; 66 -> {67};
67 -> {68}; 67 -> {68};
68 -> {69}; 68 -> {69};
69 -> {70}; 69 -> {70};
70 -> {71}; 70 -> {71};
71 -> {72}; 71 -> {72};
72 -> {74}; 72 -> {73};
73 -> {86}; 73 -> {74};
74 -> {75}; 74 -> {76 75};
75 -> {76}; 75 -> {83};
76 -> {77}; 76 -> {77};
77 -> {78 85}; 77 -> {78};
78 -> {79}; 78 -> {79};
79 -> {80}; 79 -> {91};
80 -> {81}; 79 -> {80} [style=dotted];
81 -> {56}; 80 -> {81} [style=dotted];
81 -> {82} [style=dotted]; 81 -> {82} [style=dotted];
82 -> {83} [style=dotted]; 82 -> {83} [style=dotted];
83 -> {84} [style=dotted]; 83 -> {84};
84 -> {73} [style=dotted]; 84 -> {85};
85 -> {73}; 85 -> {61} [color=green style=dashed];
86 -> {87}; 86 -> {87};
87 -> {63} [color=green style=dashed]; 87 -> {88};
88 -> {89}; 88 -> {91};
89 -> {56}; 88 -> {89} [style=dotted];
89 -> {90} [style=dotted]; 89 -> {90} [style=dotted];
90 -> {91} [style=dotted]; 90 -> {91} [style=dotted];
91 -> {56} [style=dotted];
} }
@@ -8,78 +8,78 @@ digraph defaultArguments_kt {
0 [label="Enter function foo" style="filled" fillcolor=red]; 0 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
3 [label="Const: Int(1)"]; 2 [label="Const: Int(1)"];
4 [label="Jump: ^foo Int(1)"]; 3 [label="Jump: ^foo Int(1)"];
5 [label="Stub" style="filled" fillcolor=gray]; 4 [label="Stub" style="filled" fillcolor=gray];
6 [label="Exit block" style="filled" fillcolor=gray]; 5 [label="Exit block" style="filled" fillcolor=gray];
} }
1 [label="Exit function foo" style="filled" fillcolor=red]; 6 [label="Exit function foo" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {4}; 3 -> {6};
4 -> {1}; 3 -> {4} [style=dotted];
4 -> {5} [style=dotted]; 4 -> {5} [style=dotted];
5 -> {6} [style=dotted]; 5 -> {6} [style=dotted];
6 -> {1} [style=dotted];
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
7 [label="Enter function test" style="filled" fillcolor=red]; 7 [label="Enter function test" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
17 [label="Enter default value of z" style="filled" fillcolor=red]; 16 [label="Enter default value of z" style="filled" fillcolor=red];
18 [label="Postponed enter to lambda"]; 17 [label="Postponed enter to lambda"];
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
22 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 22 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
24 [label="Enter block"]; 23 [label="Enter block"];
25 [label="Function call: R|/foo|()"]; 24 [label="Function call: R|/foo|()"];
26 [label="Exit block"]; 25 [label="Exit block"];
} }
23 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 26 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
21 [label="Call arguments union" style="filled" fillcolor=yellow]; 18 [label="Call arguments union" style="filled" fillcolor=yellow];
19 [label="Postponed exit from lambda"]; 19 [label="Postponed exit from lambda"];
20 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"]; 20 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"];
16 [label="Exit default value of z" style="filled" fillcolor=red]; 21 [label="Exit default value of z" style="filled" fillcolor=red];
} }
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
13 [label="Enter default value of y" style="filled" fillcolor=red]; 12 [label="Enter default value of y" style="filled" fillcolor=red];
14 [label="Access variable R|<local>/x|"]; 13 [label="Access variable R|<local>/x|"];
15 [label="Type operator: (R|<local>/x| as R|kotlin/String|)"]; 14 [label="Type operator: (R|<local>/x| as R|kotlin/String|)"];
12 [label="Exit default value of y" style="filled" fillcolor=red]; 15 [label="Exit default value of y" style="filled" fillcolor=red];
} }
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
9 [label="Enter block"]; 8 [label="Enter block"];
10 [label="Function call: R|/foo|()"]; 9 [label="Function call: R|/foo|()"];
11 [label="Exit block"]; 10 [label="Exit block"];
} }
8 [label="Exit function test" style="filled" fillcolor=red]; 11 [label="Exit function test" style="filled" fillcolor=red];
} }
7 -> {13 17 9}; 7 -> {12 16 8};
8 -> {9};
9 -> {10}; 9 -> {10};
10 -> {11}; 10 -> {11};
11 -> {8}; 12 -> {13};
13 -> {14}; 13 -> {14};
14 -> {15}; 14 -> {15};
15 -> {12}; 16 -> {17};
17 -> {18}; 17 -> {22};
18 -> {22}; 17 -> {19} [color=red];
18 -> {19} [color=red]; 18 -> {20} [color=red];
19 -> {20} [color=green]; 19 -> {20} [color=green];
20 -> {16}; 20 -> {21};
21 -> {20} [color=red]; 22 -> {23};
22 -> {24}; 23 -> {24};
23 -> {19} [color=green];
23 -> {21} [color=red];
24 -> {25}; 24 -> {25};
25 -> {26}; 25 -> {26};
26 -> {23}; 26 -> {19} [color=green];
26 -> {18} [color=red];
} }
@@ -8,74 +8,74 @@ digraph emptyWhen_kt {
0 [label="Enter function test_1" style="filled" fillcolor=red]; 0 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
subgraph cluster_2 { subgraph cluster_2 {
color=blue color=blue
3 [label="Enter when"]; 2 [label="Enter when"];
5 [label="Synthetic else branch"]; 3 [label="Synthetic else branch"];
4 [label="Exit when"]; 4 [label="Exit when"];
} }
6 [label="Exit block"]; 5 [label="Exit block"];
} }
1 [label="Exit function test_1" style="filled" fillcolor=red]; 6 [label="Exit function test_1" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {5}; 3 -> {4};
4 -> {6}; 4 -> {5};
5 -> {4}; 5 -> {6};
6 -> {1};
subgraph cluster_3 { subgraph cluster_3 {
color=red color=red
7 [label="Enter function test_2" style="filled" fillcolor=red]; 7 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
9 [label="Enter block"]; 8 [label="Enter block"];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
10 [label="Enter when"]; 9 [label="Enter when"];
12 [label="Access variable R|<local>/x|"]; 10 [label="Access variable R|<local>/x|"];
13 [label="Synthetic else branch"]; 11 [label="Synthetic else branch"];
11 [label="Exit when"]; 12 [label="Exit when"];
} }
14 [label="Exit block"]; 13 [label="Exit block"];
} }
8 [label="Exit function test_2" style="filled" fillcolor=red]; 14 [label="Exit function test_2" style="filled" fillcolor=red];
} }
7 -> {9}; 7 -> {8};
8 -> {9};
9 -> {10}; 9 -> {10};
10 -> {12}; 10 -> {11};
11 -> {14}; 11 -> {12};
12 -> {13}; 12 -> {13};
13 -> {11}; 13 -> {14};
14 -> {8};
subgraph cluster_6 { subgraph cluster_6 {
color=red color=red
15 [label="Enter function test_3" style="filled" fillcolor=red]; 15 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
17 [label="Enter block"]; 16 [label="Enter block"];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
18 [label="Enter when"]; 17 [label="Enter when"];
20 [label="Access variable R|<local>/x|"]; 18 [label="Access variable R|<local>/x|"];
21 [label="Variable declaration: lval y: R|kotlin/Int|"]; 19 [label="Variable declaration: lval y: R|kotlin/Int|"];
22 [label="Synthetic else branch"]; 20 [label="Synthetic else branch"];
19 [label="Exit when"]; 21 [label="Exit when"];
} }
23 [label="Exit block"]; 22 [label="Exit block"];
} }
16 [label="Exit function test_3" style="filled" fillcolor=red]; 23 [label="Exit function test_3" style="filled" fillcolor=red];
} }
15 -> {17}; 15 -> {16};
16 -> {17};
17 -> {18}; 17 -> {18};
18 -> {20}; 18 -> {19};
19 -> {23}; 19 -> {20};
20 -> {21}; 20 -> {21};
21 -> {22}; 21 -> {22};
22 -> {19}; 22 -> {23};
23 -> {16};
} }
@@ -8,225 +8,226 @@ digraph flowFromInplaceLambda_kt {
0 [label="Enter function takeInt" style="filled" fillcolor=red]; 0 [label="Enter function takeInt" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
3 [label="Exit block"]; 2 [label="Exit block"];
} }
1 [label="Exit function takeInt" style="filled" fillcolor=red]; 3 [label="Exit function takeInt" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {1};
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
4 [label="Enter function select" style="filled" fillcolor=red]; 4 [label="Enter function select" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
6 [label="Enter block"]; 5 [label="Enter block"];
7 [label="Access variable R|<local>/x|"]; 6 [label="Access variable R|<local>/x|"];
8 [label="Const: Int(0)"]; 7 [label="Const: Int(0)"];
9 [label="Function call: R|<local>/x|.R|FakeOverride<kotlin/Array.get: R|K|>|(...)"]; 8 [label="Function call: R|<local>/x|.R|FakeOverride<kotlin/Array.get: R|K|>|(...)"];
10 [label="Jump: ^select R|<local>/x|.R|FakeOverride<kotlin/Array.get: R|K|>|(Int(0))"]; 9 [label="Jump: ^select R|<local>/x|.R|FakeOverride<kotlin/Array.get: R|K|>|(Int(0))"];
11 [label="Stub" style="filled" fillcolor=gray]; 10 [label="Stub" style="filled" fillcolor=gray];
12 [label="Exit block" style="filled" fillcolor=gray]; 11 [label="Exit block" style="filled" fillcolor=gray];
} }
5 [label="Exit function select" style="filled" fillcolor=red]; 12 [label="Exit function select" style="filled" fillcolor=red];
} }
4 -> {6}; 4 -> {5};
5 -> {6};
6 -> {7}; 6 -> {7};
7 -> {8}; 7 -> {8};
8 -> {9}; 8 -> {9};
9 -> {10}; 9 -> {12};
10 -> {5}; 9 -> {10} [style=dotted];
10 -> {11} [style=dotted]; 10 -> {11} [style=dotted];
11 -> {12} [style=dotted]; 11 -> {12} [style=dotted];
12 -> {5} [style=dotted];
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
13 [label="Enter function id" style="filled" fillcolor=red]; 13 [label="Enter function id" style="filled" fillcolor=red];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
15 [label="Enter block"]; 14 [label="Enter block"];
16 [label="Access variable R|<local>/x|"]; 15 [label="Access variable R|<local>/x|"];
17 [label="Jump: ^id R|<local>/x|"]; 16 [label="Jump: ^id R|<local>/x|"];
18 [label="Stub" style="filled" fillcolor=gray]; 17 [label="Stub" style="filled" fillcolor=gray];
19 [label="Exit block" style="filled" fillcolor=gray]; 18 [label="Exit block" style="filled" fillcolor=gray];
} }
14 [label="Exit function id" style="filled" fillcolor=red]; 19 [label="Exit function id" style="filled" fillcolor=red];
} }
13 -> {15}; 13 -> {14};
14 -> {15};
15 -> {16}; 15 -> {16};
16 -> {17}; 16 -> {19};
17 -> {14}; 16 -> {17} [style=dotted];
17 -> {18} [style=dotted]; 17 -> {18} [style=dotted];
18 -> {19} [style=dotted]; 18 -> {19} [style=dotted];
19 -> {14} [style=dotted];
subgraph cluster_6 { subgraph cluster_6 {
color=red color=red
20 [label="Enter function materialize" style="filled" fillcolor=red]; 20 [label="Enter function materialize" style="filled" fillcolor=red];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
22 [label="Enter block"]; 21 [label="Enter block"];
23 [label="Const: Null(null)"]; 22 [label="Const: Null(null)"];
24 [label="Check not null: Null(null)!!"]; 23 [label="Check not null: Null(null)!!"];
25 [label="Jump: ^materialize Null(null)!!"]; 24 [label="Jump: ^materialize Null(null)!!"];
26 [label="Stub" style="filled" fillcolor=gray]; 25 [label="Stub" style="filled" fillcolor=gray];
27 [label="Exit block" style="filled" fillcolor=gray]; 26 [label="Exit block" style="filled" fillcolor=gray];
} }
21 [label="Exit function materialize" style="filled" fillcolor=red]; 27 [label="Exit function materialize" style="filled" fillcolor=red];
} }
20 -> {22}; 20 -> {21};
21 -> {22};
22 -> {23}; 22 -> {23};
23 -> {24}; 23 -> {24};
24 -> {25}; 24 -> {27};
25 -> {21}; 24 -> {25} [style=dotted];
25 -> {26} [style=dotted]; 25 -> {26} [style=dotted];
26 -> {27} [style=dotted]; 26 -> {27} [style=dotted];
27 -> {21} [style=dotted];
subgraph cluster_8 { subgraph cluster_8 {
color=red color=red
28 [label="Enter function myRun" style="filled" fillcolor=red]; 28 [label="Enter function myRun" style="filled" fillcolor=red];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
30 [label="Enter block"]; 29 [label="Enter block"];
31 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|R|>|()"]; 30 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|R|>|()"];
32 [label="Jump: ^myRun R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|R|>|()"]; 31 [label="Jump: ^myRun R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|R|>|()"];
33 [label="Stub" style="filled" fillcolor=gray]; 32 [label="Stub" style="filled" fillcolor=gray];
34 [label="Exit block" style="filled" fillcolor=gray]; 33 [label="Exit block" style="filled" fillcolor=gray];
} }
29 [label="Exit function myRun" style="filled" fillcolor=red]; 34 [label="Exit function myRun" style="filled" fillcolor=red];
} }
28 -> {30}; 28 -> {29};
29 -> {30};
30 -> {31}; 30 -> {31};
31 -> {32}; 31 -> {34};
32 -> {29}; 31 -> {32} [style=dotted];
32 -> {33} [style=dotted]; 32 -> {33} [style=dotted];
33 -> {34} [style=dotted]; 33 -> {34} [style=dotted];
34 -> {29} [style=dotted];
subgraph cluster_10 { subgraph cluster_10 {
color=red color=red
35 [label="Enter function test_1" style="filled" fillcolor=red]; 35 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
37 [label="Enter block"]; 36 [label="Enter block"];
38 [label="Postponed enter to lambda"]; 37 [label="Postponed enter to lambda"];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
45 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 45 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
47 [label="Enter block"]; 46 [label="Enter block"];
48 [label="Access variable R|<local>/x|"]; 47 [label="Access variable R|<local>/x|"];
49 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"]; 48 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
50 [label="Exit block"]; 49 [label="Exit block"];
} }
46 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 50 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
41 [label="Call arguments union" style="filled" fillcolor=yellow]; 38 [label="Call arguments union" style="filled" fillcolor=yellow];
39 [label="Postponed exit from lambda"]; 39 [label="Postponed exit from lambda"];
40 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"]; 40 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"];
42 [label="Access variable R|<local>/x|"]; 41 [label="Access variable R|<local>/x|"];
43 [label="Function call: R|/takeInt|(...)"]; 42 [label="Function call: R|/takeInt|(...)"];
44 [label="Exit block"]; 43 [label="Exit block"];
} }
36 [label="Exit function test_1" style="filled" fillcolor=red]; 44 [label="Exit function test_1" style="filled" fillcolor=red];
} }
35 -> {37}; 35 -> {36};
37 -> {38}; 36 -> {37};
38 -> {45}; 37 -> {45};
38 -> {39} [color=red]; 37 -> {39} [color=red];
38 -> {40} [color=red];
39 -> {40} [color=green]; 39 -> {40} [color=green];
40 -> {42}; 40 -> {41};
41 -> {40} [color=red]; 41 -> {42};
42 -> {43}; 42 -> {43};
43 -> {44}; 43 -> {44};
44 -> {36}; 45 -> {46};
45 -> {47}; 46 -> {47};
46 -> {39} [color=green];
46 -> {41} [color=red];
47 -> {48}; 47 -> {48};
48 -> {49}; 48 -> {49};
49 -> {50}; 49 -> {50};
50 -> {46}; 50 -> {39} [color=green];
50 -> {38} [color=red];
subgraph cluster_14 { subgraph cluster_14 {
color=red color=red
51 [label="Enter function test_2" style="filled" fillcolor=red]; 51 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
53 [label="Enter block"]; 52 [label="Enter block"];
54 [label="Postponed enter to lambda"]; 53 [label="Postponed enter to lambda"];
subgraph cluster_16 { subgraph cluster_16 {
color=blue color=blue
74 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 74 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
76 [label="Enter block"]; 75 [label="Enter block"];
77 [label="Access variable R|<local>/y|"]; 76 [label="Access variable R|<local>/y|"];
78 [label="Function call: R|<local>/y|.<Unresolved name: inc>#()"]; 77 [label="Function call: R|<local>/y|.<Unresolved name: inc>#()"];
79 [label="Access variable R|<local>/x|"]; 78 [label="Access variable R|<local>/x|"];
80 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"]; 79 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
81 [label="Exit block"]; 80 [label="Exit block"];
} }
75 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 81 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
55 [label="Postponed exit from lambda"]; 54 [label="Postponed exit from lambda"];
56 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"]; 55 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"];
58 [label="Call arguments union" style="filled" fillcolor=yellow]; 56 [label="Call arguments union" style="filled" fillcolor=yellow];
57 [label="Function call: R|/id|<R|kotlin/Int|>(...)"]; 57 [label="Function call: R|/id|<R|kotlin/Int|>(...)"];
59 [label="Access variable R|<local>/y|"]; 58 [label="Access variable R|<local>/y|"];
60 [label="Type operator: (R|<local>/y| as R|kotlin/Int|)"]; 59 [label="Type operator: (R|<local>/y| as R|kotlin/Int|)"];
61 [label="Postponed enter to lambda"]; 60 [label="Postponed enter to lambda"];
subgraph cluster_18 { subgraph cluster_18 {
color=blue color=blue
82 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 82 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
84 [label="Enter block"]; 83 [label="Enter block"];
85 [label="Access variable R|<local>/x|"]; 84 [label="Access variable R|<local>/x|"];
86 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"]; 85 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
87 [label="Access variable R|<local>/y|"]; 86 [label="Access variable R|<local>/y|"];
88 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()"]; 87 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()"];
89 [label="Const: Int(1)"]; 88 [label="Const: Int(1)"];
90 [label="Exit block"]; 89 [label="Exit block"];
} }
83 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 90 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
62 [label="Postponed exit from lambda"]; 61 [label="Postponed exit from lambda"];
63 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"]; 62 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"];
65 [label="Call arguments union" style="filled" fillcolor=yellow]; 63 [label="Call arguments union" style="filled" fillcolor=yellow];
64 [label="Function call: R|/select|<R|kotlin/Int|>(...)"]; 64 [label="Function call: R|/select|<R|kotlin/Int|>(...)"];
66 [label="Variable declaration: lval a: R|kotlin/Int|"]; 65 [label="Variable declaration: lval a: R|kotlin/Int|"];
67 [label="Access variable R|<local>/x|"]; 66 [label="Access variable R|<local>/x|"];
68 [label="Function call: R|/takeInt|(...)"]; 67 [label="Function call: R|/takeInt|(...)"];
69 [label="Access variable R|<local>/y|"]; 68 [label="Access variable R|<local>/y|"];
70 [label="Function call: R|/takeInt|(...)"]; 69 [label="Function call: R|/takeInt|(...)"];
71 [label="Access variable R|<local>/a|"]; 70 [label="Access variable R|<local>/a|"];
72 [label="Function call: R|/takeInt|(...)"]; 71 [label="Function call: R|/takeInt|(...)"];
73 [label="Exit block"]; 72 [label="Exit block"];
} }
52 [label="Exit function test_2" style="filled" fillcolor=red]; 73 [label="Exit function test_2" style="filled" fillcolor=red];
} }
51 -> {53}; 51 -> {52};
53 -> {54}; 52 -> {53};
54 -> {74}; 53 -> {74};
54 -> {55} [color=red]; 53 -> {54} [color=red];
54 -> {55};
55 -> {56}; 55 -> {56};
56 -> {58}; 56 -> {57};
57 -> {59}; 57 -> {58};
58 -> {57}; 58 -> {59};
59 -> {60}; 59 -> {60};
60 -> {61}; 60 -> {82};
61 -> {82}; 60 -> {61} [color=red];
61 -> {62} [color=red]; 61 -> {62};
62 -> {63}; 62 -> {63};
63 -> {65}; 63 -> {64};
64 -> {66}; 64 -> {65};
65 -> {64}; 65 -> {66};
66 -> {67}; 66 -> {67};
67 -> {68}; 67 -> {68};
68 -> {69}; 68 -> {69};
@@ -234,98 +235,98 @@ digraph flowFromInplaceLambda_kt {
70 -> {71}; 70 -> {71};
71 -> {72}; 71 -> {72};
72 -> {73}; 72 -> {73};
73 -> {52}; 74 -> {75};
74 -> {76}; 75 -> {76};
75 -> {55} [color=green];
75 -> {58} [color=red];
76 -> {77}; 76 -> {77};
77 -> {78}; 77 -> {78};
78 -> {79}; 78 -> {79};
79 -> {80}; 79 -> {80};
80 -> {81}; 80 -> {81};
81 -> {75}; 81 -> {54} [color=green];
82 -> {84}; 81 -> {56} [color=red];
83 -> {62} [color=green]; 82 -> {83};
83 -> {65} [color=red]; 83 -> {84};
84 -> {85}; 84 -> {85};
85 -> {86}; 85 -> {86};
86 -> {87}; 86 -> {87};
87 -> {88}; 87 -> {88};
88 -> {89}; 88 -> {89};
89 -> {90}; 89 -> {90};
90 -> {83}; 90 -> {61} [color=green];
90 -> {63} [color=red];
subgraph cluster_20 { subgraph cluster_20 {
color=red color=red
91 [label="Enter function test_3" style="filled" fillcolor=red]; 91 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
93 [label="Enter block"]; 92 [label="Enter block"];
94 [label="Postponed enter to lambda"]; 93 [label="Postponed enter to lambda"];
subgraph cluster_22 { subgraph cluster_22 {
color=blue color=blue
111 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 111 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_23 { subgraph cluster_23 {
color=blue color=blue
113 [label="Enter block"]; 112 [label="Enter block"];
114 [label="Access variable R|<local>/y|"]; 113 [label="Access variable R|<local>/y|"];
115 [label="Function call: R|<local>/y|.<Unresolved name: inc>#()"]; 114 [label="Function call: R|<local>/y|.<Unresolved name: inc>#()"];
116 [label="Access variable R|<local>/x|"]; 115 [label="Access variable R|<local>/x|"];
117 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"]; 116 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
118 [label="Function call: R|/materialize|<R|kotlin/Int|>()"]; 117 [label="Function call: R|/materialize|<R|kotlin/Int|>()"];
119 [label="Exit block"]; 118 [label="Exit block"];
} }
112 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 119 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
95 [label="Postponed exit from lambda"]; 94 [label="Postponed exit from lambda"];
96 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"]; 95 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"];
97 [label="Function call: R|/id|<R|kotlin/Int|>(...)"]; 96 [label="Function call: R|/id|<R|kotlin/Int|>(...)"];
98 [label="Postponed enter to lambda"]; 97 [label="Postponed enter to lambda"];
subgraph cluster_24 { subgraph cluster_24 {
color=blue color=blue
120 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 120 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_25 { subgraph cluster_25 {
color=blue color=blue
122 [label="Enter block"]; 121 [label="Enter block"];
123 [label="Access variable R|<local>/y|"]; 122 [label="Access variable R|<local>/y|"];
124 [label="Type operator: (R|<local>/y| as R|kotlin/Int|)"]; 123 [label="Type operator: (R|<local>/y| as R|kotlin/Int|)"];
125 [label="Access variable R|<local>/x|"]; 124 [label="Access variable R|<local>/x|"];
126 [label="Function call: R|<local>/x|.<Unresolved name: inc>#()"]; 125 [label="Function call: R|<local>/x|.<Unresolved name: inc>#()"];
127 [label="Access variable R|<local>/y|"]; 126 [label="Access variable R|<local>/y|"];
128 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()"]; 127 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()"];
129 [label="Const: Int(1)"]; 128 [label="Const: Int(1)"];
130 [label="Exit block"]; 129 [label="Exit block"];
} }
121 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 130 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
99 [label="Postponed exit from lambda"]; 98 [label="Postponed exit from lambda"];
100 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"]; 99 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"];
102 [label="Call arguments union" style="filled" fillcolor=yellow]; 100 [label="Call arguments union" style="filled" fillcolor=yellow];
101 [label="Function call: R|/select|<R|kotlin/Int|>(...)"]; 101 [label="Function call: R|/select|<R|kotlin/Int|>(...)"];
103 [label="Variable declaration: lval a: R|kotlin/Int|"]; 102 [label="Variable declaration: lval a: R|kotlin/Int|"];
104 [label="Access variable R|<local>/x|"]; 103 [label="Access variable R|<local>/x|"];
105 [label="Function call: R|/takeInt|(...)"]; 104 [label="Function call: R|/takeInt|(...)"];
106 [label="Access variable R|<local>/y|"]; 105 [label="Access variable R|<local>/y|"];
107 [label="Function call: R|/takeInt|(...)"]; 106 [label="Function call: R|/takeInt|(...)"];
108 [label="Access variable R|<local>/a|"]; 107 [label="Access variable R|<local>/a|"];
109 [label="Function call: R|/takeInt|(...)"]; 108 [label="Function call: R|/takeInt|(...)"];
110 [label="Exit block"]; 109 [label="Exit block"];
} }
92 [label="Exit function test_3" style="filled" fillcolor=red]; 110 [label="Exit function test_3" style="filled" fillcolor=red];
} }
91 -> {93}; 91 -> {92};
93 -> {94}; 92 -> {93};
94 -> {111}; 93 -> {111};
94 -> {95} [color=red]; 93 -> {94} [color=red];
94 -> {95};
95 -> {96}; 95 -> {96};
96 -> {97}; 96 -> {97};
97 -> {98}; 97 -> {120};
98 -> {120}; 97 -> {98} [color=red];
98 -> {99} [color=red]; 98 -> {99};
99 -> {100}; 99 -> {100};
100 -> {102}; 100 -> {101};
101 -> {103}; 101 -> {102};
102 -> {101}; 102 -> {103};
103 -> {104}; 103 -> {104};
104 -> {105}; 104 -> {105};
105 -> {106}; 105 -> {106};
@@ -333,20 +334,18 @@ digraph flowFromInplaceLambda_kt {
107 -> {108}; 107 -> {108};
108 -> {109}; 108 -> {109};
109 -> {110}; 109 -> {110};
110 -> {92}; 111 -> {112};
111 -> {113}; 112 -> {113};
112 -> {95} [color=green];
112 -> {102} [color=red];
113 -> {114}; 113 -> {114};
114 -> {115}; 114 -> {115};
115 -> {116}; 115 -> {116};
116 -> {117}; 116 -> {117};
117 -> {118}; 117 -> {118};
118 -> {119}; 118 -> {119};
119 -> {112}; 119 -> {94} [color=green];
120 -> {122}; 119 -> {100} [color=red];
121 -> {99} [color=green]; 120 -> {121};
121 -> {102} [color=red]; 121 -> {122};
122 -> {123}; 122 -> {123};
123 -> {124}; 123 -> {124};
124 -> {125}; 124 -> {125};
@@ -355,73 +354,75 @@ digraph flowFromInplaceLambda_kt {
127 -> {128}; 127 -> {128};
128 -> {129}; 128 -> {129};
129 -> {130}; 129 -> {130};
130 -> {121}; 130 -> {98} [color=green];
130 -> {100} [color=red];
subgraph cluster_26 { subgraph cluster_26 {
color=red color=red
131 [label="Enter function test_4" style="filled" fillcolor=red]; 131 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_27 { subgraph cluster_27 {
color=blue color=blue
133 [label="Enter block"]; 132 [label="Enter block"];
134 [label="Postponed enter to lambda"]; 133 [label="Postponed enter to lambda"];
subgraph cluster_28 { subgraph cluster_28 {
color=blue color=blue
152 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 152 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_29 { subgraph cluster_29 {
color=blue color=blue
154 [label="Enter block"]; 153 [label="Enter block"];
155 [label="Access variable R|<local>/y|"]; 154 [label="Access variable R|<local>/y|"];
156 [label="Function call: R|<local>/y|.<Unresolved name: inc>#()"]; 155 [label="Function call: R|<local>/y|.<Unresolved name: inc>#()"];
157 [label="Access variable R|<local>/x|"]; 156 [label="Access variable R|<local>/x|"];
158 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"]; 157 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
159 [label="Exit block"]; 158 [label="Exit block"];
} }
153 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 159 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
135 [label="Postponed exit from lambda"]; 134 [label="Postponed exit from lambda"];
136 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"]; 135 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"];
137 [label="Function call: R|/id|<R|kotlin/Int|>(...)"]; 136 [label="Function call: R|/id|<R|kotlin/Int|>(...)"];
138 [label="Access variable R|<local>/y|"]; 137 [label="Access variable R|<local>/y|"];
139 [label="Type operator: (R|<local>/y| as R|kotlin/Int|)"]; 138 [label="Type operator: (R|<local>/y| as R|kotlin/Int|)"];
140 [label="Postponed enter to lambda"]; 139 [label="Postponed enter to lambda"];
subgraph cluster_30 { subgraph cluster_30 {
color=blue color=blue
160 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 160 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_31 { subgraph cluster_31 {
color=blue color=blue
162 [label="Enter block"]; 161 [label="Enter block"];
163 [label="Access variable R|<local>/x|"]; 162 [label="Access variable R|<local>/x|"];
164 [label="Function call: R|<local>/x|.<Unresolved name: inc>#()"]; 163 [label="Function call: R|<local>/x|.<Unresolved name: inc>#()"];
165 [label="Access variable R|<local>/y|"]; 164 [label="Access variable R|<local>/y|"];
166 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()"]; 165 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()"];
167 [label="Const: Int(1)"]; 166 [label="Const: Int(1)"];
168 [label="Exit block"]; 167 [label="Exit block"];
} }
161 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 168 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
141 [label="Postponed exit from lambda"]; 140 [label="Postponed exit from lambda"];
142 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"]; 141 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"];
143 [label="Function call: R|/select|<R|kotlin/Int|>(...)"]; 142 [label="Function call: R|/select|<R|kotlin/Int|>(...)"];
144 [label="Variable declaration: lval a: R|kotlin/Int|"]; 143 [label="Variable declaration: lval a: R|kotlin/Int|"];
145 [label="Access variable R|<local>/x|"]; 144 [label="Access variable R|<local>/x|"];
146 [label="Function call: <Inapplicable(INAPPLICABLE): [/takeInt]>#(...)"]; 145 [label="Function call: <Inapplicable(INAPPLICABLE): [/takeInt]>#(...)"];
147 [label="Access variable R|<local>/y|"]; 146 [label="Access variable R|<local>/y|"];
148 [label="Function call: R|/takeInt|(...)"]; 147 [label="Function call: R|/takeInt|(...)"];
149 [label="Access variable R|<local>/a|"]; 148 [label="Access variable R|<local>/a|"];
150 [label="Function call: R|/takeInt|(...)"]; 149 [label="Function call: R|/takeInt|(...)"];
151 [label="Exit block"]; 150 [label="Exit block"];
} }
132 [label="Exit function test_4" style="filled" fillcolor=red]; 151 [label="Exit function test_4" style="filled" fillcolor=red];
} }
131 -> {133}; 131 -> {132};
133 -> {134}; 132 -> {133};
134 -> {135 152}; 133 -> {134 152};
134 -> {135};
135 -> {136}; 135 -> {136};
136 -> {137}; 136 -> {137};
137 -> {138}; 137 -> {138};
138 -> {139}; 138 -> {139};
139 -> {140}; 139 -> {140 160};
140 -> {141 160}; 140 -> {141};
141 -> {142}; 141 -> {142};
142 -> {143}; 142 -> {143};
143 -> {144}; 143 -> {144};
@@ -432,153 +433,152 @@ digraph flowFromInplaceLambda_kt {
148 -> {149}; 148 -> {149};
149 -> {150}; 149 -> {150};
150 -> {151}; 150 -> {151};
151 -> {132}; 152 -> {153};
152 -> {154}; 153 -> {154};
154 -> {155}; 154 -> {155};
155 -> {156}; 155 -> {156};
156 -> {157}; 156 -> {157};
157 -> {158}; 157 -> {158};
158 -> {159}; 158 -> {159};
159 -> {153}; 160 -> {161};
160 -> {162}; 161 -> {162};
162 -> {163}; 162 -> {163};
163 -> {164}; 163 -> {164};
164 -> {165}; 164 -> {165};
165 -> {166}; 165 -> {166};
166 -> {167}; 166 -> {167};
167 -> {168}; 167 -> {168};
168 -> {161};
subgraph cluster_32 { subgraph cluster_32 {
color=red color=red
169 [label="Enter function test_5" style="filled" fillcolor=red]; 169 [label="Enter function test_5" style="filled" fillcolor=red];
subgraph cluster_33 { subgraph cluster_33 {
color=blue color=blue
171 [label="Enter block"]; 170 [label="Enter block"];
172 [label="Postponed enter to lambda"]; 171 [label="Postponed enter to lambda"];
subgraph cluster_34 { subgraph cluster_34 {
color=blue color=blue
184 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 184 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_35 { subgraph cluster_35 {
color=blue color=blue
186 [label="Enter block"]; 185 [label="Enter block"];
187 [label="Function call: R|/materialize|<R|kotlin/Int|>()"]; 186 [label="Function call: R|/materialize|<R|kotlin/Int|>()"];
188 [label="Exit block"]; 187 [label="Exit block"];
} }
185 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 188 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
173 [label="Postponed exit from lambda"]; 172 [label="Postponed exit from lambda"];
174 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"]; 173 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"];
175 [label="Postponed enter to lambda"]; 174 [label="Postponed enter to lambda"];
subgraph cluster_36 { subgraph cluster_36 {
color=blue color=blue
189 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 189 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_37 { subgraph cluster_37 {
color=blue color=blue
191 [label="Enter block"]; 190 [label="Enter block"];
192 [label="Function call: R|/materialize|<R|kotlin/Int|>()"]; 191 [label="Function call: R|/materialize|<R|kotlin/Int|>()"];
193 [label="Exit block"]; 192 [label="Exit block"];
} }
190 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 193 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
176 [label="Postponed exit from lambda"]; 175 [label="Postponed exit from lambda"];
177 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"]; 176 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"];
179 [label="Call arguments union" style="filled" fillcolor=yellow]; 177 [label="Call arguments union" style="filled" fillcolor=yellow];
178 [label="Function call: R|/select|<R|kotlin/Int|>(...)"]; 178 [label="Function call: R|/select|<R|kotlin/Int|>(...)"];
180 [label="Variable declaration: lval x: R|kotlin/Int|"]; 179 [label="Variable declaration: lval x: R|kotlin/Int|"];
181 [label="Access variable R|<local>/x|"]; 180 [label="Access variable R|<local>/x|"];
182 [label="Function call: R|/takeInt|(...)"]; 181 [label="Function call: R|/takeInt|(...)"];
183 [label="Exit block"]; 182 [label="Exit block"];
} }
170 [label="Exit function test_5" style="filled" fillcolor=red]; 183 [label="Exit function test_5" style="filled" fillcolor=red];
} }
169 -> {171}; 169 -> {170};
171 -> {172}; 170 -> {171};
172 -> {184}; 171 -> {184};
172 -> {173} [color=red]; 171 -> {172} [color=red];
172 -> {173};
173 -> {174}; 173 -> {174};
174 -> {175}; 174 -> {189};
175 -> {189}; 174 -> {175} [color=red];
175 -> {176} [color=red]; 175 -> {176};
176 -> {177}; 176 -> {177};
177 -> {179}; 177 -> {178};
178 -> {180}; 178 -> {179};
179 -> {178}; 179 -> {180};
180 -> {181}; 180 -> {181};
181 -> {182}; 181 -> {182};
182 -> {183}; 182 -> {183};
183 -> {170}; 184 -> {185};
184 -> {186}; 185 -> {186};
185 -> {173} [color=green];
185 -> {179} [color=red];
186 -> {187}; 186 -> {187};
187 -> {188}; 187 -> {188};
188 -> {185}; 188 -> {172} [color=green];
189 -> {191}; 188 -> {177} [color=red];
190 -> {176} [color=green]; 189 -> {190};
190 -> {179} [color=red]; 190 -> {191};
191 -> {192}; 191 -> {192};
192 -> {193}; 192 -> {193};
193 -> {190}; 193 -> {175} [color=green];
193 -> {177} [color=red];
subgraph cluster_38 { subgraph cluster_38 {
color=red color=red
194 [label="Enter function test_6" style="filled" fillcolor=red]; 194 [label="Enter function test_6" style="filled" fillcolor=red];
subgraph cluster_39 { subgraph cluster_39 {
color=blue color=blue
196 [label="Enter block"]; 195 [label="Enter block"];
197 [label="Postponed enter to lambda"]; 196 [label="Postponed enter to lambda"];
subgraph cluster_40 { subgraph cluster_40 {
color=blue color=blue
203 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 203 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_41 { subgraph cluster_41 {
color=blue color=blue
205 [label="Enter block"]; 204 [label="Enter block"];
206 [label="Postponed enter to lambda"]; 205 [label="Postponed enter to lambda"];
subgraph cluster_42 { subgraph cluster_42 {
color=blue color=blue
210 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 210 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_43 { subgraph cluster_43 {
color=blue color=blue
212 [label="Enter block"]; 211 [label="Enter block"];
213 [label="Function call: R|/materialize|<R|kotlin/String|>()"]; 212 [label="Function call: R|/materialize|<R|kotlin/String|>()"];
214 [label="Exit block"]; 213 [label="Exit block"];
} }
211 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 214 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
207 [label="Postponed exit from lambda"]; 206 [label="Postponed exit from lambda"];
208 [label="Function call: R|kotlin/run|<R|kotlin/String|>(...)"]; 207 [label="Function call: R|kotlin/run|<R|kotlin/String|>(...)"];
209 [label="Exit block"]; 208 [label="Exit block"];
} }
204 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 209 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
198 [label="Postponed exit from lambda"]; 197 [label="Postponed exit from lambda"];
199 [label="Function call: R|/myRun|<R|kotlin/String|>(...)"]; 198 [label="Function call: R|/myRun|<R|kotlin/String|>(...)"];
200 [label="Function call: R|/id|<R|kotlin/String|>(...)"]; 199 [label="Function call: R|/id|<R|kotlin/String|>(...)"];
201 [label="Variable declaration: lval x: R|kotlin/String|"]; 200 [label="Variable declaration: lval x: R|kotlin/String|"];
202 [label="Exit block"]; 201 [label="Exit block"];
} }
195 [label="Exit function test_6" style="filled" fillcolor=red]; 202 [label="Exit function test_6" style="filled" fillcolor=red];
} }
194 -> {196}; 194 -> {195};
196 -> {197}; 195 -> {196};
197 -> {198 203}; 196 -> {197 203};
197 -> {198};
198 -> {199}; 198 -> {199};
199 -> {200}; 199 -> {200};
200 -> {201}; 200 -> {201};
201 -> {202}; 201 -> {202};
202 -> {195}; 203 -> {204};
203 -> {205}; 204 -> {205};
205 -> {206}; 205 -> {210};
206 -> {210}; 205 -> {206} [color=red];
206 -> {207} [color=red]; 206 -> {207};
207 -> {208}; 207 -> {208};
208 -> {209}; 208 -> {209};
209 -> {204}; 210 -> {211};
210 -> {212}; 211 -> {212};
211 -> {207} [color=green];
212 -> {213}; 212 -> {213};
213 -> {214}; 213 -> {214};
214 -> {211}; 214 -> {206} [color=green];
} }
@@ -6,80 +6,80 @@ digraph initBlock_kt {
subgraph cluster_0 { subgraph cluster_0 {
color=red color=red
0 [label="Enter function <init>" style="filled" fillcolor=red]; 0 [label="Enter function <init>" style="filled" fillcolor=red];
2 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 1 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
1 [label="Exit function <init>" style="filled" fillcolor=red]; 2 [label="Exit function <init>" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
2 -> {1}; 1 -> {2};
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
10 [label="Enter class Foo" style="filled" fillcolor=red]; 9 [label="Enter class Foo" style="filled" fillcolor=red];
subgraph cluster_2 { subgraph cluster_2 {
color=blue color=blue
3 [label="Enter init block" style="filled" fillcolor=red]; 3 [label="Enter init block" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
5 [label="Enter block"]; 4 [label="Enter block"];
6 [label="Const: Int(1)"]; 5 [label="Const: Int(1)"];
7 [label="Variable declaration: lval x: R|kotlin/Int|"]; 6 [label="Variable declaration: lval x: R|kotlin/Int|"];
8 [label="Exit block"]; 7 [label="Exit block"];
} }
4 [label="Exit init block" style="filled" fillcolor=red]; 8 [label="Exit init block" style="filled" fillcolor=red];
} }
9 [label="Exit class Foo" style="filled" fillcolor=red]; 10 [label="Exit class Foo" style="filled" fillcolor=red];
} }
10 -> {3} [color=green]; 9 -> {3} [color=green];
3 -> {5}; 3 -> {4};
4 -> {9} [color=green]; 4 -> {5};
5 -> {6}; 5 -> {6};
6 -> {7}; 6 -> {7};
7 -> {8}; 7 -> {8};
8 -> {4}; 8 -> {10} [color=green];
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
11 [label="Enter function <init>" style="filled" fillcolor=red]; 11 [label="Enter function <init>" style="filled" fillcolor=red];
13 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 12 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
12 [label="Exit function <init>" style="filled" fillcolor=red]; 13 [label="Exit function <init>" style="filled" fillcolor=red];
} }
11 -> {13}; 11 -> {12};
13 -> {12}; 12 -> {13};
subgraph cluster_5 { subgraph cluster_5 {
color=red color=red
26 [label="Enter class Bar" style="filled" fillcolor=red]; 25 [label="Enter class Bar" style="filled" fillcolor=red];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
14 [label="Enter init block" style="filled" fillcolor=red]; 14 [label="Enter init block" style="filled" fillcolor=red];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
16 [label="Enter block"]; 15 [label="Enter block"];
17 [label="Const: Int(1)"]; 16 [label="Const: Int(1)"];
18 [label="Variable declaration: lval x: R|kotlin/Int|"]; 17 [label="Variable declaration: lval x: R|kotlin/Int|"];
19 [label="Function call: R|java/lang/Exception.Exception|()"]; 18 [label="Function call: R|java/lang/Exception.Exception|()"];
20 [label="Throw: throw R|java/lang/Exception.Exception|()"]; 19 [label="Throw: throw R|java/lang/Exception.Exception|()"];
21 [label="Stub" style="filled" fillcolor=gray]; 20 [label="Stub" style="filled" fillcolor=gray];
22 [label="Const: Int(2)" style="filled" fillcolor=gray]; 21 [label="Const: Int(2)" style="filled" fillcolor=gray];
23 [label="Variable declaration: lval y: R|kotlin/Int|" style="filled" fillcolor=gray]; 22 [label="Variable declaration: lval y: R|kotlin/Int|" style="filled" fillcolor=gray];
24 [label="Exit block" style="filled" fillcolor=gray]; 23 [label="Exit block" style="filled" fillcolor=gray];
} }
15 [label="Exit init block" style="filled" fillcolor=red]; 24 [label="Exit init block" style="filled" fillcolor=red];
} }
25 [label="Exit class Bar" style="filled" fillcolor=red]; 26 [label="Exit class Bar" style="filled" fillcolor=red];
} }
26 -> {14} [color=green]; 25 -> {14} [color=green];
14 -> {16}; 14 -> {15};
15 -> {25} [color=green]; 15 -> {16};
16 -> {17}; 16 -> {17};
17 -> {18}; 17 -> {18};
18 -> {19}; 18 -> {19};
19 -> {20}; 19 -> {24};
20 -> {15}; 19 -> {20} [style=dotted];
20 -> {21} [style=dotted]; 20 -> {21} [style=dotted];
21 -> {22} [style=dotted]; 21 -> {22} [style=dotted];
22 -> {23} [style=dotted]; 22 -> {23} [style=dotted];
23 -> {24} [style=dotted]; 23 -> {24} [style=dotted];
24 -> {15} [style=dotted]; 24 -> {26} [color=green];
} }
@@ -5,10 +5,10 @@ digraph initBlockAndInPlaceLambda_kt {
subgraph cluster_0 { subgraph cluster_0 {
color=red color=red
1 [label="Enter class B" style="filled" fillcolor=red]; 0 [label="Enter class B" style="filled" fillcolor=red];
0 [label="Exit class B" style="filled" fillcolor=red]; 1 [label="Exit class B" style="filled" fillcolor=red];
} }
1 -> {0} [color=green]; 0 -> {1} [color=green];
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
@@ -19,79 +19,79 @@ digraph initBlockAndInPlaceLambda_kt {
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
5 [label="Enter class A" style="filled" fillcolor=red]; 4 [label="Enter class A" style="filled" fillcolor=red];
4 [label="Exit class A" style="filled" fillcolor=red]; 5 [label="Exit class A" style="filled" fillcolor=red];
} }
5 -> {4} [color=green]; 4 -> {5} [color=green];
subgraph cluster_3 { subgraph cluster_3 {
color=red color=red
6 [label="Enter function <init>" style="filled" fillcolor=red]; 6 [label="Enter function <init>" style="filled" fillcolor=red];
8 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 7 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
7 [label="Exit function <init>" style="filled" fillcolor=red]; 8 [label="Exit function <init>" style="filled" fillcolor=red];
} }
6 -> {8}; 6 -> {7};
8 -> {7}; 7 -> {8};
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
30 [label="Enter class C" style="filled" fillcolor=red]; 29 [label="Enter class C" style="filled" fillcolor=red];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
16 [label="Enter init block" style="filled" fillcolor=red]; 16 [label="Enter init block" style="filled" fillcolor=red];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
18 [label="Enter block"]; 17 [label="Enter block"];
19 [label="Access variable R|<local>/a|"]; 18 [label="Access variable R|<local>/a|"];
20 [label="Access variable R|/A.b|"]; 19 [label="Access variable R|/A.b|"];
21 [label="Enter safe call"]; 20 [label="Enter safe call"];
23 [label="Postponed enter to lambda"]; 21 [label="Postponed enter to lambda"];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
9 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 9 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
11 [label="Enter block"]; 10 [label="Enter block"];
12 [label="Access variable R|<local>/a|"]; 11 [label="Access variable R|<local>/a|"];
13 [label="Access variable R|<local>/it|"]; 12 [label="Access variable R|<local>/it|"];
14 [label="Function call: R|/C.C|(...)"]; 13 [label="Function call: R|/C.C|(...)"];
15 [label="Exit block"]; 14 [label="Exit block"];
} }
10 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 15 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
26 [label="Call arguments union" style="filled" fillcolor=yellow]; 22 [label="Call arguments union" style="filled" fillcolor=yellow];
24 [label="Postponed exit from lambda"]; 23 [label="Postponed exit from lambda"];
25 [label="Function call: $subj$.R|kotlin/let|<R|B|, R|C|>(...)"]; 24 [label="Function call: $subj$.R|kotlin/let|<R|B|, R|C|>(...)"];
22 [label="Exit safe call"]; 25 [label="Exit safe call"];
27 [label="Variable declaration: lval c: R|C?|"]; 26 [label="Variable declaration: lval c: R|C?|"];
28 [label="Exit block"]; 27 [label="Exit block"];
} }
17 [label="Exit init block" style="filled" fillcolor=red]; 28 [label="Exit init block" style="filled" fillcolor=red];
} }
29 [label="Exit class C" style="filled" fillcolor=red]; 30 [label="Exit class C" style="filled" fillcolor=red];
} }
30 -> {16} [color=green]; 29 -> {16} [color=green];
16 -> {18}; 16 -> {17};
17 -> {29} [color=green]; 17 -> {18};
18 -> {19}; 18 -> {19};
19 -> {20}; 19 -> {20 25};
20 -> {21 22}; 20 -> {21};
21 -> {23}; 21 -> {9};
22 -> {27}; 21 -> {23} [color=red];
23 -> {9}; 22 -> {24} [color=red];
23 -> {24} [color=red]; 23 -> {24} [color=green];
24 -> {25} [color=green]; 24 -> {25};
25 -> {22}; 25 -> {26};
26 -> {25} [color=red]; 26 -> {27};
27 -> {28}; 27 -> {28};
28 -> {17}; 28 -> {30} [color=green];
9 -> {11}; 9 -> {10};
10 -> {24} [color=green]; 10 -> {11};
10 -> {26} [color=red];
11 -> {12}; 11 -> {12};
12 -> {13}; 12 -> {13};
13 -> {14}; 13 -> {14};
14 -> {15}; 14 -> {15};
15 -> {10}; 15 -> {23} [color=green];
15 -> {22} [color=red];
} }
@@ -6,41 +6,41 @@ digraph innerClassInAnonymousObject_kt {
subgraph cluster_0 { subgraph cluster_0 {
color=red color=red
0 [label="Enter function <init>" style="filled" fillcolor=red]; 0 [label="Enter function <init>" style="filled" fillcolor=red];
2 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 1 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
1 [label="Exit function <init>" style="filled" fillcolor=red]; 2 [label="Exit function <init>" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
2 -> {1}; 1 -> {2};
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
3 [label="Enter function <init>" style="filled" fillcolor=red]; 3 [label="Enter function <init>" style="filled" fillcolor=red];
5 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 4 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
4 [label="Exit function <init>" style="filled" fillcolor=red]; 5 [label="Exit function <init>" style="filled" fillcolor=red];
} }
3 -> {5}; 3 -> {4};
5 -> {4}; 4 -> {5};
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
6 [label="Enter function foo" style="filled" fillcolor=red]; 6 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
8 [label="Enter block"]; 7 [label="Enter block"];
9 [label="Exit block"]; 8 [label="Exit block"];
} }
7 [label="Exit function foo" style="filled" fillcolor=red]; 9 [label="Exit function foo" style="filled" fillcolor=red];
} }
6 -> {8}; 6 -> {7};
7 -> {8};
8 -> {9}; 8 -> {9};
9 -> {7};
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
11 [label="Enter class Nested" style="filled" fillcolor=red]; 10 [label="Enter class Nested" style="filled" fillcolor=red];
10 [label="Exit class Nested" style="filled" fillcolor=red]; 11 [label="Exit class Nested" style="filled" fillcolor=red];
} }
11 -> {10} [color=green]; 10 -> {11} [color=green];
subgraph cluster_5 { subgraph cluster_5 {
color=red color=red
@@ -54,15 +54,15 @@ digraph innerClassInAnonymousObject_kt {
16 [label="Enter property" style="filled" fillcolor=red]; 16 [label="Enter property" style="filled" fillcolor=red];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
13 [label="Enter class <anonymous object>" style="filled" fillcolor=red]; 12 [label="Enter class <anonymous object>" style="filled" fillcolor=red];
12 [label="Exit class <anonymous object>" style="filled" fillcolor=red]; 13 [label="Exit class <anonymous object>" style="filled" fillcolor=red];
} }
18 [label="Exit anonymous object"]; 17 [label="Exit anonymous object"];
17 [label="Exit property" style="filled" fillcolor=red]; 18 [label="Exit property" style="filled" fillcolor=red];
} }
16 -> {18}; 16 -> {17};
16 -> {0 3 6} [color=red]; 16 -> {0 3 6} [color=red];
18 -> {17}; 17 -> {18};
13 -> {12} [color=green]; 12 -> {13} [color=green];
} }
@@ -8,234 +8,234 @@ digraph inplaceLambdaInControlFlowExpressions_kt {
0 [label="Enter function materialize" style="filled" fillcolor=red]; 0 [label="Enter function materialize" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
3 [label="Const: Null(null)"]; 2 [label="Const: Null(null)"];
4 [label="Check not null: Null(null)!!"]; 3 [label="Check not null: Null(null)!!"];
5 [label="Jump: ^materialize Null(null)!!"]; 4 [label="Jump: ^materialize Null(null)!!"];
6 [label="Stub" style="filled" fillcolor=gray]; 5 [label="Stub" style="filled" fillcolor=gray];
7 [label="Exit block" style="filled" fillcolor=gray]; 6 [label="Exit block" style="filled" fillcolor=gray];
} }
1 [label="Exit function materialize" style="filled" fillcolor=red]; 7 [label="Exit function materialize" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {4}; 3 -> {4};
4 -> {5}; 4 -> {7};
5 -> {1}; 4 -> {5} [style=dotted];
5 -> {6} [style=dotted]; 5 -> {6} [style=dotted];
6 -> {7} [style=dotted]; 6 -> {7} [style=dotted];
7 -> {1} [style=dotted];
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
8 [label="Enter function test_1" style="filled" fillcolor=red]; 8 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
10 [label="Enter block"]; 9 [label="Enter block"];
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
11 [label="Enter when"]; 10 [label="Enter when"];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
13 [label="Enter when branch condition "]; 11 [label="Enter when branch condition "];
14 [label="Const: Boolean(true)"]; 12 [label="Const: Boolean(true)"];
15 [label="Exit when branch condition"]; 13 [label="Exit when branch condition"];
} }
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
23 [label="Enter when branch condition else"]; 14 [label="Enter when branch condition else"];
24 [label="Exit when branch condition"]; 15 [label="Exit when branch condition"];
} }
25 [label="Enter when branch result"]; 16 [label="Enter when branch result"];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
26 [label="Enter block"]; 17 [label="Enter block"];
27 [label="Const: String()"]; 18 [label="Const: String()"];
28 [label="Exit block"]; 19 [label="Exit block"];
} }
29 [label="Exit when branch result"]; 20 [label="Exit when branch result"];
16 [label="Enter when branch result"]; 21 [label="Enter when branch result"];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
17 [label="Enter block"]; 22 [label="Enter block"];
18 [label="Postponed enter to lambda"]; 23 [label="Postponed enter to lambda"];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
33 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 33 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
35 [label="Enter block"]; 34 [label="Enter block"];
36 [label="Function call: R|/materialize|<R|kotlin/String|>()"]; 35 [label="Function call: R|/materialize|<R|kotlin/String|>()"];
37 [label="Exit block"]; 36 [label="Exit block"];
} }
34 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 37 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
19 [label="Postponed exit from lambda"]; 24 [label="Postponed exit from lambda"];
20 [label="Function call: R|kotlin/run|<R|kotlin/String|>(...)"]; 25 [label="Function call: R|kotlin/run|<R|kotlin/String|>(...)"];
21 [label="Exit block"]; 26 [label="Exit block"];
} }
22 [label="Exit when branch result"]; 27 [label="Exit when branch result"];
12 [label="Exit when"]; 28 [label="Exit when"];
} }
30 [label="Call arguments union" style="filled" fillcolor=yellow]; 29 [label="Call arguments union" style="filled" fillcolor=yellow];
31 [label="Variable declaration: lval x: R|kotlin/String|"]; 30 [label="Variable declaration: lval x: R|kotlin/String|"];
32 [label="Exit block"]; 31 [label="Exit block"];
} }
9 [label="Exit function test_1" style="filled" fillcolor=red]; 32 [label="Exit function test_1" style="filled" fillcolor=red];
} }
8 -> {10}; 8 -> {9};
9 -> {10};
10 -> {11}; 10 -> {11};
11 -> {13}; 11 -> {12};
12 -> {30}; 12 -> {13};
13 -> {14}; 13 -> {21 14};
14 -> {15}; 14 -> {15};
15 -> {16 23}; 15 -> {16};
16 -> {17}; 16 -> {17};
17 -> {18}; 17 -> {18};
18 -> {33}; 18 -> {19};
18 -> {19} [color=red];
19 -> {20}; 19 -> {20};
20 -> {21}; 20 -> {28};
21 -> {22}; 21 -> {22};
22 -> {12}; 22 -> {23};
23 -> {24}; 23 -> {33};
23 -> {24} [color=red];
24 -> {25}; 24 -> {25};
25 -> {26}; 25 -> {26};
26 -> {27}; 26 -> {27};
27 -> {28}; 27 -> {28};
28 -> {29}; 28 -> {29};
29 -> {12}; 29 -> {30};
30 -> {31}; 30 -> {31};
31 -> {32}; 31 -> {32};
32 -> {9}; 33 -> {34};
33 -> {35}; 34 -> {35};
34 -> {19} [color=green];
34 -> {30} [color=red];
35 -> {36}; 35 -> {36};
36 -> {37}; 36 -> {37};
37 -> {34}; 37 -> {24} [color=green];
37 -> {29} [color=red];
subgraph cluster_11 { subgraph cluster_11 {
color=red color=red
38 [label="Enter function test_2" style="filled" fillcolor=red]; 38 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
40 [label="Enter block"]; 39 [label="Enter block"];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
41 [label="Try expression enter"]; 40 [label="Try expression enter"];
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
43 [label="Try main block enter"]; 41 [label="Try main block enter"];
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
45 [label="Enter block"]; 42 [label="Enter block"];
46 [label="Postponed enter to lambda"]; 43 [label="Postponed enter to lambda"];
subgraph cluster_16 { subgraph cluster_16 {
color=blue color=blue
58 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 58 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
60 [label="Enter block"]; 59 [label="Enter block"];
61 [label="Function call: R|/materialize|<R|kotlin/String|>()"]; 60 [label="Function call: R|/materialize|<R|kotlin/String|>()"];
62 [label="Exit block"]; 61 [label="Exit block"];
} }
59 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 62 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
47 [label="Postponed exit from lambda"]; 44 [label="Postponed exit from lambda"];
48 [label="Function call: R|kotlin/run|<R|kotlin/String|>(...)"]; 45 [label="Function call: R|kotlin/run|<R|kotlin/String|>(...)"];
49 [label="Exit block"]; 46 [label="Exit block"];
} }
50 [label="Try main block exit"]; 47 [label="Try main block exit"];
} }
subgraph cluster_18 { subgraph cluster_18 {
color=blue color=blue
44 [label="Catch enter"]; 48 [label="Catch enter"];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
51 [label="Enter block"]; 49 [label="Enter block"];
52 [label="Const: String()"]; 50 [label="Const: String()"];
53 [label="Exit block"]; 51 [label="Exit block"];
} }
54 [label="Catch exit"]; 52 [label="Catch exit"];
} }
42 [label="Try expression exit"]; 53 [label="Try expression exit"];
} }
55 [label="Call arguments union" style="filled" fillcolor=yellow]; 54 [label="Call arguments union" style="filled" fillcolor=yellow];
56 [label="Variable declaration: lval x: R|kotlin/String|"]; 55 [label="Variable declaration: lval x: R|kotlin/String|"];
57 [label="Exit block"]; 56 [label="Exit block"];
} }
39 [label="Exit function test_2" style="filled" fillcolor=red]; 57 [label="Exit function test_2" style="filled" fillcolor=red];
} }
38 -> {40}; 38 -> {39};
39 -> {40};
40 -> {41}; 40 -> {41};
41 -> {43}; 41 -> {57 48 42};
42 -> {55}; 42 -> {43};
43 -> {39 44 45}; 43 -> {58};
44 -> {39 51}; 43 -> {44} [color=red];
44 -> {45};
45 -> {46}; 45 -> {46};
46 -> {58}; 46 -> {47};
46 -> {47} [color=red]; 47 -> {53};
47 -> {48}; 48 -> {57 49};
48 -> {49};
49 -> {50}; 49 -> {50};
50 -> {42}; 50 -> {51};
51 -> {52}; 51 -> {52};
52 -> {53}; 52 -> {53};
53 -> {54}; 53 -> {54};
54 -> {42}; 54 -> {55};
55 -> {56}; 55 -> {56};
56 -> {57}; 56 -> {57};
57 -> {39}; 58 -> {59};
58 -> {60}; 59 -> {60};
59 -> {47} [color=green];
59 -> {55} [color=red];
60 -> {61}; 60 -> {61};
61 -> {62}; 61 -> {62};
62 -> {59}; 62 -> {44} [color=green];
62 -> {54} [color=red];
subgraph cluster_20 { subgraph cluster_20 {
color=red color=red
63 [label="Enter function test_3" style="filled" fillcolor=red]; 63 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
65 [label="Enter block"]; 64 [label="Enter block"];
66 [label="Postponed enter to lambda"]; 65 [label="Postponed enter to lambda"];
subgraph cluster_22 { subgraph cluster_22 {
color=blue color=blue
73 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 73 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_23 { subgraph cluster_23 {
color=blue color=blue
75 [label="Enter block"]; 74 [label="Enter block"];
76 [label="Function call: R|/materialize|<R|kotlin/String?|>()"]; 75 [label="Function call: R|/materialize|<R|kotlin/String?|>()"];
77 [label="Exit block"]; 76 [label="Exit block"];
} }
74 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 77 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
67 [label="Postponed exit from lambda"]; 66 [label="Postponed exit from lambda"];
68 [label="Function call: R|kotlin/run|<R|kotlin/String?|>(...)"]; 67 [label="Function call: R|kotlin/run|<R|kotlin/String?|>(...)"];
69 [label="Check not null: R|kotlin/run|<R|kotlin/String?|>(...)!!"]; 68 [label="Check not null: R|kotlin/run|<R|kotlin/String?|>(...)!!"];
70 [label="Call arguments union" style="filled" fillcolor=yellow]; 69 [label="Call arguments union" style="filled" fillcolor=yellow];
71 [label="Variable declaration: lval x: R|kotlin/String|"]; 70 [label="Variable declaration: lval x: R|kotlin/String|"];
72 [label="Exit block"]; 71 [label="Exit block"];
} }
64 [label="Exit function test_3" style="filled" fillcolor=red]; 72 [label="Exit function test_3" style="filled" fillcolor=red];
} }
63 -> {65}; 63 -> {64};
65 -> {66}; 64 -> {65};
66 -> {73}; 65 -> {73};
66 -> {67} [color=red]; 65 -> {66} [color=red];
66 -> {67};
67 -> {68}; 67 -> {68};
68 -> {69}; 68 -> {69};
69 -> {70}; 69 -> {70};
70 -> {71}; 70 -> {71};
71 -> {72}; 71 -> {72};
72 -> {64}; 73 -> {74};
73 -> {75}; 74 -> {75};
74 -> {67} [color=green];
74 -> {70} [color=red];
75 -> {76}; 75 -> {76};
76 -> {77}; 76 -> {77};
77 -> {74}; 77 -> {66} [color=green];
77 -> {69} [color=red];
} }
+203 -203
View File
@@ -8,405 +8,405 @@ digraph jumps_kt {
0 [label="Enter function test_1" style="filled" fillcolor=red]; 0 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
subgraph cluster_2 { subgraph cluster_2 {
color=blue color=blue
3 [label="Enter when"]; 2 [label="Enter when"];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
5 [label="Enter when branch condition "]; 3 [label="Enter when branch condition "];
6 [label="Access variable R|<local>/x|"]; 4 [label="Access variable R|<local>/x|"];
7 [label="Const: Null(null)"]; 5 [label="Const: Null(null)"];
8 [label="Operator =="]; 6 [label="Operator =="];
9 [label="Exit when branch condition"]; 7 [label="Exit when branch condition"];
} }
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
17 [label="Enter when branch condition else"]; 8 [label="Enter when branch condition else"];
18 [label="Exit when branch condition"]; 9 [label="Exit when branch condition"];
} }
19 [label="Enter when branch result"]; 10 [label="Enter when branch result"];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
20 [label="Enter block"]; 11 [label="Enter block"];
21 [label="Access variable R|<local>/x|"]; 12 [label="Access variable R|<local>/x|"];
22 [label="Exit block"]; 13 [label="Exit block"];
} }
23 [label="Exit when branch result"]; 14 [label="Exit when branch result"];
10 [label="Enter when branch result"]; 15 [label="Enter when branch result"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
11 [label="Enter block"]; 16 [label="Enter block"];
12 [label="Function call: R|java/lang/Exception.Exception|()"]; 17 [label="Function call: R|java/lang/Exception.Exception|()"];
13 [label="Throw: throw R|java/lang/Exception.Exception|()"]; 18 [label="Throw: throw R|java/lang/Exception.Exception|()"];
14 [label="Stub" style="filled" fillcolor=gray]; 19 [label="Stub" style="filled" fillcolor=gray];
15 [label="Exit block" style="filled" fillcolor=gray]; 20 [label="Exit block" style="filled" fillcolor=gray];
} }
16 [label="Exit when branch result" style="filled" fillcolor=gray]; 21 [label="Exit when branch result" style="filled" fillcolor=gray];
4 [label="Exit when"]; 22 [label="Exit when"];
} }
24 [label="Variable declaration: lval y: R|kotlin/Int|"]; 23 [label="Variable declaration: lval y: R|kotlin/Int|"];
25 [label="Access variable R|<local>/y|"]; 24 [label="Access variable R|<local>/y|"];
26 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()"]; 25 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()"];
27 [label="Access variable R|<local>/x|"]; 26 [label="Access variable R|<local>/x|"];
28 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"]; 27 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
29 [label="Exit block"]; 28 [label="Exit block"];
} }
1 [label="Exit function test_1" style="filled" fillcolor=red]; 29 [label="Exit function test_1" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {5}; 3 -> {4};
4 -> {24}; 4 -> {5};
5 -> {6}; 5 -> {6};
6 -> {7}; 6 -> {7};
7 -> {8}; 7 -> {15 8};
8 -> {9}; 8 -> {9};
9 -> {10 17}; 9 -> {10};
10 -> {11}; 10 -> {11};
11 -> {12}; 11 -> {12};
12 -> {13}; 12 -> {13};
13 -> {1}; 13 -> {14};
13 -> {14} [style=dotted]; 14 -> {22};
14 -> {15} [style=dotted]; 15 -> {16};
15 -> {16} [style=dotted]; 16 -> {17};
16 -> {4} [style=dotted];
17 -> {18}; 17 -> {18};
18 -> {19}; 18 -> {29};
19 -> {20}; 18 -> {19} [style=dotted];
20 -> {21}; 19 -> {20} [style=dotted];
21 -> {22}; 20 -> {21} [style=dotted];
21 -> {22} [style=dotted];
22 -> {23}; 22 -> {23};
23 -> {4}; 23 -> {24};
24 -> {25}; 24 -> {25};
25 -> {26}; 25 -> {26};
26 -> {27}; 26 -> {27};
27 -> {28}; 27 -> {28};
28 -> {29}; 28 -> {29};
29 -> {1};
subgraph cluster_7 { subgraph cluster_7 {
color=red color=red
30 [label="Enter function test_2" style="filled" fillcolor=red]; 30 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
32 [label="Enter block"]; 31 [label="Enter block"];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
33 [label="Enter when"]; 32 [label="Enter when"];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
35 [label="Enter when branch condition "]; 33 [label="Enter when branch condition "];
36 [label="Access variable R|<local>/x|"]; 34 [label="Access variable R|<local>/x|"];
37 [label="Const: Null(null)"]; 35 [label="Const: Null(null)"];
38 [label="Operator =="]; 36 [label="Operator =="];
39 [label="Exit when branch condition"]; 37 [label="Exit when branch condition"];
} }
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
45 [label="Enter when branch condition else"]; 38 [label="Enter when branch condition else"];
46 [label="Exit when branch condition"]; 39 [label="Exit when branch condition"];
} }
47 [label="Enter when branch result"];
subgraph cluster_12 {
color=blue
48 [label="Enter block"];
49 [label="Access variable R|<local>/x|"];
50 [label="Exit block"];
}
51 [label="Exit when branch result"];
40 [label="Enter when branch result"]; 40 [label="Enter when branch result"];
subgraph cluster_13 { subgraph cluster_12 {
color=blue color=blue
41 [label="Enter block"]; 41 [label="Enter block"];
42 [label="Access variable R|<local>/x|"]; 42 [label="Access variable R|<local>/x|"];
43 [label="Exit block"]; 43 [label="Exit block"];
} }
44 [label="Exit when branch result"]; 44 [label="Exit when branch result"];
34 [label="Exit when"]; 45 [label="Enter when branch result"];
subgraph cluster_13 {
color=blue
46 [label="Enter block"];
47 [label="Access variable R|<local>/x|"];
48 [label="Exit block"];
}
49 [label="Exit when branch result"];
50 [label="Exit when"];
} }
52 [label="Variable declaration: lval y: R|kotlin/Int?|"]; 51 [label="Variable declaration: lval y: R|kotlin/Int?|"];
53 [label="Access variable R|<local>/y|"]; 52 [label="Access variable R|<local>/y|"];
54 [label="Function call: R|<local>/y|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"]; 53 [label="Function call: R|<local>/y|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"];
55 [label="Exit block"]; 54 [label="Exit block"];
} }
31 [label="Exit function test_2" style="filled" fillcolor=red]; 55 [label="Exit function test_2" style="filled" fillcolor=red];
} }
30 -> {32}; 30 -> {31};
31 -> {32};
32 -> {33}; 32 -> {33};
33 -> {35}; 33 -> {34};
34 -> {52}; 34 -> {35};
35 -> {36}; 35 -> {36};
36 -> {37}; 36 -> {37};
37 -> {38}; 37 -> {45 38};
38 -> {39}; 38 -> {39};
39 -> {40 45}; 39 -> {40};
40 -> {41}; 40 -> {41};
41 -> {42}; 41 -> {42};
42 -> {43}; 42 -> {43};
43 -> {44}; 43 -> {44};
44 -> {34}; 44 -> {50};
45 -> {46}; 45 -> {46};
46 -> {47}; 46 -> {47};
47 -> {48}; 47 -> {48};
48 -> {49}; 48 -> {49};
49 -> {50}; 49 -> {50};
50 -> {51}; 50 -> {51};
51 -> {34}; 51 -> {52};
52 -> {53}; 52 -> {53};
53 -> {54}; 53 -> {54};
54 -> {55}; 54 -> {55};
55 -> {31};
subgraph cluster_14 { subgraph cluster_14 {
color=red color=red
56 [label="Enter function test_3" style="filled" fillcolor=red]; 56 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
58 [label="Enter block"]; 57 [label="Enter block"];
subgraph cluster_16 { subgraph cluster_16 {
color=blue color=blue
59 [label="Enter while loop"]; 58 [label="Enter while loop"];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
61 [label="Enter loop condition"]; 59 [label="Enter loop condition"];
62 [label="Const: Boolean(true)"]; 60 [label="Const: Boolean(true)"];
63 [label="Exit loop condition"]; 61 [label="Exit loop condition"];
} }
subgraph cluster_18 { subgraph cluster_18 {
color=blue color=blue
64 [label="Enter loop block"]; 62 [label="Enter loop block"];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
65 [label="Enter block"]; 63 [label="Enter block"];
66 [label="Access variable R|<local>/x|"]; 64 [label="Access variable R|<local>/x|"];
67 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"]; 65 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
68 [label="Jump: break@@@[Boolean(true)] "]; 66 [label="Jump: break@@@[Boolean(true)] "];
69 [label="Stub" style="filled" fillcolor=gray]; 67 [label="Stub" style="filled" fillcolor=gray];
70 [label="Exit block" style="filled" fillcolor=gray]; 68 [label="Exit block" style="filled" fillcolor=gray];
} }
71 [label="Exit loop block" style="filled" fillcolor=gray]; 69 [label="Exit loop block" style="filled" fillcolor=gray];
} }
60 [label="Exit whileloop"]; 70 [label="Exit whileloop"];
} }
72 [label="Access variable R|<local>/x|"]; 71 [label="Access variable R|<local>/x|"];
73 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"]; 72 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
74 [label="Exit block"]; 73 [label="Exit block"];
} }
57 [label="Exit function test_3" style="filled" fillcolor=red]; 74 [label="Exit function test_3" style="filled" fillcolor=red];
} }
56 -> {58}; 56 -> {57};
57 -> {58};
58 -> {59}; 58 -> {59};
59 -> {61}; 59 -> {60};
60 -> {72}; 60 -> {61};
61 -> {62}; 61 -> {62};
61 -> {70} [style=dotted];
62 -> {63}; 62 -> {63};
63 -> {64}; 63 -> {64};
63 -> {60} [style=dotted];
64 -> {65}; 64 -> {65};
65 -> {66}; 65 -> {66};
66 -> {67}; 66 -> {70};
67 -> {68}; 66 -> {67} [style=dotted];
68 -> {60}; 67 -> {68} [style=dotted];
68 -> {69} [style=dotted]; 68 -> {69} [style=dotted];
69 -> {70} [style=dotted]; 69 -> {59} [color=green style=dotted];
70 -> {71} [style=dotted]; 70 -> {71};
71 -> {61} [color=green style=dotted]; 71 -> {72};
72 -> {73}; 72 -> {73};
73 -> {74}; 73 -> {74};
74 -> {57};
subgraph cluster_20 { subgraph cluster_20 {
color=red color=red
75 [label="Enter function test_4" style="filled" fillcolor=red]; 75 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
77 [label="Enter block"]; 76 [label="Enter block"];
subgraph cluster_22 { subgraph cluster_22 {
color=blue color=blue
78 [label="Enter do-while loop"]; 77 [label="Enter do-while loop"];
subgraph cluster_23 { subgraph cluster_23 {
color=blue color=blue
80 [label="Enter loop block"]; 78 [label="Enter loop block"];
subgraph cluster_24 { subgraph cluster_24 {
color=blue color=blue
81 [label="Enter block"]; 79 [label="Enter block"];
82 [label="Access variable R|<local>/x|"]; 80 [label="Access variable R|<local>/x|"];
83 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"]; 81 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
84 [label="Jump: break@@@[Boolean(true)] "]; 82 [label="Jump: break@@@[Boolean(true)] "];
85 [label="Stub" style="filled" fillcolor=gray]; 83 [label="Stub" style="filled" fillcolor=gray];
86 [label="Exit block" style="filled" fillcolor=gray]; 84 [label="Exit block" style="filled" fillcolor=gray];
} }
87 [label="Exit loop block" style="filled" fillcolor=gray]; 85 [label="Exit loop block" style="filled" fillcolor=gray];
} }
subgraph cluster_25 { subgraph cluster_25 {
color=blue color=blue
88 [label="Enter loop condition" style="filled" fillcolor=gray]; 86 [label="Enter loop condition" style="filled" fillcolor=gray];
89 [label="Const: Boolean(true)" style="filled" fillcolor=gray]; 87 [label="Const: Boolean(true)" style="filled" fillcolor=gray];
90 [label="Exit loop condition" style="filled" fillcolor=gray]; 88 [label="Exit loop condition" style="filled" fillcolor=gray];
} }
79 [label="Exit do-whileloop"]; 89 [label="Exit do-whileloop"];
} }
91 [label="Access variable R|<local>/x|"]; 90 [label="Access variable R|<local>/x|"];
92 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"]; 91 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
93 [label="Exit block"]; 92 [label="Exit block"];
} }
76 [label="Exit function test_4" style="filled" fillcolor=red]; 93 [label="Exit function test_4" style="filled" fillcolor=red];
} }
75 -> {77}; 75 -> {76};
76 -> {77};
77 -> {78}; 77 -> {78};
78 -> {80}; 78 -> {79};
79 -> {91}; 79 -> {80};
80 -> {81}; 80 -> {81};
81 -> {82}; 81 -> {82};
82 -> {83}; 82 -> {89};
83 -> {84}; 82 -> {83} [style=dotted];
84 -> {79}; 83 -> {84} [style=dotted];
84 -> {85} [style=dotted]; 84 -> {85} [style=dotted];
85 -> {86} [style=dotted]; 85 -> {86} [style=dotted];
86 -> {87} [style=dotted]; 86 -> {87} [style=dotted];
87 -> {88} [style=dotted]; 87 -> {88} [style=dotted];
88 -> {89} [style=dotted]; 88 -> {89} [style=dotted];
89 -> {90} [style=dotted]; 88 -> {78} [color=green style=dotted];
90 -> {79} [style=dotted]; 89 -> {90};
90 -> {80} [color=green style=dotted]; 90 -> {91};
91 -> {92}; 91 -> {92};
92 -> {93}; 92 -> {93};
93 -> {76};
subgraph cluster_26 { subgraph cluster_26 {
color=red color=red
94 [label="Enter function test_5" style="filled" fillcolor=red]; 94 [label="Enter function test_5" style="filled" fillcolor=red];
subgraph cluster_27 { subgraph cluster_27 {
color=blue color=blue
96 [label="Enter block"]; 95 [label="Enter block"];
subgraph cluster_28 { subgraph cluster_28 {
color=blue color=blue
97 [label="Enter while loop"]; 96 [label="Enter while loop"];
subgraph cluster_29 { subgraph cluster_29 {
color=blue color=blue
99 [label="Enter loop condition"]; 97 [label="Enter loop condition"];
100 [label="Access variable R|<local>/b|"]; 98 [label="Access variable R|<local>/b|"];
101 [label="Exit loop condition"]; 99 [label="Exit loop condition"];
} }
subgraph cluster_30 { subgraph cluster_30 {
color=blue color=blue
102 [label="Enter loop block"]; 100 [label="Enter loop block"];
subgraph cluster_31 { subgraph cluster_31 {
color=blue color=blue
103 [label="Enter block"]; 101 [label="Enter block"];
subgraph cluster_32 { subgraph cluster_32 {
color=blue color=blue
104 [label="Enter when"]; 102 [label="Enter when"];
subgraph cluster_33 { subgraph cluster_33 {
color=blue color=blue
106 [label="Enter when branch condition "]; 103 [label="Enter when branch condition "];
107 [label="Access variable R|<local>/b|"]; 104 [label="Access variable R|<local>/b|"];
108 [label="Exit when branch condition"]; 105 [label="Exit when branch condition"];
} }
115 [label="Synthetic else branch"]; 106 [label="Synthetic else branch"];
109 [label="Enter when branch result"]; 107 [label="Enter when branch result"];
subgraph cluster_34 { subgraph cluster_34 {
color=blue color=blue
110 [label="Enter block"]; 108 [label="Enter block"];
111 [label="Jump: continue@@@[R|<local>/b|] "]; 109 [label="Jump: continue@@@[R|<local>/b|] "];
112 [label="Stub" style="filled" fillcolor=gray]; 110 [label="Stub" style="filled" fillcolor=gray];
113 [label="Exit block" style="filled" fillcolor=gray]; 111 [label="Exit block" style="filled" fillcolor=gray];
} }
114 [label="Exit when branch result" style="filled" fillcolor=gray]; 112 [label="Exit when branch result" style="filled" fillcolor=gray];
105 [label="Exit when"]; 113 [label="Exit when"];
} }
116 [label="Exit block"]; 114 [label="Exit block"];
} }
117 [label="Exit loop block"]; 115 [label="Exit loop block"];
} }
98 [label="Exit whileloop"]; 116 [label="Exit whileloop"];
} }
118 [label="Exit block"]; 117 [label="Exit block"];
} }
95 [label="Exit function test_5" style="filled" fillcolor=red]; 118 [label="Exit function test_5" style="filled" fillcolor=red];
} }
94 -> {96}; 94 -> {95};
95 -> {96};
96 -> {97}; 96 -> {97};
97 -> {99}; 97 -> {98};
98 -> {118}; 98 -> {99};
99 -> {100}; 99 -> {116 100};
100 -> {101}; 100 -> {101};
101 -> {98 102}; 101 -> {102};
102 -> {103}; 102 -> {103};
103 -> {104}; 103 -> {104};
104 -> {106}; 104 -> {105};
105 -> {116}; 105 -> {107 106};
106 -> {107}; 106 -> {113};
107 -> {108}; 107 -> {108};
108 -> {109 115}; 108 -> {109};
109 -> {110}; 109 -> {110} [style=dotted];
110 -> {111}; 109 -> {96} [color=green style=dashed];
110 -> {111} [style=dotted];
111 -> {112} [style=dotted]; 111 -> {112} [style=dotted];
111 -> {97} [color=green style=dashed];
112 -> {113} [style=dotted]; 112 -> {113} [style=dotted];
113 -> {114} [style=dotted]; 113 -> {114};
114 -> {105} [style=dotted]; 114 -> {115};
115 -> {105}; 115 -> {97} [color=green style=dashed];
116 -> {117}; 116 -> {117};
117 -> {99} [color=green style=dashed]; 117 -> {118};
118 -> {95};
subgraph cluster_35 { subgraph cluster_35 {
color=red color=red
119 [label="Enter function run" style="filled" fillcolor=red]; 119 [label="Enter function run" style="filled" fillcolor=red];
subgraph cluster_36 { subgraph cluster_36 {
color=blue color=blue
121 [label="Enter block"]; 120 [label="Enter block"];
122 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"]; 121 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
123 [label="Exit block"]; 122 [label="Exit block"];
} }
120 [label="Exit function run" style="filled" fillcolor=red]; 123 [label="Exit function run" style="filled" fillcolor=red];
} }
119 -> {121}; 119 -> {120};
120 -> {121};
121 -> {122}; 121 -> {122};
122 -> {123}; 122 -> {123};
123 -> {120};
subgraph cluster_37 { subgraph cluster_37 {
color=red color=red
124 [label="Enter function test_6" style="filled" fillcolor=red]; 124 [label="Enter function test_6" style="filled" fillcolor=red];
subgraph cluster_38 { subgraph cluster_38 {
color=blue color=blue
126 [label="Enter block"]; 125 [label="Enter block"];
127 [label="Postponed enter to lambda"]; 126 [label="Postponed enter to lambda"];
subgraph cluster_39 { subgraph cluster_39 {
color=blue color=blue
131 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 131 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_40 { subgraph cluster_40 {
color=blue color=blue
133 [label="Enter block"]; 132 [label="Enter block"];
134 [label="Jump: ^@run Unit"]; 133 [label="Jump: ^@run Unit"];
135 [label="Stub" style="filled" fillcolor=gray]; 134 [label="Stub" style="filled" fillcolor=gray];
136 [label="Exit block" style="filled" fillcolor=gray]; 135 [label="Exit block" style="filled" fillcolor=gray];
} }
132 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 136 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
128 [label="Postponed exit from lambda"]; 127 [label="Postponed exit from lambda"];
129 [label="Function call: R|/run|(...)"]; 128 [label="Function call: R|/run|(...)"];
130 [label="Exit block"]; 129 [label="Exit block"];
} }
125 [label="Exit function test_6" style="filled" fillcolor=red]; 130 [label="Exit function test_6" style="filled" fillcolor=red];
} }
124 -> {126}; 124 -> {125};
126 -> {127}; 125 -> {126};
127 -> {131}; 126 -> {131};
127 -> {128} [color=red]; 126 -> {127} [color=red];
127 -> {128};
128 -> {129}; 128 -> {129};
129 -> {130}; 129 -> {130};
130 -> {125}; 131 -> {136 132};
131 -> {132 133}; 132 -> {133};
132 -> {128} [color=green]; 133 -> {136};
132 -> {131} [color=green style=dashed]; 133 -> {134} [style=dotted];
133 -> {134};
134 -> {132};
134 -> {135} [style=dotted]; 134 -> {135} [style=dotted];
135 -> {136} [style=dotted]; 135 -> {136} [style=dotted];
136 -> {132} [style=dotted]; 136 -> {127} [color=green];
136 -> {131} [color=green style=dashed];
} }
@@ -13,98 +13,98 @@ digraph lambdaAsReturnOfLambda_kt {
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
16 [label="Enter property" style="filled" fillcolor=red]; 16 [label="Enter property" style="filled" fillcolor=red];
18 [label="Postponed enter to lambda"]; 17 [label="Postponed enter to lambda"];
subgraph cluster_2 { subgraph cluster_2 {
color=blue color=blue
0 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 0 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
3 [label="Postponed enter to lambda"]; 2 [label="Postponed enter to lambda"];
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
8 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 8 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
10 [label="Enter block"]; 9 [label="Enter block"];
11 [label="Access variable R|<local>/foo|"]; 10 [label="Access variable R|<local>/foo|"];
12 [label="Function call: R|/bar|(...)"]; 11 [label="Function call: R|/bar|(...)"];
13 [label="Exit block"]; 12 [label="Exit block"];
} }
9 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 13 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
4 [label="Postponed exit from lambda"]; 3 [label="Postponed exit from lambda"];
5 [label="Jump: ^@run lambda@fun <anonymous>(foo: R|kotlin/String|): R|kotlin/Unit| { 4 [label="Jump: ^@run lambda@fun <anonymous>(foo: R|kotlin/String|): R|kotlin/Unit| {
R|/bar|(R|<local>/foo|) R|/bar|(R|<local>/foo|)
} }
"]; "];
6 [label="Stub" style="filled" fillcolor=gray]; 5 [label="Stub" style="filled" fillcolor=gray];
7 [label="Exit block" style="filled" fillcolor=gray]; 6 [label="Exit block" style="filled" fillcolor=gray];
} }
1 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 7 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
19 [label="Postponed exit from lambda"]; 18 [label="Postponed exit from lambda"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
20 [label="Enter block"]; 19 [label="Enter block"];
21 [label="Exit block"]; 20 [label="Exit block"];
} }
22 [label="Function call: R|/run|<R|(kotlin/String) -> kotlin/Unit|>(...)"]; 21 [label="Function call: R|/run|<R|(kotlin/String) -> kotlin/Unit|>(...)"];
17 [label="Exit property" style="filled" fillcolor=red]; 22 [label="Exit property" style="filled" fillcolor=red];
} }
16 -> {18}; 16 -> {17};
18 -> {19 0}; 17 -> {18 0};
18 -> {19};
19 -> {20}; 19 -> {20};
20 -> {21}; 20 -> {21};
21 -> {22}; 21 -> {22};
22 -> {17}; 0 -> {1};
0 -> {2}; 1 -> {2};
2 -> {3}; 2 -> {3 8};
3 -> {4 8}; 3 -> {4};
4 -> {5}; 4 -> {7};
5 -> {1}; 4 -> {5} [style=dotted];
5 -> {6} [style=dotted]; 5 -> {6} [style=dotted];
6 -> {7} [style=dotted]; 6 -> {7} [style=dotted];
7 -> {1} [style=dotted]; 8 -> {9};
8 -> {10}; 9 -> {10};
10 -> {11}; 10 -> {11};
11 -> {12}; 11 -> {12};
12 -> {13}; 12 -> {13};
13 -> {9};
subgraph cluster_7 { subgraph cluster_7 {
color=red color=red
23 [label="Enter function bar" style="filled" fillcolor=red]; 23 [label="Enter function bar" style="filled" fillcolor=red];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
25 [label="Enter block"]; 24 [label="Enter block"];
26 [label="Exit block"]; 25 [label="Exit block"];
} }
24 [label="Exit function bar" style="filled" fillcolor=red]; 26 [label="Exit function bar" style="filled" fillcolor=red];
} }
23 -> {25}; 23 -> {24};
24 -> {25};
25 -> {26}; 25 -> {26};
26 -> {24};
subgraph cluster_9 { subgraph cluster_9 {
color=red color=red
27 [label="Enter function run" style="filled" fillcolor=red]; 27 [label="Enter function run" style="filled" fillcolor=red];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
29 [label="Enter block"]; 28 [label="Enter block"];
30 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|R|>|()"]; 29 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|R|>|()"];
31 [label="Jump: ^run R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|R|>|()"]; 30 [label="Jump: ^run R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|R|>|()"];
32 [label="Stub" style="filled" fillcolor=gray]; 31 [label="Stub" style="filled" fillcolor=gray];
33 [label="Exit block" style="filled" fillcolor=gray]; 32 [label="Exit block" style="filled" fillcolor=gray];
} }
28 [label="Exit function run" style="filled" fillcolor=red]; 33 [label="Exit function run" style="filled" fillcolor=red];
} }
27 -> {29}; 27 -> {28};
28 -> {29};
29 -> {30}; 29 -> {30};
30 -> {31}; 30 -> {33};
31 -> {28}; 30 -> {31} [style=dotted];
31 -> {32} [style=dotted]; 31 -> {32} [style=dotted];
32 -> {33} [style=dotted]; 32 -> {33} [style=dotted];
33 -> {28} [style=dotted];
} }
@@ -5,106 +5,106 @@ digraph lambdaReturningObject_kt {
subgraph cluster_0 { subgraph cluster_0 {
color=red color=red
1 [label="Enter class Out" style="filled" fillcolor=red]; 0 [label="Enter class Out" style="filled" fillcolor=red];
0 [label="Exit class Out" style="filled" fillcolor=red]; 1 [label="Exit class Out" style="filled" fillcolor=red];
} }
1 -> {0} [color=green]; 0 -> {1} [color=green];
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
2 [label="Enter function bar" style="filled" fillcolor=red]; 2 [label="Enter function bar" style="filled" fillcolor=red];
subgraph cluster_2 { subgraph cluster_2 {
color=blue color=blue
4 [label="Enter block"]; 3 [label="Enter block"];
5 [label="Exit block"]; 4 [label="Exit block"];
} }
3 [label="Exit function bar" style="filled" fillcolor=red]; 5 [label="Exit function bar" style="filled" fillcolor=red];
} }
2 -> {4}; 2 -> {3};
3 -> {4};
4 -> {5}; 4 -> {5};
5 -> {3};
subgraph cluster_3 { subgraph cluster_3 {
color=red color=red
7 [label="Enter class IrTypeArgument" style="filled" fillcolor=red]; 6 [label="Enter class IrTypeArgument" style="filled" fillcolor=red];
6 [label="Exit class IrTypeArgument" style="filled" fillcolor=red]; 7 [label="Exit class IrTypeArgument" style="filled" fillcolor=red];
} }
7 -> {6} [color=green]; 6 -> {7} [color=green];
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
8 [label="Enter function <init>" style="filled" fillcolor=red]; 8 [label="Enter function <init>" style="filled" fillcolor=red];
10 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 9 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
9 [label="Exit function <init>" style="filled" fillcolor=red]; 10 [label="Exit function <init>" style="filled" fillcolor=red];
} }
8 -> {10}; 8 -> {9};
10 -> {9}; 9 -> {10};
subgraph cluster_5 { subgraph cluster_5 {
color=red color=red
12 [label="Enter class IrStarProjectionImpl" style="filled" fillcolor=red]; 11 [label="Enter class IrStarProjectionImpl" style="filled" fillcolor=red];
11 [label="Exit class IrStarProjectionImpl" style="filled" fillcolor=red]; 12 [label="Exit class IrStarProjectionImpl" style="filled" fillcolor=red];
} }
12 -> {11} [color=green]; 11 -> {12} [color=green];
subgraph cluster_6 { subgraph cluster_6 {
color=red color=red
13 [label="Enter function MyOut" style="filled" fillcolor=red]; 13 [label="Enter function MyOut" style="filled" fillcolor=red];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
15 [label="Enter block"]; 14 [label="Enter block"];
16 [label="Function call: R|kotlin/TODO|()"]; 15 [label="Function call: R|kotlin/TODO|()"];
17 [label="Stub" style="filled" fillcolor=gray]; 16 [label="Stub" style="filled" fillcolor=gray];
18 [label="Jump: ^MyOut R|kotlin/TODO|()" style="filled" fillcolor=gray]; 17 [label="Jump: ^MyOut R|kotlin/TODO|()" style="filled" fillcolor=gray];
19 [label="Stub" style="filled" fillcolor=gray]; 18 [label="Stub" style="filled" fillcolor=gray];
20 [label="Exit block" style="filled" fillcolor=gray]; 19 [label="Exit block" style="filled" fillcolor=gray];
} }
14 [label="Exit function MyOut" style="filled" fillcolor=red]; 20 [label="Exit function MyOut" style="filled" fillcolor=red];
} }
13 -> {15}; 13 -> {14};
15 -> {16}; 14 -> {15};
16 -> {14}; 15 -> {20};
15 -> {16} [style=dotted];
16 -> {17} [style=dotted]; 16 -> {17} [style=dotted];
17 -> {18} [style=dotted]; 17 -> {20 18} [style=dotted];
18 -> {14 19} [style=dotted]; 18 -> {19} [style=dotted];
19 -> {20} [style=dotted]; 19 -> {20} [style=dotted];
20 -> {14} [style=dotted];
subgraph cluster_8 { subgraph cluster_8 {
color=red color=red
21 [label="Enter function foo" style="filled" fillcolor=red]; 21 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
23 [label="Enter block"]; 22 [label="Enter block"];
24 [label="Postponed enter to lambda"]; 23 [label="Postponed enter to lambda"];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
29 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 29 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
31 [label="Enter block"]; 30 [label="Enter block"];
32 [label="Access qualifier /IrStarProjectionImpl"]; 31 [label="Access qualifier /IrStarProjectionImpl"];
33 [label="Exit block"]; 32 [label="Exit block"];
} }
30 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 33 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
25 [label="Postponed exit from lambda"]; 24 [label="Postponed exit from lambda"];
26 [label="Function call: R|/MyOut|<R|IrStarProjectionImpl|>(...)"]; 25 [label="Function call: R|/MyOut|<R|IrStarProjectionImpl|>(...)"];
27 [label="Function call: R|/bar|(...)"]; 26 [label="Function call: R|/bar|(...)"];
28 [label="Exit block"]; 27 [label="Exit block"];
} }
22 [label="Exit function foo" style="filled" fillcolor=red]; 28 [label="Exit function foo" style="filled" fillcolor=red];
} }
21 -> {23}; 21 -> {22};
23 -> {24}; 22 -> {23};
24 -> {25 29}; 23 -> {24 29};
24 -> {25};
25 -> {26}; 25 -> {26};
26 -> {27}; 26 -> {27};
27 -> {28}; 27 -> {28};
28 -> {22}; 29 -> {30};
29 -> {31}; 30 -> {31};
31 -> {32}; 31 -> {32};
32 -> {33}; 32 -> {33};
33 -> {30};
} }
+144 -144
View File
@@ -8,279 +8,279 @@ digraph lambdas_kt {
0 [label="Enter function run" style="filled" fillcolor=red]; 0 [label="Enter function run" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
3 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"]; 2 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
4 [label="Exit block"]; 3 [label="Exit block"];
} }
1 [label="Exit function run" style="filled" fillcolor=red]; 4 [label="Exit function run" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {4}; 3 -> {4};
4 -> {1};
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
5 [label="Enter function test_1" style="filled" fillcolor=red]; 5 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
7 [label="Enter block"]; 6 [label="Enter block"];
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
8 [label="Enter when"]; 7 [label="Enter when"];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
10 [label="Enter when branch condition "]; 8 [label="Enter when branch condition "];
11 [label="Access variable R|<local>/x|"]; 9 [label="Access variable R|<local>/x|"];
12 [label="Type operator: (R|<local>/x| is R|kotlin/Int|)"]; 10 [label="Type operator: (R|<local>/x| is R|kotlin/Int|)"];
13 [label="Exit when branch condition"]; 11 [label="Exit when branch condition"];
} }
21 [label="Synthetic else branch"]; 12 [label="Synthetic else branch"];
14 [label="Enter when branch result"]; 13 [label="Enter when branch result"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
15 [label="Enter block"]; 14 [label="Enter block"];
16 [label="Postponed enter to lambda"]; 15 [label="Postponed enter to lambda"];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
23 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 23 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
25 [label="Enter block"]; 24 [label="Enter block"];
26 [label="Access variable R|<local>/x|"]; 25 [label="Access variable R|<local>/x|"];
27 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"]; 26 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
28 [label="Exit block"]; 27 [label="Exit block"];
} }
24 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 28 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
17 [label="Postponed exit from lambda"]; 16 [label="Postponed exit from lambda"];
18 [label="Function call: R|/run|(...)"]; 17 [label="Function call: R|/run|(...)"];
19 [label="Exit block"]; 18 [label="Exit block"];
} }
20 [label="Exit when branch result"]; 19 [label="Exit when branch result"];
9 [label="Exit when"]; 20 [label="Exit when"];
} }
22 [label="Exit block"]; 21 [label="Exit block"];
} }
6 [label="Exit function test_1" style="filled" fillcolor=red]; 22 [label="Exit function test_1" style="filled" fillcolor=red];
} }
5 -> {7}; 5 -> {6};
6 -> {7};
7 -> {8}; 7 -> {8};
8 -> {10}; 8 -> {9};
9 -> {22}; 9 -> {10};
10 -> {11}; 10 -> {11};
11 -> {12}; 11 -> {13 12};
12 -> {13}; 12 -> {20};
13 -> {14 21}; 13 -> {14};
14 -> {15}; 14 -> {15};
15 -> {16}; 15 -> {23};
16 -> {23}; 15 -> {16} [color=red];
16 -> {17} [color=red]; 16 -> {17};
17 -> {18}; 17 -> {18};
18 -> {19}; 18 -> {19};
19 -> {20}; 19 -> {20};
20 -> {9}; 20 -> {21};
21 -> {9}; 21 -> {22};
22 -> {6}; 23 -> {28 24};
23 -> {24 25}; 24 -> {25};
24 -> {17} [color=green];
24 -> {23} [color=green style=dashed];
25 -> {26}; 25 -> {26};
26 -> {27}; 26 -> {27};
27 -> {28}; 27 -> {28};
28 -> {24}; 28 -> {16} [color=green];
28 -> {23} [color=green style=dashed];
subgraph cluster_9 { subgraph cluster_9 {
color=red color=red
29 [label="Enter function test_2" style="filled" fillcolor=red]; 29 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
31 [label="Enter block"]; 30 [label="Enter block"];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
32 [label="Enter when"]; 31 [label="Enter when"];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
34 [label="Enter when branch condition "]; 32 [label="Enter when branch condition "];
35 [label="Access variable R|<local>/x|"]; 33 [label="Access variable R|<local>/x|"];
36 [label="Type operator: (R|<local>/x| is R|kotlin/Int|)"]; 34 [label="Type operator: (R|<local>/x| is R|kotlin/Int|)"];
37 [label="Exit when branch condition"]; 35 [label="Exit when branch condition"];
} }
45 [label="Synthetic else branch"]; 36 [label="Synthetic else branch"];
38 [label="Enter when branch result"]; 37 [label="Enter when branch result"];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
39 [label="Enter block"]; 38 [label="Enter block"];
40 [label="Postponed enter to lambda"]; 39 [label="Postponed enter to lambda"];
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
47 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 47 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
49 [label="Enter block"]; 48 [label="Enter block"];
50 [label="Access variable R|<local>/x|"]; 49 [label="Access variable R|<local>/x|"];
51 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"]; 50 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
52 [label="Exit block"]; 51 [label="Exit block"];
} }
48 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 52 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
41 [label="Postponed exit from lambda"]; 40 [label="Postponed exit from lambda"];
42 [label="Variable declaration: lval lambda: R|() -> kotlin/Int|"]; 41 [label="Variable declaration: lval lambda: R|() -> kotlin/Int|"];
43 [label="Exit block"]; 42 [label="Exit block"];
} }
44 [label="Exit when branch result"]; 43 [label="Exit when branch result"];
33 [label="Exit when"]; 44 [label="Exit when"];
} }
46 [label="Exit block"]; 45 [label="Exit block"];
} }
30 [label="Exit function test_2" style="filled" fillcolor=red]; 46 [label="Exit function test_2" style="filled" fillcolor=red];
} }
29 -> {31}; 29 -> {30};
30 -> {31};
31 -> {32}; 31 -> {32};
32 -> {34}; 32 -> {33};
33 -> {46}; 33 -> {34};
34 -> {35}; 34 -> {35};
35 -> {36}; 35 -> {37 36};
36 -> {37}; 36 -> {44};
37 -> {38 45}; 37 -> {38};
38 -> {39}; 38 -> {39};
39 -> {40}; 39 -> {40 47};
40 -> {41 47}; 40 -> {41};
41 -> {42}; 41 -> {42};
42 -> {43}; 42 -> {43};
43 -> {44}; 43 -> {44};
44 -> {33}; 44 -> {45};
45 -> {33}; 45 -> {46};
46 -> {30}; 47 -> {48};
47 -> {49}; 48 -> {49};
49 -> {50}; 49 -> {50};
50 -> {51}; 50 -> {51};
51 -> {52}; 51 -> {52};
52 -> {48};
subgraph cluster_16 { subgraph cluster_16 {
color=red color=red
53 [label="Enter function getInt" style="filled" fillcolor=red]; 53 [label="Enter function getInt" style="filled" fillcolor=red];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
55 [label="Enter block"]; 54 [label="Enter block"];
56 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"]; 55 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
57 [label="Const: Int(1)"]; 56 [label="Const: Int(1)"];
58 [label="Jump: ^getInt Int(1)"]; 57 [label="Jump: ^getInt Int(1)"];
59 [label="Stub" style="filled" fillcolor=gray]; 58 [label="Stub" style="filled" fillcolor=gray];
60 [label="Exit block" style="filled" fillcolor=gray]; 59 [label="Exit block" style="filled" fillcolor=gray];
} }
54 [label="Exit function getInt" style="filled" fillcolor=red]; 60 [label="Exit function getInt" style="filled" fillcolor=red];
} }
53 -> {55}; 53 -> {54};
54 -> {55};
55 -> {56}; 55 -> {56};
56 -> {57}; 56 -> {57};
57 -> {58}; 57 -> {60};
58 -> {54}; 57 -> {58} [style=dotted];
58 -> {59} [style=dotted]; 58 -> {59} [style=dotted];
59 -> {60} [style=dotted]; 59 -> {60} [style=dotted];
60 -> {54} [style=dotted];
subgraph cluster_18 { subgraph cluster_18 {
color=red color=red
61 [label="Enter function test_3" style="filled" fillcolor=red]; 61 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
63 [label="Enter block"]; 62 [label="Enter block"];
64 [label="Postponed enter to lambda"]; 63 [label="Postponed enter to lambda"];
subgraph cluster_20 { subgraph cluster_20 {
color=blue color=blue
70 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 70 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
72 [label="Enter block"]; 71 [label="Enter block"];
73 [label="Const: Int(1)"]; 72 [label="Const: Int(1)"];
74 [label="Jump: ^test_3 Int(1)"]; 73 [label="Jump: ^test_3 Int(1)"];
75 [label="Stub" style="filled" fillcolor=gray]; 74 [label="Stub" style="filled" fillcolor=gray];
76 [label="Exit block" style="filled" fillcolor=gray]; 75 [label="Exit block" style="filled" fillcolor=gray];
} }
71 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 76 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
65 [label="Postponed exit from lambda"]; 64 [label="Postponed exit from lambda"];
66 [label="Function call: R|/getInt|(...)"]; 65 [label="Function call: R|/getInt|(...)"];
67 [label="Jump: ^test_3 R|/getInt|(<L> = getInt@fun <anonymous>(): R|kotlin/Unit| <kind=UNKNOWN> { 66 [label="Jump: ^test_3 R|/getInt|(<L> = getInt@fun <anonymous>(): R|kotlin/Unit| <kind=UNKNOWN> {
^test_3 Int(1) ^test_3 Int(1)
} }
)"]; )"];
68 [label="Stub" style="filled" fillcolor=gray]; 67 [label="Stub" style="filled" fillcolor=gray];
69 [label="Exit block" style="filled" fillcolor=gray]; 68 [label="Exit block" style="filled" fillcolor=gray];
} }
62 [label="Exit function test_3" style="filled" fillcolor=red]; 69 [label="Exit function test_3" style="filled" fillcolor=red];
} }
61 -> {63}; 61 -> {62};
63 -> {64}; 62 -> {63};
64 -> {70}; 63 -> {70};
64 -> {65} [color=red]; 63 -> {64} [color=red];
64 -> {65};
65 -> {66}; 65 -> {66};
66 -> {67}; 66 -> {69};
67 -> {62}; 66 -> {67} [style=dotted];
67 -> {68} [style=dotted]; 67 -> {68} [style=dotted];
68 -> {69} [style=dotted]; 68 -> {69} [style=dotted];
69 -> {62} [style=dotted]; 70 -> {76 71};
70 -> {71 72}; 71 -> {72};
71 -> {65} [color=green];
71 -> {70} [color=green style=dashed];
72 -> {73}; 72 -> {73};
73 -> {74}; 73 -> {69};
74 -> {62}; 73 -> {74} [style=dotted];
74 -> {75} [style=dotted]; 74 -> {75} [style=dotted];
75 -> {76} [style=dotted]; 75 -> {76} [style=dotted];
76 -> {71} [style=dotted]; 76 -> {64} [color=green];
76 -> {70} [color=green style=dashed];
subgraph cluster_22 { subgraph cluster_22 {
color=red color=red
77 [label="Enter function test_4" style="filled" fillcolor=red]; 77 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_23 { subgraph cluster_23 {
color=blue color=blue
79 [label="Enter block"]; 78 [label="Enter block"];
80 [label="Postponed enter to lambda"]; 79 [label="Postponed enter to lambda"];
subgraph cluster_24 { subgraph cluster_24 {
color=blue color=blue
86 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 86 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_25 { subgraph cluster_25 {
color=blue color=blue
88 [label="Enter block"]; 87 [label="Enter block"];
89 [label="Const: Int(1)"]; 88 [label="Const: Int(1)"];
90 [label="Jump: ^test_4 Int(1)"]; 89 [label="Jump: ^test_4 Int(1)"];
91 [label="Stub" style="filled" fillcolor=gray]; 90 [label="Stub" style="filled" fillcolor=gray];
92 [label="Exit block" style="filled" fillcolor=gray]; 91 [label="Exit block" style="filled" fillcolor=gray];
} }
87 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 92 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
81 [label="Postponed exit from lambda"]; 80 [label="Postponed exit from lambda"];
82 [label="Function call: R|/getInt|(...)"]; 81 [label="Function call: R|/getInt|(...)"];
83 [label="Jump: ^test_4 R|/getInt|(block = getInt@fun <anonymous>(): R|kotlin/Unit| <kind=UNKNOWN> { 82 [label="Jump: ^test_4 R|/getInt|(block = getInt@fun <anonymous>(): R|kotlin/Unit| <kind=UNKNOWN> {
^test_4 Int(1) ^test_4 Int(1)
} }
)"]; )"];
84 [label="Stub" style="filled" fillcolor=gray]; 83 [label="Stub" style="filled" fillcolor=gray];
85 [label="Exit block" style="filled" fillcolor=gray]; 84 [label="Exit block" style="filled" fillcolor=gray];
} }
78 [label="Exit function test_4" style="filled" fillcolor=red]; 85 [label="Exit function test_4" style="filled" fillcolor=red];
} }
77 -> {79}; 77 -> {78};
79 -> {80}; 78 -> {79};
80 -> {86}; 79 -> {86};
80 -> {81} [color=red]; 79 -> {80} [color=red];
80 -> {81};
81 -> {82}; 81 -> {82};
82 -> {83}; 82 -> {85};
83 -> {78}; 82 -> {83} [style=dotted];
83 -> {84} [style=dotted]; 83 -> {84} [style=dotted];
84 -> {85} [style=dotted]; 84 -> {85} [style=dotted];
85 -> {78} [style=dotted]; 86 -> {92 87};
86 -> {87 88}; 87 -> {88};
87 -> {81} [color=green];
87 -> {86} [color=green style=dashed];
88 -> {89}; 88 -> {89};
89 -> {90}; 89 -> {85};
90 -> {78}; 89 -> {90} [style=dotted];
90 -> {91} [style=dotted]; 90 -> {91} [style=dotted];
91 -> {92} [style=dotted]; 91 -> {92} [style=dotted];
92 -> {87} [style=dotted]; 92 -> {80} [color=green];
92 -> {86} [color=green style=dashed];
} }
@@ -8,158 +8,158 @@ digraph localClassesWithImplicit_kt {
0 [label="Enter function myRun" style="filled" fillcolor=red]; 0 [label="Enter function myRun" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
3 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|T|>|()"]; 2 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|T|>|()"];
4 [label="Jump: ^myRun R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|T|>|()"]; 3 [label="Jump: ^myRun R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|T|>|()"];
5 [label="Stub" style="filled" fillcolor=gray]; 4 [label="Stub" style="filled" fillcolor=gray];
6 [label="Exit block" style="filled" fillcolor=gray]; 5 [label="Exit block" style="filled" fillcolor=gray];
} }
1 [label="Exit function myRun" style="filled" fillcolor=red]; 6 [label="Exit function myRun" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {4}; 3 -> {6};
4 -> {1}; 3 -> {4} [style=dotted];
4 -> {5} [style=dotted]; 4 -> {5} [style=dotted];
5 -> {6} [style=dotted]; 5 -> {6} [style=dotted];
6 -> {1} [style=dotted];
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
7 [label="Enter function test" style="filled" fillcolor=red]; 7 [label="Enter function test" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
30 [label="Enter class <anonymous object>" style="filled" fillcolor=red]; 29 [label="Enter class <anonymous object>" style="filled" fillcolor=red];
29 [label="Exit class <anonymous object>" style="filled" fillcolor=red]; 30 [label="Exit class <anonymous object>" style="filled" fillcolor=red];
} }
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
28 [label="Enter class A" style="filled" fillcolor=red]; 27 [label="Enter class A" style="filled" fillcolor=red];
27 [label="Exit class A" style="filled" fillcolor=red]; 28 [label="Exit class A" style="filled" fillcolor=red];
} }
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
9 [label="Enter block"]; 8 [label="Enter block"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
10 [label="Enter when"]; 9 [label="Enter when"];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
12 [label="Enter when branch condition "]; 10 [label="Enter when branch condition "];
13 [label="Access variable R|<local>/a|"]; 11 [label="Access variable R|<local>/a|"];
14 [label="Type operator: (R|<local>/a| !is R|kotlin/String|)"]; 12 [label="Type operator: (R|<local>/a| !is R|kotlin/String|)"];
15 [label="Exit when branch condition"]; 13 [label="Exit when branch condition"];
} }
22 [label="Synthetic else branch"]; 14 [label="Synthetic else branch"];
16 [label="Enter when branch result"]; 15 [label="Enter when branch result"];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
17 [label="Enter block"]; 16 [label="Enter block"];
18 [label="Jump: ^test Unit"]; 17 [label="Jump: ^test Unit"];
19 [label="Stub" style="filled" fillcolor=gray]; 18 [label="Stub" style="filled" fillcolor=gray];
20 [label="Exit block" style="filled" fillcolor=gray]; 19 [label="Exit block" style="filled" fillcolor=gray];
} }
21 [label="Exit when branch result" style="filled" fillcolor=gray]; 20 [label="Exit when branch result" style="filled" fillcolor=gray];
11 [label="Exit when"]; 21 [label="Exit when"];
} }
23 [label="Exit local class test"]; 22 [label="Exit local class test"];
24 [label="Exit anonymous object"]; 23 [label="Exit anonymous object"];
25 [label="Variable declaration: lval x: R|<anonymous>|"]; 24 [label="Variable declaration: lval x: R|<anonymous>|"];
26 [label="Exit block"]; 25 [label="Exit block"];
} }
8 [label="Exit function test" style="filled" fillcolor=red]; 26 [label="Exit function test" style="filled" fillcolor=red];
} }
7 -> {9}; 7 -> {8};
8 -> {9};
9 -> {10}; 9 -> {10};
10 -> {12}; 10 -> {11};
11 -> {23}; 11 -> {12};
11 -> {31 34 69 87} [color=red];
12 -> {13}; 12 -> {13};
13 -> {14}; 13 -> {15 14};
14 -> {15}; 14 -> {21};
15 -> {16 22}; 15 -> {16};
16 -> {17}; 16 -> {17};
17 -> {18}; 17 -> {26};
18 -> {8}; 17 -> {18} [style=dotted];
18 -> {19} [style=dotted]; 18 -> {19} [style=dotted];
19 -> {20} [style=dotted]; 19 -> {20} [style=dotted];
20 -> {21} [style=dotted]; 20 -> {21} [style=dotted];
21 -> {11} [style=dotted]; 21 -> {22};
22 -> {11}; 21 -> {31 34 69 87} [color=red];
22 -> {23};
22 -> {94 97 132 150} [color=red];
23 -> {24}; 23 -> {24};
23 -> {94 97 132 150} [color=red];
24 -> {25}; 24 -> {25};
25 -> {26}; 25 -> {26};
26 -> {8}; 27 -> {28} [color=green];
28 -> {27} [color=green]; 29 -> {30} [color=green];
30 -> {29} [color=green];
subgraph cluster_9 { subgraph cluster_9 {
color=red color=red
31 [label="Enter function <init>" style="filled" fillcolor=red]; 31 [label="Enter function <init>" style="filled" fillcolor=red];
33 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 32 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
32 [label="Exit function <init>" style="filled" fillcolor=red]; 33 [label="Exit function <init>" style="filled" fillcolor=red];
} }
31 -> {33}; 31 -> {32};
33 -> {32}; 32 -> {33};
subgraph cluster_10 { subgraph cluster_10 {
color=red color=red
34 [label="Enter function foo" style="filled" fillcolor=red]; 34 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
36 [label="Enter block"]; 35 [label="Enter block"];
37 [label="Postponed enter to lambda"]; 36 [label="Postponed enter to lambda"];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
43 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 43 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
45 [label="Enter block"]; 44 [label="Enter block"];
46 [label="Access variable R|<local>/a|"]; 45 [label="Access variable R|<local>/a|"];
47 [label="Access variable R|kotlin/String.length|"]; 46 [label="Access variable R|kotlin/String.length|"];
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
48 [label="Enter when"]; 47 [label="Enter when"];
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
50 [label="Enter when branch condition "]; 48 [label="Enter when branch condition "];
51 [label="Access variable R|<local>/b|"]; 49 [label="Access variable R|<local>/b|"];
52 [label="Type operator: (R|<local>/b| is R|kotlin/String|)"]; 50 [label="Type operator: (R|<local>/b| is R|kotlin/String|)"];
53 [label="Exit when branch condition"]; 51 [label="Exit when branch condition"];
} }
subgraph cluster_16 { subgraph cluster_16 {
color=blue color=blue
61 [label="Enter when branch condition else"]; 52 [label="Enter when branch condition else"];
62 [label="Exit when branch condition"]; 53 [label="Exit when branch condition"];
} }
63 [label="Enter when branch result"]; 54 [label="Enter when branch result"];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
64 [label="Enter block"]; 55 [label="Enter block"];
65 [label="Const: Int(1)"]; 56 [label="Const: Int(1)"];
66 [label="Exit block"]; 57 [label="Exit block"];
} }
67 [label="Exit when branch result"]; 58 [label="Exit when branch result"];
54 [label="Enter when branch result"]; 59 [label="Enter when branch result"];
subgraph cluster_18 { subgraph cluster_18 {
color=blue color=blue
55 [label="Enter block"]; 60 [label="Enter block"];
56 [label="Access variable R|<local>/b|"]; 61 [label="Access variable R|<local>/b|"];
57 [label="Access variable R|kotlin/String.length|"]; 62 [label="Access variable R|kotlin/String.length|"];
58 [label="Function call: this@R|/A|.R|/A.bar|()"]; 63 [label="Function call: this@R|/A|.R|/A.bar|()"];
59 [label="Exit block"]; 64 [label="Exit block"];
} }
60 [label="Exit when branch result"]; 65 [label="Exit when branch result"];
49 [label="Exit when"]; 66 [label="Exit when"];
} }
68 [label="Exit block"]; 67 [label="Exit block"];
} }
44 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 68 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
38 [label="Postponed exit from lambda"]; 37 [label="Postponed exit from lambda"];
39 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"]; 38 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"];
40 [label="Jump: ^foo R|/myRun|<R|kotlin/Int|>(<L> = myRun@fun <anonymous>(): R|kotlin/Int| <kind=UNKNOWN> { 39 [label="Jump: ^foo R|/myRun|<R|kotlin/Int|>(<L> = myRun@fun <anonymous>(): R|kotlin/Int| <kind=UNKNOWN> {
R|<local>/a|.R|kotlin/String.length| R|<local>/a|.R|kotlin/String.length|
^ when () { ^ when () {
(R|<local>/b| is R|kotlin/String|) -> { (R|<local>/b| is R|kotlin/String|) -> {
@@ -173,192 +173,192 @@ digraph localClassesWithImplicit_kt {
} }
)"]; )"];
41 [label="Stub" style="filled" fillcolor=gray]; 40 [label="Stub" style="filled" fillcolor=gray];
42 [label="Exit block" style="filled" fillcolor=gray]; 41 [label="Exit block" style="filled" fillcolor=gray];
} }
35 [label="Exit function foo" style="filled" fillcolor=red]; 42 [label="Exit function foo" style="filled" fillcolor=red];
} }
34 -> {36}; 34 -> {35};
36 -> {37}; 35 -> {36};
37 -> {43}; 36 -> {43};
37 -> {38} [color=red]; 36 -> {37} [color=red];
37 -> {38};
38 -> {39}; 38 -> {39};
39 -> {40}; 39 -> {42};
40 -> {35}; 39 -> {40} [style=dotted];
40 -> {41} [style=dotted]; 40 -> {41} [style=dotted];
41 -> {42} [style=dotted]; 41 -> {42} [style=dotted];
42 -> {35} [style=dotted]; 43 -> {68 44};
43 -> {44 45}; 44 -> {45};
44 -> {38} [color=green];
44 -> {43} [color=green style=dashed];
45 -> {46}; 45 -> {46};
46 -> {47}; 46 -> {47};
47 -> {48}; 47 -> {48};
48 -> {50}; 48 -> {49};
49 -> {68}; 49 -> {50};
50 -> {51}; 50 -> {51};
51 -> {52}; 51 -> {59 52};
52 -> {53}; 52 -> {53};
53 -> {54 61}; 53 -> {54};
54 -> {55}; 54 -> {55};
55 -> {56}; 55 -> {56};
56 -> {57}; 56 -> {57};
57 -> {58}; 57 -> {58};
58 -> {59}; 58 -> {66};
59 -> {60}; 59 -> {60};
60 -> {49}; 60 -> {61};
61 -> {62}; 61 -> {62};
62 -> {63}; 62 -> {63};
63 -> {64}; 63 -> {64};
64 -> {65}; 64 -> {65};
65 -> {66}; 65 -> {66};
66 -> {67}; 66 -> {67};
67 -> {49}; 67 -> {68};
68 -> {44}; 68 -> {37} [color=green];
68 -> {43} [color=green style=dashed];
subgraph cluster_19 { subgraph cluster_19 {
color=red color=red
69 [label="Enter function bar" style="filled" fillcolor=red]; 69 [label="Enter function bar" style="filled" fillcolor=red];
subgraph cluster_20 { subgraph cluster_20 {
color=blue color=blue
71 [label="Enter block"]; 70 [label="Enter block"];
72 [label="Postponed enter to lambda"]; 71 [label="Postponed enter to lambda"];
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
78 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 78 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_22 { subgraph cluster_22 {
color=blue color=blue
80 [label="Enter block"]; 79 [label="Enter block"];
81 [label="Access variable R|<local>/b|"]; 80 [label="Access variable R|<local>/b|"];
82 [label="Access variable <Unresolved name: length>#"]; 81 [label="Access variable <Unresolved name: length>#"];
83 [label="Access variable R|<local>/a|"]; 82 [label="Access variable R|<local>/a|"];
84 [label="Access variable R|kotlin/String.length|"]; 83 [label="Access variable R|kotlin/String.length|"];
85 [label="Function call: this@R|/A|.R|/A.baz|()"]; 84 [label="Function call: this@R|/A|.R|/A.baz|()"];
86 [label="Exit block"]; 85 [label="Exit block"];
} }
79 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 86 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
73 [label="Postponed exit from lambda"]; 72 [label="Postponed exit from lambda"];
74 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"]; 73 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"];
75 [label="Jump: ^bar R|/myRun|<R|kotlin/Int|>(<L> = myRun@fun <anonymous>(): R|kotlin/Int| <kind=UNKNOWN> { 74 [label="Jump: ^bar R|/myRun|<R|kotlin/Int|>(<L> = myRun@fun <anonymous>(): R|kotlin/Int| <kind=UNKNOWN> {
R|<local>/b|.<Unresolved name: length># R|<local>/b|.<Unresolved name: length>#
R|<local>/a|.R|kotlin/String.length| R|<local>/a|.R|kotlin/String.length|
^ this@R|/A|.R|/A.baz|() ^ this@R|/A|.R|/A.baz|()
} }
)"]; )"];
76 [label="Stub" style="filled" fillcolor=gray]; 75 [label="Stub" style="filled" fillcolor=gray];
77 [label="Exit block" style="filled" fillcolor=gray]; 76 [label="Exit block" style="filled" fillcolor=gray];
} }
70 [label="Exit function bar" style="filled" fillcolor=red]; 77 [label="Exit function bar" style="filled" fillcolor=red];
} }
69 -> {71}; 69 -> {70};
71 -> {72}; 70 -> {71};
72 -> {78}; 71 -> {78};
72 -> {73} [color=red]; 71 -> {72} [color=red];
72 -> {73};
73 -> {74}; 73 -> {74};
74 -> {75}; 74 -> {77};
75 -> {70}; 74 -> {75} [style=dotted];
75 -> {76} [style=dotted]; 75 -> {76} [style=dotted];
76 -> {77} [style=dotted]; 76 -> {77} [style=dotted];
77 -> {70} [style=dotted]; 78 -> {86 79};
78 -> {79 80}; 79 -> {80};
79 -> {73} [color=green];
79 -> {78} [color=green style=dashed];
80 -> {81}; 80 -> {81};
81 -> {82}; 81 -> {82};
82 -> {83}; 82 -> {83};
83 -> {84}; 83 -> {84};
84 -> {85}; 84 -> {85};
85 -> {86}; 85 -> {86};
86 -> {79}; 86 -> {72} [color=green];
86 -> {78} [color=green style=dashed];
subgraph cluster_23 { subgraph cluster_23 {
color=red color=red
87 [label="Enter function baz" style="filled" fillcolor=red]; 87 [label="Enter function baz" style="filled" fillcolor=red];
subgraph cluster_24 { subgraph cluster_24 {
color=blue color=blue
89 [label="Enter block"]; 88 [label="Enter block"];
90 [label="Const: Int(1)"]; 89 [label="Const: Int(1)"];
91 [label="Jump: ^baz Int(1)"]; 90 [label="Jump: ^baz Int(1)"];
92 [label="Stub" style="filled" fillcolor=gray]; 91 [label="Stub" style="filled" fillcolor=gray];
93 [label="Exit block" style="filled" fillcolor=gray]; 92 [label="Exit block" style="filled" fillcolor=gray];
} }
88 [label="Exit function baz" style="filled" fillcolor=red]; 93 [label="Exit function baz" style="filled" fillcolor=red];
} }
87 -> {89}; 87 -> {88};
88 -> {89};
89 -> {90}; 89 -> {90};
90 -> {91}; 90 -> {93};
91 -> {88}; 90 -> {91} [style=dotted];
91 -> {92} [style=dotted]; 91 -> {92} [style=dotted];
92 -> {93} [style=dotted]; 92 -> {93} [style=dotted];
93 -> {88} [style=dotted];
subgraph cluster_25 { subgraph cluster_25 {
color=red color=red
94 [label="Enter function <init>" style="filled" fillcolor=red]; 94 [label="Enter function <init>" style="filled" fillcolor=red];
96 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 95 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
95 [label="Exit function <init>" style="filled" fillcolor=red]; 96 [label="Exit function <init>" style="filled" fillcolor=red];
} }
94 -> {96}; 94 -> {95};
96 -> {95}; 95 -> {96};
subgraph cluster_26 { subgraph cluster_26 {
color=red color=red
97 [label="Enter function foo" style="filled" fillcolor=red]; 97 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_27 { subgraph cluster_27 {
color=blue color=blue
99 [label="Enter block"]; 98 [label="Enter block"];
100 [label="Postponed enter to lambda"]; 99 [label="Postponed enter to lambda"];
subgraph cluster_28 { subgraph cluster_28 {
color=blue color=blue
106 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 106 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_29 { subgraph cluster_29 {
color=blue color=blue
108 [label="Enter block"]; 107 [label="Enter block"];
109 [label="Access variable R|<local>/a|"]; 108 [label="Access variable R|<local>/a|"];
110 [label="Access variable R|kotlin/String.length|"]; 109 [label="Access variable R|kotlin/String.length|"];
subgraph cluster_30 { subgraph cluster_30 {
color=blue color=blue
111 [label="Enter when"]; 110 [label="Enter when"];
subgraph cluster_31 { subgraph cluster_31 {
color=blue color=blue
113 [label="Enter when branch condition "]; 111 [label="Enter when branch condition "];
114 [label="Access variable R|<local>/b|"]; 112 [label="Access variable R|<local>/b|"];
115 [label="Type operator: (R|<local>/b| is R|kotlin/String|)"]; 113 [label="Type operator: (R|<local>/b| is R|kotlin/String|)"];
116 [label="Exit when branch condition"]; 114 [label="Exit when branch condition"];
} }
subgraph cluster_32 { subgraph cluster_32 {
color=blue color=blue
124 [label="Enter when branch condition else"]; 115 [label="Enter when branch condition else"];
125 [label="Exit when branch condition"]; 116 [label="Exit when branch condition"];
} }
126 [label="Enter when branch result"]; 117 [label="Enter when branch result"];
subgraph cluster_33 { subgraph cluster_33 {
color=blue color=blue
127 [label="Enter block"]; 118 [label="Enter block"];
128 [label="Const: Int(1)"]; 119 [label="Const: Int(1)"];
129 [label="Exit block"]; 120 [label="Exit block"];
} }
130 [label="Exit when branch result"]; 121 [label="Exit when branch result"];
117 [label="Enter when branch result"]; 122 [label="Enter when branch result"];
subgraph cluster_34 { subgraph cluster_34 {
color=blue color=blue
118 [label="Enter block"]; 123 [label="Enter block"];
119 [label="Access variable R|<local>/b|"]; 124 [label="Access variable R|<local>/b|"];
120 [label="Access variable R|kotlin/String.length|"]; 125 [label="Access variable R|kotlin/String.length|"];
121 [label="Function call: this@R|/<anonymous>|.R|/<anonymous>.bar|()"]; 126 [label="Function call: this@R|/<anonymous>|.R|/<anonymous>.bar|()"];
122 [label="Exit block"]; 127 [label="Exit block"];
} }
123 [label="Exit when branch result"]; 128 [label="Exit when branch result"];
112 [label="Exit when"]; 129 [label="Exit when"];
} }
131 [label="Exit block"]; 130 [label="Exit block"];
} }
107 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 131 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
101 [label="Postponed exit from lambda"]; 100 [label="Postponed exit from lambda"];
102 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"]; 101 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"];
103 [label="Jump: ^foo R|/myRun|<R|kotlin/Int|>(<L> = myRun@fun <anonymous>(): R|kotlin/Int| <kind=UNKNOWN> { 102 [label="Jump: ^foo R|/myRun|<R|kotlin/Int|>(<L> = myRun@fun <anonymous>(): R|kotlin/Int| <kind=UNKNOWN> {
R|<local>/a|.R|kotlin/String.length| R|<local>/a|.R|kotlin/String.length|
^ when () { ^ when () {
(R|<local>/b| is R|kotlin/String|) -> { (R|<local>/b| is R|kotlin/String|) -> {
@@ -372,124 +372,124 @@ digraph localClassesWithImplicit_kt {
} }
)"]; )"];
104 [label="Stub" style="filled" fillcolor=gray]; 103 [label="Stub" style="filled" fillcolor=gray];
105 [label="Exit block" style="filled" fillcolor=gray]; 104 [label="Exit block" style="filled" fillcolor=gray];
} }
98 [label="Exit function foo" style="filled" fillcolor=red]; 105 [label="Exit function foo" style="filled" fillcolor=red];
} }
97 -> {99}; 97 -> {98};
99 -> {100}; 98 -> {99};
100 -> {106}; 99 -> {106};
100 -> {101} [color=red]; 99 -> {100} [color=red];
100 -> {101};
101 -> {102}; 101 -> {102};
102 -> {103}; 102 -> {105};
103 -> {98}; 102 -> {103} [style=dotted];
103 -> {104} [style=dotted]; 103 -> {104} [style=dotted];
104 -> {105} [style=dotted]; 104 -> {105} [style=dotted];
105 -> {98} [style=dotted]; 106 -> {131 107};
106 -> {107 108}; 107 -> {108};
107 -> {101} [color=green];
107 -> {106} [color=green style=dashed];
108 -> {109}; 108 -> {109};
109 -> {110}; 109 -> {110};
110 -> {111}; 110 -> {111};
111 -> {113}; 111 -> {112};
112 -> {131}; 112 -> {113};
113 -> {114}; 113 -> {114};
114 -> {115}; 114 -> {122 115};
115 -> {116}; 115 -> {116};
116 -> {117 124}; 116 -> {117};
117 -> {118}; 117 -> {118};
118 -> {119}; 118 -> {119};
119 -> {120}; 119 -> {120};
120 -> {121}; 120 -> {121};
121 -> {122}; 121 -> {129};
122 -> {123}; 122 -> {123};
123 -> {112}; 123 -> {124};
124 -> {125}; 124 -> {125};
125 -> {126}; 125 -> {126};
126 -> {127}; 126 -> {127};
127 -> {128}; 127 -> {128};
128 -> {129}; 128 -> {129};
129 -> {130}; 129 -> {130};
130 -> {112}; 130 -> {131};
131 -> {107}; 131 -> {100} [color=green];
131 -> {106} [color=green style=dashed];
subgraph cluster_35 { subgraph cluster_35 {
color=red color=red
132 [label="Enter function bar" style="filled" fillcolor=red]; 132 [label="Enter function bar" style="filled" fillcolor=red];
subgraph cluster_36 { subgraph cluster_36 {
color=blue color=blue
134 [label="Enter block"]; 133 [label="Enter block"];
135 [label="Postponed enter to lambda"]; 134 [label="Postponed enter to lambda"];
subgraph cluster_37 { subgraph cluster_37 {
color=blue color=blue
141 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 141 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_38 { subgraph cluster_38 {
color=blue color=blue
143 [label="Enter block"]; 142 [label="Enter block"];
144 [label="Access variable R|<local>/a|"]; 143 [label="Access variable R|<local>/a|"];
145 [label="Access variable R|kotlin/String.length|"]; 144 [label="Access variable R|kotlin/String.length|"];
146 [label="Access variable R|<local>/b|"]; 145 [label="Access variable R|<local>/b|"];
147 [label="Access variable <Unresolved name: length>#"]; 146 [label="Access variable <Unresolved name: length>#"];
148 [label="Function call: this@R|/<anonymous>|.R|/<anonymous>.baz|()"]; 147 [label="Function call: this@R|/<anonymous>|.R|/<anonymous>.baz|()"];
149 [label="Exit block"]; 148 [label="Exit block"];
} }
142 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 149 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
136 [label="Postponed exit from lambda"]; 135 [label="Postponed exit from lambda"];
137 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"]; 136 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"];
138 [label="Jump: ^bar R|/myRun|<R|kotlin/Int|>(<L> = myRun@fun <anonymous>(): R|kotlin/Int| <kind=UNKNOWN> { 137 [label="Jump: ^bar R|/myRun|<R|kotlin/Int|>(<L> = myRun@fun <anonymous>(): R|kotlin/Int| <kind=UNKNOWN> {
R|<local>/a|.R|kotlin/String.length| R|<local>/a|.R|kotlin/String.length|
R|<local>/b|.<Unresolved name: length># R|<local>/b|.<Unresolved name: length>#
^ this@R|/<anonymous>|.R|/<anonymous>.baz|() ^ this@R|/<anonymous>|.R|/<anonymous>.baz|()
} }
)"]; )"];
139 [label="Stub" style="filled" fillcolor=gray]; 138 [label="Stub" style="filled" fillcolor=gray];
140 [label="Exit block" style="filled" fillcolor=gray]; 139 [label="Exit block" style="filled" fillcolor=gray];
} }
133 [label="Exit function bar" style="filled" fillcolor=red]; 140 [label="Exit function bar" style="filled" fillcolor=red];
} }
132 -> {134}; 132 -> {133};
134 -> {135}; 133 -> {134};
135 -> {141}; 134 -> {141};
135 -> {136} [color=red]; 134 -> {135} [color=red];
135 -> {136};
136 -> {137}; 136 -> {137};
137 -> {138}; 137 -> {140};
138 -> {133}; 137 -> {138} [style=dotted];
138 -> {139} [style=dotted]; 138 -> {139} [style=dotted];
139 -> {140} [style=dotted]; 139 -> {140} [style=dotted];
140 -> {133} [style=dotted]; 141 -> {149 142};
141 -> {142 143}; 142 -> {143};
142 -> {136} [color=green];
142 -> {141} [color=green style=dashed];
143 -> {144}; 143 -> {144};
144 -> {145}; 144 -> {145};
145 -> {146}; 145 -> {146};
146 -> {147}; 146 -> {147};
147 -> {148}; 147 -> {148};
148 -> {149}; 148 -> {149};
149 -> {142}; 149 -> {135} [color=green];
149 -> {141} [color=green style=dashed];
subgraph cluster_39 { subgraph cluster_39 {
color=red color=red
150 [label="Enter function baz" style="filled" fillcolor=red]; 150 [label="Enter function baz" style="filled" fillcolor=red];
subgraph cluster_40 { subgraph cluster_40 {
color=blue color=blue
152 [label="Enter block"]; 151 [label="Enter block"];
153 [label="Const: Int(1)"]; 152 [label="Const: Int(1)"];
154 [label="Jump: ^baz Int(1)"]; 153 [label="Jump: ^baz Int(1)"];
155 [label="Stub" style="filled" fillcolor=gray]; 154 [label="Stub" style="filled" fillcolor=gray];
156 [label="Exit block" style="filled" fillcolor=gray]; 155 [label="Exit block" style="filled" fillcolor=gray];
} }
151 [label="Exit function baz" style="filled" fillcolor=red]; 156 [label="Exit function baz" style="filled" fillcolor=red];
} }
150 -> {152}; 150 -> {151};
151 -> {152};
152 -> {153}; 152 -> {153};
153 -> {154}; 153 -> {156};
154 -> {151}; 153 -> {154} [style=dotted];
154 -> {155} [style=dotted]; 154 -> {155} [style=dotted];
155 -> {156} [style=dotted]; 155 -> {156} [style=dotted];
156 -> {151} [style=dotted];
} }
+253 -253
View File
@@ -8,95 +8,96 @@ digraph loops_kt {
0 [label="Enter function testWhile" style="filled" fillcolor=red]; 0 [label="Enter function testWhile" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
subgraph cluster_2 { subgraph cluster_2 {
color=blue color=blue
3 [label="Enter while loop"]; 2 [label="Enter while loop"];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
5 [label="Enter loop condition"]; 3 [label="Enter loop condition"];
6 [label="Access variable R|<local>/b|"]; 4 [label="Access variable R|<local>/b|"];
7 [label="Exit loop condition"]; 5 [label="Exit loop condition"];
} }
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
8 [label="Enter loop block"]; 6 [label="Enter loop block"];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
9 [label="Enter block"]; 7 [label="Enter block"];
10 [label="Access variable R|<local>/x|"]; 8 [label="Access variable R|<local>/x|"];
11 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"]; 9 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
12 [label="Variable declaration: lval y: R|kotlin/Boolean|"]; 10 [label="Variable declaration: lval y: R|kotlin/Boolean|"];
13 [label="Exit block"]; 11 [label="Exit block"];
} }
14 [label="Exit loop block"]; 12 [label="Exit loop block"];
} }
4 [label="Exit whileloop"]; 13 [label="Exit whileloop"];
} }
15 [label="Access variable R|<local>/x|"]; 14 [label="Access variable R|<local>/x|"];
16 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"]; 15 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
17 [label="Exit block"]; 16 [label="Exit block"];
} }
1 [label="Exit function testWhile" style="filled" fillcolor=red]; 17 [label="Exit function testWhile" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {5}; 3 -> {4};
4 -> {15}; 4 -> {5};
5 -> {6}; 5 -> {13 6};
6 -> {7}; 6 -> {7};
7 -> {4 8}; 7 -> {8};
8 -> {9}; 8 -> {9};
9 -> {10}; 9 -> {10};
10 -> {11}; 10 -> {11};
11 -> {12}; 11 -> {12};
12 -> {13}; 12 -> {3} [color=green style=dashed];
13 -> {14}; 13 -> {14};
14 -> {5} [color=green style=dashed]; 14 -> {15};
15 -> {16}; 15 -> {16};
16 -> {17}; 16 -> {17};
17 -> {1};
subgraph cluster_6 { subgraph cluster_6 {
color=red color=red
18 [label="Enter function testDoWhile" style="filled" fillcolor=red]; 18 [label="Enter function testDoWhile" style="filled" fillcolor=red];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
20 [label="Enter block"]; 19 [label="Enter block"];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
21 [label="Enter do-while loop"]; 20 [label="Enter do-while loop"];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
23 [label="Enter loop block"]; 21 [label="Enter loop block"];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
24 [label="Enter block"]; 22 [label="Enter block"];
25 [label="Access variable R|<local>/x|"]; 23 [label="Access variable R|<local>/x|"];
26 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"]; 24 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
27 [label="Variable declaration: lval y: R|kotlin/Boolean|"]; 25 [label="Variable declaration: lval y: R|kotlin/Boolean|"];
28 [label="Exit block"]; 26 [label="Exit block"];
} }
29 [label="Exit loop block"]; 27 [label="Exit loop block"];
} }
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
30 [label="Enter loop condition"]; 28 [label="Enter loop condition"];
31 [label="Access variable R|<local>/b|"]; 29 [label="Access variable R|<local>/b|"];
32 [label="Exit loop condition"]; 30 [label="Exit loop condition"];
} }
22 [label="Exit do-whileloop"]; 31 [label="Exit do-whileloop"];
} }
33 [label="Access variable R|<local>/x|"]; 32 [label="Access variable R|<local>/x|"];
34 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"]; 33 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
35 [label="Exit block"]; 34 [label="Exit block"];
} }
19 [label="Exit function testDoWhile" style="filled" fillcolor=red]; 35 [label="Exit function testDoWhile" style="filled" fillcolor=red];
} }
18 -> {20}; 18 -> {19};
19 -> {20};
20 -> {21}; 20 -> {21};
21 -> {23}; 21 -> {22};
22 -> {33}; 22 -> {23};
23 -> {24}; 23 -> {24};
24 -> {25}; 24 -> {25};
25 -> {26}; 25 -> {26};
@@ -105,71 +106,71 @@ digraph loops_kt {
28 -> {29}; 28 -> {29};
29 -> {30}; 29 -> {30};
30 -> {31}; 30 -> {31};
30 -> {21} [color=green style=dashed];
31 -> {32}; 31 -> {32};
32 -> {22}; 32 -> {33};
32 -> {23} [color=green style=dashed];
33 -> {34}; 33 -> {34};
34 -> {35}; 34 -> {35};
35 -> {19};
subgraph cluster_12 { subgraph cluster_12 {
color=red color=red
36 [label="Enter function testFor" style="filled" fillcolor=red]; 36 [label="Enter function testFor" style="filled" fillcolor=red];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
38 [label="Enter block"]; 37 [label="Enter block"];
39 [label="Const: Int(0)"]; 38 [label="Const: Int(0)"];
40 [label="Const: Int(5)"]; 39 [label="Const: Int(5)"];
41 [label="Function call: Int(0).R|kotlin/Int.rangeTo|(...)"]; 40 [label="Function call: Int(0).R|kotlin/Int.rangeTo|(...)"];
42 [label="Function call: Int(0).R|kotlin/Int.rangeTo|(...).R|kotlin/ranges/IntProgression.iterator|()"]; 41 [label="Function call: Int(0).R|kotlin/Int.rangeTo|(...).R|kotlin/ranges/IntProgression.iterator|()"];
43 [label="Variable declaration: lval <iterator>: R|kotlin/collections/IntIterator|"]; 42 [label="Variable declaration: lval <iterator>: R|kotlin/collections/IntIterator|"];
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
44 [label="Enter while loop"]; 43 [label="Enter while loop"];
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
46 [label="Enter loop condition"]; 44 [label="Enter loop condition"];
47 [label="Access variable R|<local>/<iterator>|"]; 45 [label="Access variable R|<local>/<iterator>|"];
48 [label="Function call: R|<local>/<iterator>|.R|kotlin/collections/Iterator.hasNext|()"]; 46 [label="Function call: R|<local>/<iterator>|.R|kotlin/collections/Iterator.hasNext|()"];
49 [label="Exit loop condition"]; 47 [label="Exit loop condition"];
} }
subgraph cluster_16 { subgraph cluster_16 {
color=blue color=blue
50 [label="Enter loop block"]; 48 [label="Enter loop block"];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
51 [label="Enter block"]; 49 [label="Enter block"];
52 [label="Access variable R|<local>/<iterator>|"]; 50 [label="Access variable R|<local>/<iterator>|"];
53 [label="Function call: R|<local>/<iterator>|.R|kotlin/collections/IntIterator.next|()"]; 51 [label="Function call: R|<local>/<iterator>|.R|kotlin/collections/IntIterator.next|()"];
54 [label="Variable declaration: lval i: R|kotlin/Int|"]; 52 [label="Variable declaration: lval i: R|kotlin/Int|"];
55 [label="Access variable R|<local>/x|"]; 53 [label="Access variable R|<local>/x|"];
56 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"]; 54 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
57 [label="Variable declaration: lval y: R|kotlin/Boolean|"]; 55 [label="Variable declaration: lval y: R|kotlin/Boolean|"];
58 [label="Exit block"]; 56 [label="Exit block"];
} }
59 [label="Exit loop block"]; 57 [label="Exit loop block"];
} }
45 [label="Exit whileloop"]; 58 [label="Exit whileloop"];
} }
60 [label="Access variable R|<local>/x|"]; 59 [label="Access variable R|<local>/x|"];
61 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"]; 60 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
62 [label="Exit block"]; 61 [label="Exit block"];
} }
37 [label="Exit function testFor" style="filled" fillcolor=red]; 62 [label="Exit function testFor" style="filled" fillcolor=red];
} }
36 -> {38}; 36 -> {37};
37 -> {38};
38 -> {39}; 38 -> {39};
39 -> {40}; 39 -> {40};
40 -> {41}; 40 -> {41};
41 -> {42}; 41 -> {42};
42 -> {43}; 42 -> {43};
43 -> {44}; 43 -> {44};
44 -> {46}; 44 -> {45};
45 -> {60}; 45 -> {46};
46 -> {47}; 46 -> {47};
47 -> {48}; 47 -> {58 48};
48 -> {49}; 48 -> {49};
49 -> {45 50}; 49 -> {50};
50 -> {51}; 50 -> {51};
51 -> {52}; 51 -> {52};
52 -> {53}; 52 -> {53};
@@ -177,369 +178,368 @@ digraph loops_kt {
54 -> {55}; 54 -> {55};
55 -> {56}; 55 -> {56};
56 -> {57}; 56 -> {57};
57 -> {58}; 57 -> {44} [color=green style=dashed];
58 -> {59}; 58 -> {59};
59 -> {46} [color=green style=dashed]; 59 -> {60};
60 -> {61}; 60 -> {61};
61 -> {62}; 61 -> {62};
62 -> {37};
subgraph cluster_18 { subgraph cluster_18 {
color=red color=red
63 [label="Enter function testWhileTrue" style="filled" fillcolor=red]; 63 [label="Enter function testWhileTrue" style="filled" fillcolor=red];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
65 [label="Enter block"]; 64 [label="Enter block"];
subgraph cluster_20 { subgraph cluster_20 {
color=blue color=blue
66 [label="Enter while loop"]; 65 [label="Enter while loop"];
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
68 [label="Enter loop condition"]; 66 [label="Enter loop condition"];
69 [label="Const: Boolean(true)"]; 67 [label="Const: Boolean(true)"];
70 [label="Exit loop condition"]; 68 [label="Exit loop condition"];
} }
subgraph cluster_22 { subgraph cluster_22 {
color=blue color=blue
71 [label="Enter loop block"]; 69 [label="Enter loop block"];
subgraph cluster_23 { subgraph cluster_23 {
color=blue color=blue
72 [label="Enter block"]; 70 [label="Enter block"];
73 [label="Const: Int(1)"]; 71 [label="Const: Int(1)"];
74 [label="Exit block"]; 72 [label="Exit block"];
} }
75 [label="Exit loop block"]; 73 [label="Exit loop block"];
} }
67 [label="Exit whileloop" style="filled" fillcolor=gray]; 74 [label="Exit whileloop" style="filled" fillcolor=gray];
} }
76 [label="Const: Int(1)" style="filled" fillcolor=gray]; 75 [label="Const: Int(1)" style="filled" fillcolor=gray];
77 [label="Exit block" style="filled" fillcolor=gray]; 76 [label="Exit block" style="filled" fillcolor=gray];
} }
64 [label="Exit function testWhileTrue" style="filled" fillcolor=red style="filled" fillcolor=gray]; 77 [label="Exit function testWhileTrue" style="filled" fillcolor=red style="filled" fillcolor=gray];
} }
63 -> {65}; 63 -> {64};
64 -> {65};
65 -> {66}; 65 -> {66};
66 -> {68}; 66 -> {67};
67 -> {76} [style=dotted]; 67 -> {68};
68 -> {69}; 68 -> {69};
68 -> {74} [style=dotted];
69 -> {70}; 69 -> {70};
70 -> {71}; 70 -> {71};
70 -> {67} [style=dotted];
71 -> {72}; 71 -> {72};
72 -> {73}; 72 -> {73};
73 -> {74}; 73 -> {66} [color=green style=dashed];
74 -> {75}; 74 -> {75} [style=dotted];
75 -> {68} [color=green style=dashed]; 75 -> {76} [style=dotted];
76 -> {77} [style=dotted]; 76 -> {77} [style=dotted];
77 -> {64} [style=dotted];
subgraph cluster_24 { subgraph cluster_24 {
color=red color=red
78 [label="Enter function testWhileTrueWithBreak" style="filled" fillcolor=red]; 78 [label="Enter function testWhileTrueWithBreak" style="filled" fillcolor=red];
subgraph cluster_25 { subgraph cluster_25 {
color=blue color=blue
80 [label="Enter block"]; 79 [label="Enter block"];
subgraph cluster_26 { subgraph cluster_26 {
color=blue color=blue
81 [label="Enter while loop"]; 80 [label="Enter while loop"];
subgraph cluster_27 { subgraph cluster_27 {
color=blue color=blue
83 [label="Enter loop condition"]; 81 [label="Enter loop condition"];
84 [label="Const: Boolean(true)"]; 82 [label="Const: Boolean(true)"];
85 [label="Exit loop condition"]; 83 [label="Exit loop condition"];
} }
subgraph cluster_28 { subgraph cluster_28 {
color=blue color=blue
86 [label="Enter loop block"]; 84 [label="Enter loop block"];
subgraph cluster_29 { subgraph cluster_29 {
color=blue color=blue
87 [label="Enter block"]; 85 [label="Enter block"];
subgraph cluster_30 { subgraph cluster_30 {
color=blue color=blue
88 [label="Enter when"]; 86 [label="Enter when"];
subgraph cluster_31 { subgraph cluster_31 {
color=blue color=blue
90 [label="Enter when branch condition "]; 87 [label="Enter when branch condition "];
91 [label="Access variable R|<local>/b|"]; 88 [label="Access variable R|<local>/b|"];
92 [label="Exit when branch condition"]; 89 [label="Exit when branch condition"];
} }
99 [label="Synthetic else branch"]; 90 [label="Synthetic else branch"];
93 [label="Enter when branch result"]; 91 [label="Enter when branch result"];
subgraph cluster_32 { subgraph cluster_32 {
color=blue color=blue
94 [label="Enter block"]; 92 [label="Enter block"];
95 [label="Jump: break@@@[Boolean(true)] "]; 93 [label="Jump: break@@@[Boolean(true)] "];
96 [label="Stub" style="filled" fillcolor=gray]; 94 [label="Stub" style="filled" fillcolor=gray];
97 [label="Exit block" style="filled" fillcolor=gray]; 95 [label="Exit block" style="filled" fillcolor=gray];
} }
98 [label="Exit when branch result" style="filled" fillcolor=gray]; 96 [label="Exit when branch result" style="filled" fillcolor=gray];
89 [label="Exit when"]; 97 [label="Exit when"];
} }
100 [label="Exit block"]; 98 [label="Exit block"];
} }
101 [label="Exit loop block"]; 99 [label="Exit loop block"];
} }
82 [label="Exit whileloop"]; 100 [label="Exit whileloop"];
} }
102 [label="Const: Int(1)"]; 101 [label="Const: Int(1)"];
103 [label="Exit block"]; 102 [label="Exit block"];
} }
79 [label="Exit function testWhileTrueWithBreak" style="filled" fillcolor=red]; 103 [label="Exit function testWhileTrueWithBreak" style="filled" fillcolor=red];
} }
78 -> {80}; 78 -> {79};
79 -> {80};
80 -> {81}; 80 -> {81};
81 -> {83}; 81 -> {82};
82 -> {102}; 82 -> {83};
83 -> {84}; 83 -> {84};
83 -> {100} [style=dotted];
84 -> {85}; 84 -> {85};
85 -> {86}; 85 -> {86};
85 -> {82} [style=dotted];
86 -> {87}; 86 -> {87};
87 -> {88}; 87 -> {88};
88 -> {90}; 88 -> {89};
89 -> {100}; 89 -> {91 90};
90 -> {91}; 90 -> {97};
91 -> {92}; 91 -> {92};
92 -> {93 99}; 92 -> {93};
93 -> {94}; 93 -> {100};
94 -> {95}; 93 -> {94} [style=dotted];
95 -> {82}; 94 -> {95} [style=dotted];
95 -> {96} [style=dotted]; 95 -> {96} [style=dotted];
96 -> {97} [style=dotted]; 96 -> {97} [style=dotted];
97 -> {98} [style=dotted]; 97 -> {98};
98 -> {89} [style=dotted]; 98 -> {99};
99 -> {89}; 99 -> {81} [color=green style=dashed];
100 -> {101}; 100 -> {101};
101 -> {83} [color=green style=dashed]; 101 -> {102};
102 -> {103}; 102 -> {103};
103 -> {79};
subgraph cluster_33 { subgraph cluster_33 {
color=red color=red
104 [label="Enter function testWhileFalse" style="filled" fillcolor=red]; 104 [label="Enter function testWhileFalse" style="filled" fillcolor=red];
subgraph cluster_34 { subgraph cluster_34 {
color=blue color=blue
106 [label="Enter block"]; 105 [label="Enter block"];
subgraph cluster_35 { subgraph cluster_35 {
color=blue color=blue
107 [label="Enter while loop"]; 106 [label="Enter while loop"];
subgraph cluster_36 { subgraph cluster_36 {
color=blue color=blue
109 [label="Enter loop condition"]; 107 [label="Enter loop condition"];
110 [label="Const: Boolean(false)"]; 108 [label="Const: Boolean(false)"];
111 [label="Exit loop condition"]; 109 [label="Exit loop condition"];
} }
subgraph cluster_37 { subgraph cluster_37 {
color=blue color=blue
112 [label="Enter loop block" style="filled" fillcolor=gray]; 110 [label="Enter loop block" style="filled" fillcolor=gray];
subgraph cluster_38 { subgraph cluster_38 {
color=blue color=blue
113 [label="Enter block" style="filled" fillcolor=gray]; 111 [label="Enter block" style="filled" fillcolor=gray];
114 [label="Const: Int(1)" style="filled" fillcolor=gray]; 112 [label="Const: Int(1)" style="filled" fillcolor=gray];
115 [label="Exit block" style="filled" fillcolor=gray]; 113 [label="Exit block" style="filled" fillcolor=gray];
} }
116 [label="Exit loop block" style="filled" fillcolor=gray]; 114 [label="Exit loop block" style="filled" fillcolor=gray];
} }
108 [label="Exit whileloop"]; 115 [label="Exit whileloop"];
} }
117 [label="Const: Int(1)"]; 116 [label="Const: Int(1)"];
118 [label="Exit block"]; 117 [label="Exit block"];
} }
105 [label="Exit function testWhileFalse" style="filled" fillcolor=red]; 118 [label="Exit function testWhileFalse" style="filled" fillcolor=red];
} }
104 -> {106}; 104 -> {105};
105 -> {106};
106 -> {107}; 106 -> {107};
107 -> {109}; 107 -> {108};
108 -> {117}; 108 -> {109};
109 -> {110}; 109 -> {115};
110 -> {111}; 109 -> {110} [style=dotted];
111 -> {108}; 110 -> {111} [style=dotted];
111 -> {112} [style=dotted]; 111 -> {112} [style=dotted];
112 -> {113} [style=dotted]; 112 -> {113} [style=dotted];
113 -> {114} [style=dotted]; 113 -> {114} [style=dotted];
114 -> {115} [style=dotted]; 114 -> {107} [color=green style=dotted];
115 -> {116} [style=dotted]; 115 -> {116};
116 -> {109} [color=green style=dotted]; 116 -> {117};
117 -> {118}; 117 -> {118};
118 -> {105};
subgraph cluster_39 { subgraph cluster_39 {
color=red color=red
119 [label="Enter function testDoWhileTrue" style="filled" fillcolor=red]; 119 [label="Enter function testDoWhileTrue" style="filled" fillcolor=red];
subgraph cluster_40 { subgraph cluster_40 {
color=blue color=blue
121 [label="Enter block"]; 120 [label="Enter block"];
subgraph cluster_41 { subgraph cluster_41 {
color=blue color=blue
122 [label="Enter do-while loop"]; 121 [label="Enter do-while loop"];
subgraph cluster_42 { subgraph cluster_42 {
color=blue color=blue
124 [label="Enter loop block"]; 122 [label="Enter loop block"];
subgraph cluster_43 { subgraph cluster_43 {
color=blue color=blue
125 [label="Enter block"]; 123 [label="Enter block"];
126 [label="Const: Int(1)"]; 124 [label="Const: Int(1)"];
127 [label="Exit block"]; 125 [label="Exit block"];
} }
128 [label="Exit loop block"]; 126 [label="Exit loop block"];
} }
subgraph cluster_44 { subgraph cluster_44 {
color=blue color=blue
129 [label="Enter loop condition"]; 127 [label="Enter loop condition"];
130 [label="Const: Boolean(true)"]; 128 [label="Const: Boolean(true)"];
131 [label="Exit loop condition"]; 129 [label="Exit loop condition"];
} }
123 [label="Exit do-whileloop" style="filled" fillcolor=gray]; 130 [label="Exit do-whileloop" style="filled" fillcolor=gray];
} }
132 [label="Const: Int(1)" style="filled" fillcolor=gray]; 131 [label="Const: Int(1)" style="filled" fillcolor=gray];
133 [label="Exit block" style="filled" fillcolor=gray]; 132 [label="Exit block" style="filled" fillcolor=gray];
} }
120 [label="Exit function testDoWhileTrue" style="filled" fillcolor=red style="filled" fillcolor=gray]; 133 [label="Exit function testDoWhileTrue" style="filled" fillcolor=red style="filled" fillcolor=gray];
} }
119 -> {121}; 119 -> {120};
120 -> {121};
121 -> {122}; 121 -> {122};
122 -> {124}; 122 -> {123};
123 -> {132} [style=dotted]; 123 -> {124};
124 -> {125}; 124 -> {125};
125 -> {126}; 125 -> {126};
126 -> {127}; 126 -> {127};
127 -> {128}; 127 -> {128};
128 -> {129}; 128 -> {129};
129 -> {130}; 129 -> {130} [style=dotted];
130 -> {131}; 129 -> {122} [color=green style=dashed];
131 -> {123} [style=dotted]; 130 -> {131} [style=dotted];
131 -> {124} [color=green style=dashed]; 131 -> {132} [style=dotted];
132 -> {133} [style=dotted]; 132 -> {133} [style=dotted];
133 -> {120} [style=dotted];
subgraph cluster_45 { subgraph cluster_45 {
color=red color=red
134 [label="Enter function testDoWhileTrueWithBreak" style="filled" fillcolor=red]; 134 [label="Enter function testDoWhileTrueWithBreak" style="filled" fillcolor=red];
subgraph cluster_46 { subgraph cluster_46 {
color=blue color=blue
136 [label="Enter block"]; 135 [label="Enter block"];
subgraph cluster_47 { subgraph cluster_47 {
color=blue color=blue
137 [label="Enter do-while loop"]; 136 [label="Enter do-while loop"];
subgraph cluster_48 { subgraph cluster_48 {
color=blue color=blue
139 [label="Enter loop block"]; 137 [label="Enter loop block"];
subgraph cluster_49 { subgraph cluster_49 {
color=blue color=blue
140 [label="Enter block"]; 138 [label="Enter block"];
subgraph cluster_50 { subgraph cluster_50 {
color=blue color=blue
141 [label="Enter when"]; 139 [label="Enter when"];
subgraph cluster_51 { subgraph cluster_51 {
color=blue color=blue
143 [label="Enter when branch condition "]; 140 [label="Enter when branch condition "];
144 [label="Access variable R|<local>/b|"]; 141 [label="Access variable R|<local>/b|"];
145 [label="Exit when branch condition"]; 142 [label="Exit when branch condition"];
} }
152 [label="Synthetic else branch"]; 143 [label="Synthetic else branch"];
146 [label="Enter when branch result"]; 144 [label="Enter when branch result"];
subgraph cluster_52 { subgraph cluster_52 {
color=blue color=blue
147 [label="Enter block"]; 145 [label="Enter block"];
148 [label="Jump: break@@@[Boolean(true)] "]; 146 [label="Jump: break@@@[Boolean(true)] "];
149 [label="Stub" style="filled" fillcolor=gray]; 147 [label="Stub" style="filled" fillcolor=gray];
150 [label="Exit block" style="filled" fillcolor=gray]; 148 [label="Exit block" style="filled" fillcolor=gray];
} }
151 [label="Exit when branch result" style="filled" fillcolor=gray]; 149 [label="Exit when branch result" style="filled" fillcolor=gray];
142 [label="Exit when"]; 150 [label="Exit when"];
} }
153 [label="Exit block"]; 151 [label="Exit block"];
} }
154 [label="Exit loop block"]; 152 [label="Exit loop block"];
} }
subgraph cluster_53 { subgraph cluster_53 {
color=blue color=blue
155 [label="Enter loop condition"]; 153 [label="Enter loop condition"];
156 [label="Const: Boolean(true)"]; 154 [label="Const: Boolean(true)"];
157 [label="Exit loop condition"]; 155 [label="Exit loop condition"];
} }
138 [label="Exit do-whileloop"]; 156 [label="Exit do-whileloop"];
} }
158 [label="Const: Int(1)"]; 157 [label="Const: Int(1)"];
159 [label="Exit block"]; 158 [label="Exit block"];
} }
135 [label="Exit function testDoWhileTrueWithBreak" style="filled" fillcolor=red]; 159 [label="Exit function testDoWhileTrueWithBreak" style="filled" fillcolor=red];
} }
134 -> {136}; 134 -> {135};
135 -> {136};
136 -> {137}; 136 -> {137};
137 -> {139}; 137 -> {138};
138 -> {158}; 138 -> {139};
139 -> {140}; 139 -> {140};
140 -> {141}; 140 -> {141};
141 -> {143}; 141 -> {142};
142 -> {153}; 142 -> {144 143};
143 -> {144}; 143 -> {150};
144 -> {145}; 144 -> {145};
145 -> {146 152}; 145 -> {146};
146 -> {147}; 146 -> {156};
147 -> {148}; 146 -> {147} [style=dotted];
148 -> {138}; 147 -> {148} [style=dotted];
148 -> {149} [style=dotted]; 148 -> {149} [style=dotted];
149 -> {150} [style=dotted]; 149 -> {150} [style=dotted];
150 -> {151} [style=dotted]; 150 -> {151};
151 -> {142} [style=dotted]; 151 -> {152};
152 -> {142}; 152 -> {153};
153 -> {154}; 153 -> {154};
154 -> {155}; 154 -> {155};
155 -> {156}; 155 -> {156} [style=dotted];
155 -> {137} [color=green style=dashed];
156 -> {157}; 156 -> {157};
157 -> {138} [style=dotted]; 157 -> {158};
157 -> {139} [color=green style=dashed];
158 -> {159}; 158 -> {159};
159 -> {135};
subgraph cluster_54 { subgraph cluster_54 {
color=red color=red
160 [label="Enter function testDoWhileFalse" style="filled" fillcolor=red]; 160 [label="Enter function testDoWhileFalse" style="filled" fillcolor=red];
subgraph cluster_55 { subgraph cluster_55 {
color=blue color=blue
162 [label="Enter block"]; 161 [label="Enter block"];
subgraph cluster_56 { subgraph cluster_56 {
color=blue color=blue
163 [label="Enter do-while loop"]; 162 [label="Enter do-while loop"];
subgraph cluster_57 { subgraph cluster_57 {
color=blue color=blue
165 [label="Enter loop block"]; 163 [label="Enter loop block"];
subgraph cluster_58 { subgraph cluster_58 {
color=blue color=blue
166 [label="Enter block"]; 164 [label="Enter block"];
167 [label="Const: Int(1)"]; 165 [label="Const: Int(1)"];
168 [label="Exit block"]; 166 [label="Exit block"];
} }
169 [label="Exit loop block"]; 167 [label="Exit loop block"];
} }
subgraph cluster_59 { subgraph cluster_59 {
color=blue color=blue
170 [label="Enter loop condition"]; 168 [label="Enter loop condition"];
171 [label="Const: Boolean(false)"]; 169 [label="Const: Boolean(false)"];
172 [label="Exit loop condition"]; 170 [label="Exit loop condition"];
} }
164 [label="Exit do-whileloop"]; 171 [label="Exit do-whileloop"];
} }
173 [label="Const: Int(1)"]; 172 [label="Const: Int(1)"];
174 [label="Exit block"]; 173 [label="Exit block"];
} }
161 [label="Exit function testDoWhileFalse" style="filled" fillcolor=red]; 174 [label="Exit function testDoWhileFalse" style="filled" fillcolor=red];
} }
160 -> {162}; 160 -> {161};
161 -> {162};
162 -> {163}; 162 -> {163};
163 -> {165}; 163 -> {164};
164 -> {173}; 164 -> {165};
165 -> {166}; 165 -> {166};
166 -> {167}; 166 -> {167};
167 -> {168}; 167 -> {168};
168 -> {169}; 168 -> {169};
169 -> {170}; 169 -> {170};
170 -> {171}; 170 -> {171};
170 -> {163} [color=green style=dotted];
171 -> {172}; 171 -> {172};
172 -> {164}; 172 -> {173};
172 -> {165} [color=green style=dotted];
173 -> {174}; 173 -> {174};
174 -> {161};
} }
@@ -6,72 +6,72 @@ digraph postponedLambdaInConstructor_kt {
subgraph cluster_0 { subgraph cluster_0 {
color=red color=red
0 [label="Enter function <init>" style="filled" fillcolor=red]; 0 [label="Enter function <init>" style="filled" fillcolor=red];
2 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 1 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
1 [label="Exit function <init>" style="filled" fillcolor=red]; 2 [label="Exit function <init>" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
2 -> {1}; 1 -> {2};
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
4 [label="Enter class A" style="filled" fillcolor=red]; 3 [label="Enter class A" style="filled" fillcolor=red];
3 [label="Exit class A" style="filled" fillcolor=red]; 4 [label="Exit class A" style="filled" fillcolor=red];
} }
4 -> {3} [color=green]; 3 -> {4} [color=green];
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
5 [label="Enter function <init>" style="filled" fillcolor=red]; 5 [label="Enter function <init>" style="filled" fillcolor=red];
7 [label="Access variable R|<local>/s|"]; 6 [label="Access variable R|<local>/s|"];
8 [label="Postponed enter to lambda"]; 7 [label="Postponed enter to lambda"];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
13 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 13 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
15 [label="Enter block"]; 14 [label="Enter block"];
16 [label="Postponed enter to lambda"]; 15 [label="Postponed enter to lambda"];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
19 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 19 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
21 [label="Enter block"]; 20 [label="Enter block"];
22 [label="Access variable R|<local>/it|"]; 21 [label="Access variable R|<local>/it|"];
23 [label="Exit block"]; 22 [label="Exit block"];
} }
20 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 23 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
17 [label="Postponed exit from lambda"]; 16 [label="Postponed exit from lambda"];
18 [label="Exit block"]; 17 [label="Exit block"];
} }
14 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 18 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
9 [label="Postponed exit from lambda"]; 8 [label="Postponed exit from lambda"];
10 [label="Function call: R|<local>/s|.R|kotlin/let|<R|kotlin/String|, R|() -> kotlin/String|>(...)"]; 9 [label="Function call: R|<local>/s|.R|kotlin/let|<R|kotlin/String|, R|() -> kotlin/String|>(...)"];
12 [label="Call arguments union" style="filled" fillcolor=yellow]; 10 [label="Call arguments union" style="filled" fillcolor=yellow];
11 [label="Delegated constructor call: super<R|A|>(...)"]; 11 [label="Delegated constructor call: super<R|A|>(...)"];
6 [label="Exit function <init>" style="filled" fillcolor=red]; 12 [label="Exit function <init>" style="filled" fillcolor=red];
} }
5 -> {7}; 5 -> {6};
7 -> {8}; 6 -> {7};
8 -> {13}; 7 -> {13};
8 -> {9} [color=red]; 7 -> {8} [color=red];
8 -> {9};
9 -> {10}; 9 -> {10};
10 -> {12}; 10 -> {11};
11 -> {6}; 11 -> {12};
12 -> {11}; 13 -> {14};
13 -> {15}; 14 -> {15};
14 -> {9} [color=green]; 15 -> {16 19};
14 -> {12} [color=red]; 16 -> {17};
15 -> {16};
16 -> {17 19};
17 -> {18}; 17 -> {18};
18 -> {14}; 18 -> {8} [color=green];
19 -> {21}; 18 -> {10} [color=red];
19 -> {20};
20 -> {21};
21 -> {22}; 21 -> {22};
22 -> {23}; 22 -> {23};
23 -> {20};
subgraph cluster_7 { subgraph cluster_7 {
color=red color=red
@@ -85,31 +85,31 @@ digraph postponedLambdaInConstructor_kt {
29 [label="Enter function foo" style="filled" fillcolor=red]; 29 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
31 [label="Enter block"]; 30 [label="Enter block"];
32 [label="Function call: this@R|/B|.R|/B.foo|()"]; 31 [label="Function call: this@R|/B|.R|/B.foo|()"];
33 [label="Exit block"]; 32 [label="Exit block"];
} }
30 [label="Exit function foo" style="filled" fillcolor=red]; 33 [label="Exit function foo" style="filled" fillcolor=red];
} }
29 -> {31}; 29 -> {30};
30 -> {31};
31 -> {32}; 31 -> {32};
32 -> {33}; 32 -> {33};
33 -> {30};
subgraph cluster_10 { subgraph cluster_10 {
color=red color=red
35 [label="Enter class B" style="filled" fillcolor=red]; 34 [label="Enter class B" style="filled" fillcolor=red];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
26 [label="Enter property" style="filled" fillcolor=red]; 26 [label="Enter property" style="filled" fillcolor=red];
28 [label="Access variable R|<local>/s|"]; 27 [label="Access variable R|<local>/s|"];
27 [label="Exit property" style="filled" fillcolor=red]; 28 [label="Exit property" style="filled" fillcolor=red];
} }
34 [label="Exit class B" style="filled" fillcolor=red]; 35 [label="Exit class B" style="filled" fillcolor=red];
} }
35 -> {26} [color=green]; 34 -> {26} [color=green];
26 -> {28}; 26 -> {27};
27 -> {34} [color=green]; 27 -> {28};
28 -> {27}; 28 -> {35} [color=green];
} }
@@ -8,55 +8,55 @@ digraph postponedLambdas_kt {
0 [label="Enter function foo" style="filled" fillcolor=red]; 0 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
3 [label="Exit block"]; 2 [label="Exit block"];
} }
1 [label="Exit function foo" style="filled" fillcolor=red]; 3 [label="Exit function foo" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {1};
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
4 [label="Enter function test" style="filled" fillcolor=red]; 4 [label="Enter function test" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
6 [label="Enter block"]; 5 [label="Enter block"];
7 [label="Access variable R|<local>/a|"]; 6 [label="Access variable R|<local>/a|"];
8 [label="Postponed enter to lambda"]; 7 [label="Postponed enter to lambda"];
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
13 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 13 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
15 [label="Enter block"]; 14 [label="Enter block"];
16 [label="Const: String()"]; 15 [label="Const: String()"];
17 [label="Exit block"]; 16 [label="Exit block"];
} }
14 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 17 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
9 [label="Postponed exit from lambda"]; 8 [label="Postponed exit from lambda"];
10 [label="Access variable R|<local>/b|"]; 9 [label="Access variable R|<local>/b|"];
11 [label="Function call: R|/foo|(...)"]; 10 [label="Function call: R|/foo|(...)"];
12 [label="Exit block"]; 11 [label="Exit block"];
} }
5 [label="Exit function test" style="filled" fillcolor=red]; 12 [label="Exit function test" style="filled" fillcolor=red];
} }
4 -> {6}; 4 -> {5};
5 -> {6};
6 -> {7}; 6 -> {7};
7 -> {8}; 7 -> {13};
8 -> {13}; 7 -> {8} [color=red];
8 -> {9} [color=red]; 8 -> {9};
9 -> {10}; 9 -> {10};
10 -> {11}; 10 -> {11};
11 -> {12}; 11 -> {12};
12 -> {5}; 13 -> {17 14};
13 -> {14 15}; 14 -> {15};
14 -> {9} [color=green];
14 -> {13} [color=green style=dashed];
15 -> {16}; 15 -> {16};
16 -> {17}; 16 -> {17};
17 -> {14}; 17 -> {8} [color=green];
17 -> {13} [color=green style=dashed];
} }
@@ -8,16 +8,16 @@ digraph propertiesAndInitBlocks_kt {
0 [label="Enter function run" style="filled" fillcolor=red]; 0 [label="Enter function run" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
3 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"]; 2 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
4 [label="Exit block"]; 3 [label="Exit block"];
} }
1 [label="Exit function run" style="filled" fillcolor=red]; 4 [label="Exit function run" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {4}; 3 -> {4};
4 -> {1};
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
@@ -29,218 +29,218 @@ digraph propertiesAndInitBlocks_kt {
subgraph cluster_3 { subgraph cluster_3 {
color=red color=red
7 [label="Enter property" style="filled" fillcolor=red]; 7 [label="Enter property" style="filled" fillcolor=red];
9 [label="Const: Int(1)"]; 8 [label="Const: Int(1)"];
8 [label="Exit property" style="filled" fillcolor=red]; 9 [label="Exit property" style="filled" fillcolor=red];
} }
7 -> {9}; 7 -> {8};
9 -> {8}; 8 -> {9};
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
10 [label="Enter function getter" style="filled" fillcolor=red]; 10 [label="Enter function getter" style="filled" fillcolor=red];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
12 [label="Enter block"]; 11 [label="Enter block"];
13 [label="Const: Int(1)"]; 12 [label="Const: Int(1)"];
14 [label="Jump: ^ Int(1)"]; 13 [label="Jump: ^ Int(1)"];
15 [label="Stub" style="filled" fillcolor=gray]; 14 [label="Stub" style="filled" fillcolor=gray];
16 [label="Exit block" style="filled" fillcolor=gray]; 15 [label="Exit block" style="filled" fillcolor=gray];
} }
11 [label="Exit function getter" style="filled" fillcolor=red]; 16 [label="Exit function getter" style="filled" fillcolor=red];
} }
10 -> {12}; 10 -> {11};
11 -> {12};
12 -> {13}; 12 -> {13};
13 -> {14}; 13 -> {16};
14 -> {11}; 13 -> {14} [style=dotted];
14 -> {15} [style=dotted]; 14 -> {15} [style=dotted];
15 -> {16} [style=dotted]; 15 -> {16} [style=dotted];
16 -> {11} [style=dotted];
subgraph cluster_6 { subgraph cluster_6 {
color=red color=red
17 [label="Enter function setter" style="filled" fillcolor=red]; 17 [label="Enter function setter" style="filled" fillcolor=red];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
19 [label="Enter block"]; 18 [label="Enter block"];
20 [label="Const: Int(1)"]; 19 [label="Const: Int(1)"];
21 [label="Assignment: F|/x2|"]; 20 [label="Assignment: F|/x2|"];
22 [label="Exit block"]; 21 [label="Exit block"];
} }
18 [label="Exit function setter" style="filled" fillcolor=red]; 22 [label="Exit function setter" style="filled" fillcolor=red];
} }
17 -> {19}; 17 -> {18};
18 -> {19};
19 -> {20}; 19 -> {20};
20 -> {21}; 20 -> {21};
21 -> {22}; 21 -> {22};
22 -> {18};
subgraph cluster_8 { subgraph cluster_8 {
color=red color=red
23 [label="Enter property" style="filled" fillcolor=red]; 23 [label="Enter property" style="filled" fillcolor=red];
25 [label="Const: Int(1)"]; 24 [label="Const: Int(1)"];
24 [label="Exit property" style="filled" fillcolor=red]; 25 [label="Exit property" style="filled" fillcolor=red];
} }
23 -> {25}; 23 -> {24};
25 -> {24}; 24 -> {25};
subgraph cluster_9 { subgraph cluster_9 {
color=red color=red
44 [label="Enter function foo" style="filled" fillcolor=red]; 44 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
46 [label="Enter block"]; 45 [label="Enter block"];
46 [label="Const: Int(1)"];
47 [label="Const: Int(1)"]; 47 [label="Const: Int(1)"];
48 [label="Const: Int(1)"]; 48 [label="Function call: Int(1).R|kotlin/Int.plus|(...)"];
49 [label="Function call: Int(1).R|kotlin/Int.plus|(...)"]; 49 [label="Variable declaration: lval c: R|kotlin/Int|"];
50 [label="Variable declaration: lval c: R|kotlin/Int|"]; 50 [label="Function call: R|java/lang/Exception.Exception|()"];
51 [label="Function call: R|java/lang/Exception.Exception|()"]; 51 [label="Throw: throw R|java/lang/Exception.Exception|()"];
52 [label="Throw: throw R|java/lang/Exception.Exception|()"]; 52 [label="Stub" style="filled" fillcolor=gray];
53 [label="Stub" style="filled" fillcolor=gray]; 53 [label="Exit block" style="filled" fillcolor=gray];
54 [label="Exit block" style="filled" fillcolor=gray];
} }
45 [label="Exit function foo" style="filled" fillcolor=red]; 54 [label="Exit function foo" style="filled" fillcolor=red];
} }
44 -> {46}; 44 -> {45};
45 -> {46};
46 -> {47}; 46 -> {47};
47 -> {48}; 47 -> {48};
48 -> {49}; 48 -> {49};
49 -> {50}; 49 -> {50};
50 -> {51}; 50 -> {51};
51 -> {52}; 51 -> {54};
52 -> {45}; 51 -> {52} [style=dotted];
52 -> {53} [style=dotted]; 52 -> {53} [style=dotted];
53 -> {54} [style=dotted]; 53 -> {54} [style=dotted];
54 -> {45} [style=dotted];
subgraph cluster_11 { subgraph cluster_11 {
color=red color=red
55 [label="Enter function <init>" style="filled" fillcolor=red]; 55 [label="Enter function <init>" style="filled" fillcolor=red];
57 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 56 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
56 [label="Exit function <init>" style="filled" fillcolor=red]; 57 [label="Exit function <init>" style="filled" fillcolor=red];
} }
55 -> {57}; 55 -> {56};
57 -> {56}; 56 -> {57};
subgraph cluster_12 { subgraph cluster_12 {
color=red color=red
58 [label="Enter function getter" style="filled" fillcolor=red]; 58 [label="Enter function getter" style="filled" fillcolor=red];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
64 [label="Enter class GetterLocalClass" style="filled" fillcolor=red]; 63 [label="Enter class GetterLocalClass" style="filled" fillcolor=red];
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
60 [label="Enter block"]; 59 [label="Enter block"];
61 [label="Exit local class <getter>"]; 60 [label="Exit local class <getter>"];
62 [label="Exit block"]; 61 [label="Exit block"];
} }
subgraph cluster_15 { 62 [label="Exit function getter" style="filled" fillcolor=red];
color=blue
65 [label="Enter init block" style="filled" fillcolor=red];
subgraph cluster_16 {
color=blue
67 [label="Enter block"];
68 [label="Function call: R|java/lang/Exception.Exception|()"];
69 [label="Throw: throw R|java/lang/Exception.Exception|()"];
70 [label="Stub" style="filled" fillcolor=gray];
71 [label="Exit block" style="filled" fillcolor=gray];
}
66 [label="Exit init block" style="filled" fillcolor=red];
}
63 [label="Exit class GetterLocalClass" style="filled" fillcolor=red];
} }
59 [label="Exit function getter" style="filled" fillcolor=red]; subgraph cluster_15 {
color=blue
65 [label="Enter init block" style="filled" fillcolor=red];
subgraph cluster_16 {
color=blue
66 [label="Enter block"];
67 [label="Function call: R|java/lang/Exception.Exception|()"];
68 [label="Throw: throw R|java/lang/Exception.Exception|()"];
69 [label="Stub" style="filled" fillcolor=gray];
70 [label="Exit block" style="filled" fillcolor=gray];
}
71 [label="Exit init block" style="filled" fillcolor=red];
}
64 [label="Exit class GetterLocalClass" style="filled" fillcolor=red];
} }
58 -> {60}; 58 -> {59};
59 -> {60};
59 -> {72 65} [color=red];
60 -> {61}; 60 -> {61};
60 -> {72 65} [color=red];
61 -> {62}; 61 -> {62};
62 -> {59}; 63 -> {65} [color=green];
64 -> {65} [color=green]; 65 -> {66};
65 -> {67}; 66 -> {67};
66 -> {63} [color=green];
67 -> {68}; 67 -> {68};
68 -> {69}; 68 -> {71};
69 -> {66}; 68 -> {69} [style=dotted];
69 -> {70} [style=dotted]; 69 -> {70} [style=dotted];
70 -> {71} [style=dotted]; 70 -> {71} [style=dotted];
71 -> {66} [style=dotted]; 71 -> {64} [color=green];
subgraph cluster_17 { subgraph cluster_17 {
color=red color=red
72 [label="Enter function <init>" style="filled" fillcolor=red]; 72 [label="Enter function <init>" style="filled" fillcolor=red];
74 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 73 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
73 [label="Exit function <init>" style="filled" fillcolor=red]; 74 [label="Exit function <init>" style="filled" fillcolor=red];
} }
72 -> {74}; 72 -> {73};
74 -> {73}; 73 -> {74};
subgraph cluster_18 { subgraph cluster_18 {
color=red color=red
75 [label="Enter property" style="filled" fillcolor=red]; 75 [label="Enter property" style="filled" fillcolor=red];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
35 [label="Enter class InitializerLocalClass" style="filled" fillcolor=red]; 34 [label="Enter class InitializerLocalClass" style="filled" fillcolor=red];
77 [label="Postponed enter to lambda"]; 76 [label="Postponed enter to lambda"];
subgraph cluster_20 { subgraph cluster_20 {
color=blue color=blue
26 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 26 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
28 [label="Enter block"]; 27 [label="Enter block"];
29 [label="Exit local class <anonymous>"]; 28 [label="Exit local class <anonymous>"];
30 [label="Function call: R|java/lang/Exception.Exception|()"]; 29 [label="Function call: R|java/lang/Exception.Exception|()"];
31 [label="Throw: throw R|java/lang/Exception.Exception|()"]; 30 [label="Throw: throw R|java/lang/Exception.Exception|()"];
32 [label="Stub" style="filled" fillcolor=gray]; 31 [label="Stub" style="filled" fillcolor=gray];
33 [label="Exit block" style="filled" fillcolor=gray]; 32 [label="Exit block" style="filled" fillcolor=gray];
} }
subgraph cluster_22 { subgraph cluster_22 {
color=blue color=blue
36 [label="Enter init block" style="filled" fillcolor=red]; 36 [label="Enter init block" style="filled" fillcolor=red];
subgraph cluster_23 { subgraph cluster_23 {
color=blue color=blue
38 [label="Enter block"]; 37 [label="Enter block"];
39 [label="Function call: R|java/lang/Exception.Exception|()"]; 38 [label="Function call: R|java/lang/Exception.Exception|()"];
40 [label="Throw: throw R|java/lang/Exception.Exception|()"]; 39 [label="Throw: throw R|java/lang/Exception.Exception|()"];
41 [label="Stub" style="filled" fillcolor=gray]; 40 [label="Stub" style="filled" fillcolor=gray];
42 [label="Const: Int(1)" style="filled" fillcolor=gray]; 41 [label="Const: Int(1)" style="filled" fillcolor=gray];
43 [label="Exit block" style="filled" fillcolor=gray]; 42 [label="Exit block" style="filled" fillcolor=gray];
} }
37 [label="Exit init block" style="filled" fillcolor=red]; 43 [label="Exit init block" style="filled" fillcolor=red];
} }
34 [label="Exit class InitializerLocalClass" style="filled" fillcolor=red]; 35 [label="Exit class InitializerLocalClass" style="filled" fillcolor=red];
} }
27 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 33 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
78 [label="Postponed exit from lambda"]; 77 [label="Postponed exit from lambda"];
79 [label="Function call: R|/run|(...)"]; 78 [label="Function call: R|/run|(...)"];
76 [label="Exit property" style="filled" fillcolor=red]; 79 [label="Exit property" style="filled" fillcolor=red];
} }
75 -> {77}; 75 -> {76};
77 -> {26}; 76 -> {26};
77 -> {78} [color=red]; 76 -> {77} [color=red];
77 -> {78};
78 -> {79}; 78 -> {79};
79 -> {76}; 26 -> {33 27};
26 -> {27 28}; 27 -> {28};
27 -> {78} [color=green]; 27 -> {44 55 36} [color=red];
27 -> {26} [color=green style=dashed];
28 -> {29}; 28 -> {29};
28 -> {44 55 36} [color=red];
29 -> {30}; 29 -> {30};
30 -> {31}; 30 -> {33};
31 -> {27}; 30 -> {31} [style=dotted];
31 -> {32} [style=dotted]; 31 -> {32} [style=dotted];
32 -> {33} [style=dotted]; 32 -> {33} [style=dotted];
33 -> {27} [style=dotted]; 33 -> {77} [color=green];
35 -> {36} [color=green]; 33 -> {26} [color=green style=dashed];
36 -> {38}; 34 -> {36} [color=green];
37 -> {34} [color=green]; 36 -> {37};
37 -> {38};
38 -> {39}; 38 -> {39};
39 -> {40}; 39 -> {43};
40 -> {37}; 39 -> {40} [style=dotted];
40 -> {41} [style=dotted]; 40 -> {41} [style=dotted];
41 -> {42} [style=dotted]; 41 -> {42} [style=dotted];
42 -> {43} [style=dotted]; 42 -> {43} [style=dotted];
43 -> {37} [style=dotted]; 43 -> {35} [color=green];
subgraph cluster_24 { subgraph cluster_24 {
color=red color=red
@@ -254,61 +254,61 @@ digraph propertiesAndInitBlocks_kt {
82 [label="Enter property" style="filled" fillcolor=red]; 82 [label="Enter property" style="filled" fillcolor=red];
subgraph cluster_26 { subgraph cluster_26 {
color=blue color=blue
84 [label="Try expression enter"]; 83 [label="Try expression enter"];
subgraph cluster_27 { subgraph cluster_27 {
color=blue color=blue
86 [label="Try main block enter"]; 84 [label="Try main block enter"];
subgraph cluster_28 { subgraph cluster_28 {
color=blue color=blue
89 [label="Enter block"]; 85 [label="Enter block"];
90 [label="Const: Int(1)"]; 86 [label="Const: Int(1)"];
91 [label="Exit block"]; 87 [label="Exit block"];
} }
92 [label="Try main block exit"]; 88 [label="Try main block exit"];
} }
subgraph cluster_29 { subgraph cluster_29 {
color=blue color=blue
88 [label="Enter finally"]; 89 [label="Enter finally"];
subgraph cluster_30 { subgraph cluster_30 {
color=blue color=blue
97 [label="Enter block"]; 90 [label="Enter block"];
98 [label="Const: Int(0)"]; 91 [label="Const: Int(0)"];
99 [label="Exit block"]; 92 [label="Exit block"];
} }
100 [label="Exit finally"]; 93 [label="Exit finally"];
} }
subgraph cluster_31 { subgraph cluster_31 {
color=blue color=blue
87 [label="Catch enter"]; 94 [label="Catch enter"];
subgraph cluster_32 { subgraph cluster_32 {
color=blue color=blue
93 [label="Enter block"]; 95 [label="Enter block"];
94 [label="Const: Int(2)"]; 96 [label="Const: Int(2)"];
95 [label="Exit block"]; 97 [label="Exit block"];
} }
96 [label="Catch exit"]; 98 [label="Catch exit"];
} }
85 [label="Try expression exit"]; 99 [label="Try expression exit"];
} }
83 [label="Exit property" style="filled" fillcolor=red]; 100 [label="Exit property" style="filled" fillcolor=red];
} }
82 -> {84}; 82 -> {83};
84 -> {86}; 83 -> {84};
85 -> {83}; 84 -> {100 94 89 85};
86 -> {83 87 88 89}; 85 -> {86};
87 -> {83 93}; 86 -> {87};
88 -> {97}; 87 -> {88};
88 -> {99};
89 -> {90}; 89 -> {90};
90 -> {91}; 90 -> {91};
91 -> {92}; 91 -> {92};
92 -> {85}; 92 -> {93};
93 -> {94}; 93 -> {99};
94 -> {95}; 94 -> {100 95};
95 -> {96}; 95 -> {96};
96 -> {85}; 96 -> {97};
97 -> {98}; 97 -> {98};
98 -> {99}; 98 -> {99};
99 -> {100}; 99 -> {100};
100 -> {85};
} }
@@ -5,212 +5,212 @@ digraph returnValuesFromLambda_kt {
subgraph cluster_0 { subgraph cluster_0 {
color=red color=red
1 [label="Enter class A" style="filled" fillcolor=red]; 0 [label="Enter class A" style="filled" fillcolor=red];
0 [label="Exit class A" style="filled" fillcolor=red]; 1 [label="Exit class A" style="filled" fillcolor=red];
} }
1 -> {0} [color=green]; 0 -> {1} [color=green];
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
2 [label="Enter function <init>" style="filled" fillcolor=red]; 2 [label="Enter function <init>" style="filled" fillcolor=red];
4 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 3 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
3 [label="Exit function <init>" style="filled" fillcolor=red]; 4 [label="Exit function <init>" style="filled" fillcolor=red];
} }
2 -> {4}; 2 -> {3};
4 -> {3}; 3 -> {4};
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
6 [label="Enter class B" style="filled" fillcolor=red]; 5 [label="Enter class B" style="filled" fillcolor=red];
5 [label="Exit class B" style="filled" fillcolor=red]; 6 [label="Exit class B" style="filled" fillcolor=red];
} }
6 -> {5} [color=green]; 5 -> {6} [color=green];
subgraph cluster_3 { subgraph cluster_3 {
color=red color=red
7 [label="Enter function <init>" style="filled" fillcolor=red]; 7 [label="Enter function <init>" style="filled" fillcolor=red];
9 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 8 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
8 [label="Exit function <init>" style="filled" fillcolor=red]; 9 [label="Exit function <init>" style="filled" fillcolor=red];
} }
7 -> {9}; 7 -> {8};
9 -> {8}; 8 -> {9};
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
11 [label="Enter class C" style="filled" fillcolor=red]; 10 [label="Enter class C" style="filled" fillcolor=red];
10 [label="Exit class C" style="filled" fillcolor=red]; 11 [label="Exit class C" style="filled" fillcolor=red];
} }
11 -> {10} [color=green]; 10 -> {11} [color=green];
subgraph cluster_5 { subgraph cluster_5 {
color=red color=red
12 [label="Enter function test_1" style="filled" fillcolor=red]; 12 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
14 [label="Enter block"]; 13 [label="Enter block"];
15 [label="Postponed enter to lambda"]; 14 [label="Postponed enter to lambda"];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
21 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 21 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
23 [label="Enter block"]; 22 [label="Enter block"];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
24 [label="Enter when"]; 23 [label="Enter when"];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
26 [label="Enter when branch condition "]; 24 [label="Enter when branch condition "];
27 [label="Access variable R|<local>/b|"]; 25 [label="Access variable R|<local>/b|"];
28 [label="Exit when branch condition"]; 26 [label="Exit when branch condition"];
} }
36 [label="Synthetic else branch"]; 27 [label="Synthetic else branch"];
29 [label="Enter when branch result"]; 28 [label="Enter when branch result"];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
30 [label="Enter block"]; 29 [label="Enter block"];
31 [label="Function call: R|/B.B|()"]; 30 [label="Function call: R|/B.B|()"];
32 [label="Jump: ^@run R|/B.B|()"]; 31 [label="Jump: ^@run R|/B.B|()"];
33 [label="Stub" style="filled" fillcolor=gray]; 32 [label="Stub" style="filled" fillcolor=gray];
34 [label="Exit block" style="filled" fillcolor=gray]; 33 [label="Exit block" style="filled" fillcolor=gray];
} }
35 [label="Exit when branch result" style="filled" fillcolor=gray]; 34 [label="Exit when branch result" style="filled" fillcolor=gray];
25 [label="Exit when"]; 35 [label="Exit when"];
} }
37 [label="Function call: R|/C.C|()"]; 36 [label="Function call: R|/C.C|()"];
38 [label="Exit block"]; 37 [label="Exit block"];
} }
22 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 38 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
18 [label="Call arguments union" style="filled" fillcolor=yellow]; 15 [label="Call arguments union" style="filled" fillcolor=yellow];
16 [label="Postponed exit from lambda"]; 16 [label="Postponed exit from lambda"];
17 [label="Function call: R|kotlin/run|<R|A|>(...)"]; 17 [label="Function call: R|kotlin/run|<R|A|>(...)"];
19 [label="Variable declaration: lval x: R|A|"]; 18 [label="Variable declaration: lval x: R|A|"];
20 [label="Exit block"]; 19 [label="Exit block"];
} }
13 [label="Exit function test_1" style="filled" fillcolor=red]; 20 [label="Exit function test_1" style="filled" fillcolor=red];
} }
12 -> {14}; 12 -> {13};
14 -> {15}; 13 -> {14};
15 -> {21}; 14 -> {21};
15 -> {16} [color=red]; 14 -> {16} [color=red];
15 -> {17} [color=red];
16 -> {17} [color=green]; 16 -> {17} [color=green];
17 -> {19}; 17 -> {18};
18 -> {17} [color=red]; 18 -> {19};
19 -> {20}; 19 -> {20};
20 -> {13}; 21 -> {22};
21 -> {23}; 22 -> {23};
22 -> {16} [color=green];
22 -> {18} [color=red];
23 -> {24}; 23 -> {24};
24 -> {26}; 24 -> {25};
25 -> {37}; 25 -> {26};
26 -> {27}; 26 -> {28 27};
27 -> {28}; 27 -> {35};
28 -> {29 36}; 28 -> {29};
29 -> {30}; 29 -> {30};
30 -> {31}; 30 -> {31};
31 -> {32}; 31 -> {38};
32 -> {22}; 31 -> {32} [style=dotted];
32 -> {33} [style=dotted]; 32 -> {33} [style=dotted];
33 -> {34} [style=dotted]; 33 -> {34} [style=dotted];
34 -> {35} [style=dotted]; 34 -> {35} [style=dotted];
35 -> {25} [style=dotted]; 35 -> {36};
36 -> {25}; 36 -> {37};
37 -> {38}; 37 -> {38};
38 -> {22}; 38 -> {16} [color=green];
38 -> {15} [color=red];
subgraph cluster_12 { subgraph cluster_12 {
color=red color=red
39 [label="Enter function test_2" style="filled" fillcolor=red]; 39 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
41 [label="Enter block"]; 40 [label="Enter block"];
42 [label="Postponed enter to lambda"]; 41 [label="Postponed enter to lambda"];
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
48 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 48 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
50 [label="Enter block"]; 49 [label="Enter block"];
51 [label="Function call: R|/C.C|()"]; 50 [label="Function call: R|/C.C|()"];
52 [label="Jump: ^@run R|/C.C|()"]; 51 [label="Jump: ^@run R|/C.C|()"];
53 [label="Stub" style="filled" fillcolor=gray]; 52 [label="Stub" style="filled" fillcolor=gray];
54 [label="Exit block" style="filled" fillcolor=gray]; 53 [label="Exit block" style="filled" fillcolor=gray];
} }
49 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 54 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
45 [label="Call arguments union" style="filled" fillcolor=yellow]; 42 [label="Call arguments union" style="filled" fillcolor=yellow];
43 [label="Postponed exit from lambda"]; 43 [label="Postponed exit from lambda"];
44 [label="Function call: R|kotlin/run|<R|C|>(...)"]; 44 [label="Function call: R|kotlin/run|<R|C|>(...)"];
46 [label="Variable declaration: lval x: R|C|"]; 45 [label="Variable declaration: lval x: R|C|"];
47 [label="Exit block"]; 46 [label="Exit block"];
} }
40 [label="Exit function test_2" style="filled" fillcolor=red]; 47 [label="Exit function test_2" style="filled" fillcolor=red];
} }
39 -> {41}; 39 -> {40};
41 -> {42}; 40 -> {41};
42 -> {48}; 41 -> {48};
42 -> {43} [color=red]; 41 -> {43} [color=red];
42 -> {44} [color=red];
43 -> {44} [color=green]; 43 -> {44} [color=green];
44 -> {46}; 44 -> {45};
45 -> {44} [color=red]; 45 -> {46};
46 -> {47}; 46 -> {47};
47 -> {40}; 48 -> {49};
48 -> {50}; 49 -> {50};
49 -> {43} [color=green];
49 -> {45} [color=red];
50 -> {51}; 50 -> {51};
51 -> {52}; 51 -> {54};
52 -> {49}; 51 -> {52} [style=dotted];
52 -> {53} [style=dotted]; 52 -> {53} [style=dotted];
53 -> {54} [style=dotted]; 53 -> {54} [style=dotted];
54 -> {49} [style=dotted]; 54 -> {43} [color=green];
54 -> {42} [color=red];
subgraph cluster_16 { subgraph cluster_16 {
color=red color=red
55 [label="Enter function test_3" style="filled" fillcolor=red]; 55 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
57 [label="Enter block"]; 56 [label="Enter block"];
58 [label="Postponed enter to lambda"]; 57 [label="Postponed enter to lambda"];
subgraph cluster_18 { subgraph cluster_18 {
color=blue color=blue
65 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 65 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
67 [label="Enter block"]; 66 [label="Enter block"];
68 [label="Jump: ^test_3 Unit"]; 67 [label="Jump: ^test_3 Unit"];
69 [label="Stub" style="filled" fillcolor=gray]; 68 [label="Stub" style="filled" fillcolor=gray];
70 [label="Exit block" style="filled" fillcolor=gray]; 69 [label="Exit block" style="filled" fillcolor=gray];
} }
66 [label="Exit function anonymousFunction" style="filled" fillcolor=red style="filled" fillcolor=gray]; 70 [label="Exit function anonymousFunction" style="filled" fillcolor=red style="filled" fillcolor=gray];
} }
61 [label="Call arguments union" style="filled" fillcolor=gray]; 58 [label="Call arguments union" style="filled" fillcolor=gray];
59 [label="Postponed exit from lambda" style="filled" fillcolor=gray]; 59 [label="Postponed exit from lambda" style="filled" fillcolor=gray];
60 [label="Function call: R|kotlin/run|<R|kotlin/Nothing|>(...)" style="filled" fillcolor=gray]; 60 [label="Function call: R|kotlin/run|<R|kotlin/Nothing|>(...)" style="filled" fillcolor=gray];
62 [label="Stub" style="filled" fillcolor=gray]; 61 [label="Stub" style="filled" fillcolor=gray];
63 [label="Variable declaration: lval x: R|kotlin/Nothing|" style="filled" fillcolor=gray]; 62 [label="Variable declaration: lval x: R|kotlin/Nothing|" style="filled" fillcolor=gray];
64 [label="Exit block" style="filled" fillcolor=gray]; 63 [label="Exit block" style="filled" fillcolor=gray];
} }
56 [label="Exit function test_3" style="filled" fillcolor=red]; 64 [label="Exit function test_3" style="filled" fillcolor=red];
} }
55 -> {57}; 55 -> {56};
57 -> {58}; 56 -> {57};
58 -> {65}; 57 -> {65};
58 -> {59} [color=red]; 57 -> {59} [color=red];
58 -> {60} [style=dotted];
59 -> {60} [style=dotted]; 59 -> {60} [style=dotted];
60 -> {56 62} [style=dotted]; 60 -> {64 61} [style=dotted];
61 -> {60} [style=dotted]; 61 -> {62} [style=dotted];
62 -> {63} [style=dotted]; 62 -> {63} [style=dotted];
63 -> {64} [style=dotted]; 63 -> {64} [style=dotted];
64 -> {56} [style=dotted]; 65 -> {66};
65 -> {67}; 66 -> {67};
66 -> {59 61} [style=dotted]; 67 -> {64};
67 -> {68}; 67 -> {68} [style=dotted];
68 -> {56};
68 -> {69} [style=dotted]; 68 -> {69} [style=dotted];
69 -> {70} [style=dotted]; 69 -> {70} [style=dotted];
70 -> {66} [style=dotted]; 70 -> {59 58} [style=dotted];
} }
@@ -19,10 +19,10 @@ digraph safeCalls_kt {
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
5 [label="Enter class A" style="filled" fillcolor=red]; 4 [label="Enter class A" style="filled" fillcolor=red];
4 [label="Exit class A" style="filled" fillcolor=red]; 5 [label="Exit class A" style="filled" fillcolor=red];
} }
5 -> {4} [color=green]; 4 -> {5} [color=green];
subgraph cluster_3 { subgraph cluster_3 {
color=red color=red
@@ -40,65 +40,65 @@ digraph safeCalls_kt {
subgraph cluster_5 { subgraph cluster_5 {
color=red color=red
11 [label="Enter class B" style="filled" fillcolor=red]; 10 [label="Enter class B" style="filled" fillcolor=red];
10 [label="Exit class B" style="filled" fillcolor=red]; 11 [label="Exit class B" style="filled" fillcolor=red];
} }
11 -> {10} [color=green]; 10 -> {11} [color=green];
subgraph cluster_6 { subgraph cluster_6 {
color=red color=red
12 [label="Enter function test_1" style="filled" fillcolor=red]; 12 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
14 [label="Enter block"]; 13 [label="Enter block"];
15 [label="Access variable R|<local>/x|"]; 14 [label="Access variable R|<local>/x|"];
16 [label="Enter safe call"]; 15 [label="Enter safe call"];
18 [label="Function call: $subj$.R|/A.foo|()"]; 16 [label="Function call: $subj$.R|/A.foo|()"];
17 [label="Exit safe call"]; 17 [label="Exit safe call"];
19 [label="Enter safe call"]; 18 [label="Enter safe call"];
21 [label="Function call: $subj$.R|/A.bar|()"]; 19 [label="Function call: $subj$.R|/A.bar|()"];
20 [label="Exit safe call"]; 20 [label="Exit safe call"];
22 [label="Exit block"]; 21 [label="Exit block"];
} }
13 [label="Exit function test_1" style="filled" fillcolor=red]; 22 [label="Exit function test_1" style="filled" fillcolor=red];
} }
12 -> {14}; 12 -> {13};
14 -> {15}; 13 -> {14};
15 -> {16 17}; 14 -> {15 17};
16 -> {18}; 15 -> {16};
17 -> {19 20}; 16 -> {17};
18 -> {17}; 17 -> {18 20};
19 -> {21}; 18 -> {19};
20 -> {22}; 19 -> {20};
21 -> {20}; 20 -> {21};
22 -> {13}; 21 -> {22};
subgraph cluster_8 { subgraph cluster_8 {
color=red color=red
23 [label="Enter function test_2" style="filled" fillcolor=red]; 23 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
25 [label="Enter block"]; 24 [label="Enter block"];
26 [label="Access variable R|<local>/x|"]; 25 [label="Access variable R|<local>/x|"];
27 [label="Enter safe call"]; 26 [label="Enter safe call"];
29 [label="Access variable R|/B.foo|"]; 27 [label="Access variable R|/B.foo|"];
28 [label="Exit safe call"]; 28 [label="Exit safe call"];
30 [label="Enter safe call"]; 29 [label="Enter safe call"];
32 [label="Access variable R|/B.bar|"]; 30 [label="Access variable R|/B.bar|"];
31 [label="Exit safe call"]; 31 [label="Exit safe call"];
33 [label="Exit block"]; 32 [label="Exit block"];
} }
24 [label="Exit function test_2" style="filled" fillcolor=red]; 33 [label="Exit function test_2" style="filled" fillcolor=red];
} }
23 -> {25}; 23 -> {24};
25 -> {26}; 24 -> {25};
26 -> {27 28}; 25 -> {26 28};
27 -> {29}; 26 -> {27};
28 -> {30 31}; 27 -> {28};
29 -> {28}; 28 -> {29 31};
30 -> {32}; 29 -> {30};
31 -> {33}; 30 -> {31};
32 -> {31}; 31 -> {32};
33 -> {24}; 32 -> {33};
} }
+17 -17
View File
@@ -8,33 +8,34 @@ digraph simple_kt {
0 [label="Enter function foo" style="filled" fillcolor=red]; 0 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
3 [label="Exit block"]; 2 [label="Exit block"];
} }
1 [label="Exit function foo" style="filled" fillcolor=red]; 3 [label="Exit function foo" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {1};
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
4 [label="Enter function test" style="filled" fillcolor=red]; 4 [label="Enter function test" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
6 [label="Enter block"]; 5 [label="Enter block"];
7 [label="Const: Int(1)"]; 6 [label="Const: Int(1)"];
8 [label="Variable declaration: lval x: R|kotlin/Int|"]; 7 [label="Variable declaration: lval x: R|kotlin/Int|"];
9 [label="Access variable R|<local>/x|"]; 8 [label="Access variable R|<local>/x|"];
10 [label="Const: Int(1)"]; 9 [label="Const: Int(1)"];
11 [label="Function call: R|<local>/x|.R|kotlin/Int.plus|(...)"]; 10 [label="Function call: R|<local>/x|.R|kotlin/Int.plus|(...)"];
12 [label="Variable declaration: lval y: R|kotlin/Int|"]; 11 [label="Variable declaration: lval y: R|kotlin/Int|"];
13 [label="Function call: R|/foo|()"]; 12 [label="Function call: R|/foo|()"];
14 [label="Exit block"]; 13 [label="Exit block"];
} }
5 [label="Exit function test" style="filled" fillcolor=red]; 14 [label="Exit function test" style="filled" fillcolor=red];
} }
4 -> {6}; 4 -> {5};
5 -> {6};
6 -> {7}; 6 -> {7};
7 -> {8}; 7 -> {8};
8 -> {9}; 8 -> {9};
@@ -43,6 +44,5 @@ digraph simple_kt {
11 -> {12}; 11 -> {12};
12 -> {13}; 12 -> {13};
13 -> {14}; 13 -> {14};
14 -> {5};
} }
+176 -176
View File
@@ -8,315 +8,315 @@ digraph tryCatch_kt {
0 [label="Enter function test_1" style="filled" fillcolor=red]; 0 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
subgraph cluster_2 { subgraph cluster_2 {
color=blue color=blue
3 [label="Try expression enter"]; 2 [label="Try expression enter"];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
5 [label="Try main block enter"]; 3 [label="Try main block enter"];
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
8 [label="Enter block"]; 4 [label="Enter block"];
9 [label="Const: Int(1)"]; 5 [label="Const: Int(1)"];
10 [label="Variable declaration: lval x: R|kotlin/Int|"]; 6 [label="Variable declaration: lval x: R|kotlin/Int|"];
11 [label="Exit block"]; 7 [label="Exit block"];
} }
12 [label="Try main block exit"]; 8 [label="Try main block exit"];
} }
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
7 [label="Catch enter"]; 9 [label="Catch enter"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
18 [label="Enter block"]; 10 [label="Enter block"];
19 [label="Const: Int(3)"]; 11 [label="Const: Int(3)"];
20 [label="Variable declaration: lval z: R|kotlin/Int|"]; 12 [label="Variable declaration: lval z: R|kotlin/Int|"];
21 [label="Exit block"]; 13 [label="Exit block"];
} }
22 [label="Catch exit"]; 14 [label="Catch exit"];
} }
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
6 [label="Catch enter"]; 15 [label="Catch enter"];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
13 [label="Enter block"]; 16 [label="Enter block"];
14 [label="Const: Int(2)"]; 17 [label="Const: Int(2)"];
15 [label="Variable declaration: lval y: R|kotlin/Int|"]; 18 [label="Variable declaration: lval y: R|kotlin/Int|"];
16 [label="Exit block"]; 19 [label="Exit block"];
} }
17 [label="Catch exit"]; 20 [label="Catch exit"];
} }
4 [label="Try expression exit"]; 21 [label="Try expression exit"];
} }
23 [label="Exit block"]; 22 [label="Exit block"];
} }
1 [label="Exit function test_1" style="filled" fillcolor=red]; 23 [label="Exit function test_1" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {5}; 3 -> {23 15 9 4};
4 -> {23}; 4 -> {5};
5 -> {1 6 7 8}; 5 -> {6};
6 -> {1 13}; 6 -> {7};
7 -> {1 18}; 7 -> {8};
8 -> {9}; 8 -> {21};
9 -> {10}; 9 -> {23 10};
10 -> {11}; 10 -> {11};
11 -> {12}; 11 -> {12};
12 -> {4}; 12 -> {13};
13 -> {14}; 13 -> {14};
14 -> {15}; 14 -> {21};
15 -> {16}; 15 -> {23 16};
16 -> {17}; 16 -> {17};
17 -> {4}; 17 -> {18};
18 -> {19}; 18 -> {19};
19 -> {20}; 19 -> {20};
20 -> {21}; 20 -> {21};
21 -> {22}; 21 -> {22};
22 -> {4}; 22 -> {23};
23 -> {1};
subgraph cluster_9 { subgraph cluster_9 {
color=red color=red
24 [label="Enter function test_2" style="filled" fillcolor=red]; 24 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
26 [label="Enter block"]; 25 [label="Enter block"];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
27 [label="Try expression enter"]; 26 [label="Try expression enter"];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
29 [label="Try main block enter"]; 27 [label="Try main block enter"];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
31 [label="Enter block"]; 28 [label="Enter block"];
32 [label="Const: Int(1)"]; 29 [label="Const: Int(1)"];
33 [label="Exit block"]; 30 [label="Exit block"];
} }
34 [label="Try main block exit"]; 31 [label="Try main block exit"];
} }
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
30 [label="Catch enter"]; 32 [label="Catch enter"];
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
35 [label="Enter block"]; 33 [label="Enter block"];
36 [label="Const: Int(2)"]; 34 [label="Const: Int(2)"];
37 [label="Exit block"]; 35 [label="Exit block"];
} }
38 [label="Catch exit"]; 36 [label="Catch exit"];
} }
28 [label="Try expression exit"]; 37 [label="Try expression exit"];
} }
39 [label="Variable declaration: lval x: R|kotlin/Int|"]; 38 [label="Variable declaration: lval x: R|kotlin/Int|"];
40 [label="Exit block"]; 39 [label="Exit block"];
} }
25 [label="Exit function test_2" style="filled" fillcolor=red]; 40 [label="Exit function test_2" style="filled" fillcolor=red];
} }
24 -> {26}; 24 -> {25};
25 -> {26};
26 -> {27}; 26 -> {27};
27 -> {29}; 27 -> {40 32 28};
28 -> {39}; 28 -> {29};
29 -> {25 30 31}; 29 -> {30};
30 -> {25 35}; 30 -> {31};
31 -> {32}; 31 -> {37};
32 -> {33}; 32 -> {40 33};
33 -> {34}; 33 -> {34};
34 -> {28}; 34 -> {35};
35 -> {36}; 35 -> {36};
36 -> {37}; 36 -> {37};
37 -> {38}; 37 -> {38};
38 -> {28}; 38 -> {39};
39 -> {40}; 39 -> {40};
40 -> {25};
subgraph cluster_16 { subgraph cluster_16 {
color=red color=red
41 [label="Enter function test_3" style="filled" fillcolor=red]; 41 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
43 [label="Enter block"]; 42 [label="Enter block"];
subgraph cluster_18 { subgraph cluster_18 {
color=blue color=blue
44 [label="Enter while loop"]; 43 [label="Enter while loop"];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
46 [label="Enter loop condition"]; 44 [label="Enter loop condition"];
47 [label="Const: Boolean(true)"]; 45 [label="Const: Boolean(true)"];
48 [label="Exit loop condition"]; 46 [label="Exit loop condition"];
} }
subgraph cluster_20 { subgraph cluster_20 {
color=blue color=blue
49 [label="Enter loop block"]; 47 [label="Enter loop block"];
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
50 [label="Enter block"]; 48 [label="Enter block"];
subgraph cluster_22 { subgraph cluster_22 {
color=blue color=blue
51 [label="Try expression enter"]; 49 [label="Try expression enter"];
subgraph cluster_23 { subgraph cluster_23 {
color=blue color=blue
53 [label="Try main block enter"]; 50 [label="Try main block enter"];
subgraph cluster_24 { subgraph cluster_24 {
color=blue color=blue
56 [label="Enter block"]; 51 [label="Enter block"];
subgraph cluster_25 { subgraph cluster_25 {
color=blue color=blue
57 [label="Enter when"]; 52 [label="Enter when"];
subgraph cluster_26 { subgraph cluster_26 {
color=blue color=blue
59 [label="Enter when branch condition "]; 53 [label="Enter when branch condition "];
60 [label="Access variable R|<local>/b|"]; 54 [label="Access variable R|<local>/b|"];
61 [label="Exit when branch condition"]; 55 [label="Exit when branch condition"];
} }
68 [label="Synthetic else branch"]; 56 [label="Synthetic else branch"];
62 [label="Enter when branch result"]; 57 [label="Enter when branch result"];
subgraph cluster_27 { subgraph cluster_27 {
color=blue color=blue
63 [label="Enter block"]; 58 [label="Enter block"];
64 [label="Jump: ^test_3 Unit"]; 59 [label="Jump: ^test_3 Unit"];
65 [label="Stub" style="filled" fillcolor=gray]; 60 [label="Stub" style="filled" fillcolor=gray];
66 [label="Exit block" style="filled" fillcolor=gray]; 61 [label="Exit block" style="filled" fillcolor=gray];
} }
67 [label="Exit when branch result" style="filled" fillcolor=gray]; 62 [label="Exit when branch result" style="filled" fillcolor=gray];
58 [label="Exit when"]; 63 [label="Exit when"];
} }
69 [label="Const: Int(1)"]; 64 [label="Const: Int(1)"];
70 [label="Variable declaration: lval x: R|kotlin/Int|"]; 65 [label="Variable declaration: lval x: R|kotlin/Int|"];
subgraph cluster_28 { subgraph cluster_28 {
color=blue color=blue
71 [label="Enter when"]; 66 [label="Enter when"];
subgraph cluster_29 { subgraph cluster_29 {
color=blue color=blue
73 [label="Enter when branch condition "]; 67 [label="Enter when branch condition "];
74 [label="Access variable R|<local>/b|"]; 68 [label="Access variable R|<local>/b|"];
75 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"]; 69 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
76 [label="Exit when branch condition"]; 70 [label="Exit when branch condition"];
} }
83 [label="Synthetic else branch"]; 71 [label="Synthetic else branch"];
77 [label="Enter when branch result"]; 72 [label="Enter when branch result"];
subgraph cluster_30 { subgraph cluster_30 {
color=blue color=blue
78 [label="Enter block"]; 73 [label="Enter block"];
79 [label="Jump: break@@@[Boolean(true)] "]; 74 [label="Jump: break@@@[Boolean(true)] "];
80 [label="Stub" style="filled" fillcolor=gray]; 75 [label="Stub" style="filled" fillcolor=gray];
81 [label="Exit block" style="filled" fillcolor=gray]; 76 [label="Exit block" style="filled" fillcolor=gray];
} }
82 [label="Exit when branch result" style="filled" fillcolor=gray]; 77 [label="Exit when branch result" style="filled" fillcolor=gray];
72 [label="Exit when"]; 78 [label="Exit when"];
} }
84 [label="Exit block"]; 79 [label="Exit block"];
} }
85 [label="Try main block exit"]; 80 [label="Try main block exit"];
} }
subgraph cluster_31 { subgraph cluster_31 {
color=blue color=blue
55 [label="Catch enter"]; 81 [label="Catch enter"];
subgraph cluster_32 { subgraph cluster_32 {
color=blue color=blue
91 [label="Enter block"]; 82 [label="Enter block"];
92 [label="Jump: break@@@[Boolean(true)] "]; 83 [label="Jump: break@@@[Boolean(true)] "];
93 [label="Stub" style="filled" fillcolor=gray]; 84 [label="Stub" style="filled" fillcolor=gray];
94 [label="Exit block" style="filled" fillcolor=gray]; 85 [label="Exit block" style="filled" fillcolor=gray];
} }
95 [label="Catch exit" style="filled" fillcolor=gray]; 86 [label="Catch exit" style="filled" fillcolor=gray];
} }
subgraph cluster_33 { subgraph cluster_33 {
color=blue color=blue
54 [label="Catch enter"]; 91 [label="Catch enter"];
subgraph cluster_34 { subgraph cluster_34 {
color=blue color=blue
86 [label="Enter block"]; 92 [label="Enter block"];
87 [label="Jump: continue@@@[Boolean(true)] "]; 93 [label="Jump: continue@@@[Boolean(true)] "];
88 [label="Stub" style="filled" fillcolor=gray]; 94 [label="Stub" style="filled" fillcolor=gray];
89 [label="Exit block" style="filled" fillcolor=gray]; 95 [label="Exit block" style="filled" fillcolor=gray];
} }
90 [label="Catch exit" style="filled" fillcolor=gray]; 96 [label="Catch exit" style="filled" fillcolor=gray];
} }
52 [label="Try expression exit"]; 97 [label="Try expression exit"];
} }
96 [label="Const: Int(2)"]; 98 [label="Const: Int(2)"];
97 [label="Variable declaration: lval y: R|kotlin/Int|"]; 99 [label="Variable declaration: lval y: R|kotlin/Int|"];
98 [label="Exit block"]; 100 [label="Exit block"];
} }
99 [label="Exit loop block"]; 101 [label="Exit loop block"];
} }
45 [label="Exit whileloop"]; 87 [label="Exit whileloop"];
} }
100 [label="Const: Int(3)"]; 88 [label="Const: Int(3)"];
101 [label="Variable declaration: lval z: R|kotlin/Int|"]; 89 [label="Variable declaration: lval z: R|kotlin/Int|"];
102 [label="Exit block"]; 90 [label="Exit block"];
} }
42 [label="Exit function test_3" style="filled" fillcolor=red]; 102 [label="Exit function test_3" style="filled" fillcolor=red];
} }
41 -> {43}; 41 -> {42};
42 -> {43};
43 -> {44}; 43 -> {44};
44 -> {46}; 44 -> {45};
45 -> {100}; 45 -> {46};
46 -> {47}; 46 -> {47};
46 -> {87} [style=dotted];
47 -> {48}; 47 -> {48};
48 -> {49}; 48 -> {49};
48 -> {45} [style=dotted];
49 -> {50}; 49 -> {50};
50 -> {51}; 50 -> {102 91 81 51};
51 -> {53}; 51 -> {52};
52 -> {96}; 52 -> {53};
53 -> {42 54 55 56}; 53 -> {54};
54 -> {42 86}; 54 -> {55};
55 -> {42 91}; 55 -> {57 56};
56 -> {57}; 56 -> {63};
57 -> {59}; 57 -> {58};
58 -> {69}; 58 -> {59};
59 -> {60}; 59 -> {102};
60 -> {61}; 59 -> {60} [style=dotted];
61 -> {62 68}; 60 -> {61} [style=dotted];
62 -> {63}; 61 -> {62} [style=dotted];
62 -> {63} [style=dotted];
63 -> {64}; 63 -> {64};
64 -> {42}; 64 -> {65};
64 -> {65} [style=dotted]; 65 -> {66};
65 -> {66} [style=dotted]; 66 -> {67};
66 -> {67} [style=dotted]; 67 -> {68};
67 -> {58} [style=dotted]; 68 -> {69};
68 -> {58};
69 -> {70}; 69 -> {70};
70 -> {71}; 70 -> {72 71};
71 -> {73}; 71 -> {78};
72 -> {84}; 72 -> {73};
73 -> {74}; 73 -> {74};
74 -> {75}; 74 -> {87};
75 -> {76}; 74 -> {75} [style=dotted];
76 -> {77 83}; 75 -> {76} [style=dotted];
77 -> {78}; 76 -> {77} [style=dotted];
77 -> {78} [style=dotted];
78 -> {79}; 78 -> {79};
79 -> {45}; 79 -> {80};
79 -> {80} [style=dotted]; 80 -> {97};
80 -> {81} [style=dotted]; 81 -> {102 82};
81 -> {82} [style=dotted]; 82 -> {83};
82 -> {72} [style=dotted]; 83 -> {87};
83 -> {72}; 83 -> {84} [style=dotted];
84 -> {85}; 84 -> {85} [style=dotted];
85 -> {52}; 85 -> {86} [style=dotted];
86 -> {87}; 86 -> {97} [style=dotted];
87 -> {88} [style=dotted]; 87 -> {88};
87 -> {44} [color=green style=dashed]; 88 -> {89};
88 -> {89} [style=dotted]; 89 -> {90};
89 -> {90} [style=dotted]; 90 -> {102};
90 -> {52} [style=dotted]; 91 -> {102 92};
91 -> {92}; 92 -> {93};
92 -> {45};
92 -> {93} [style=dotted];
93 -> {94} [style=dotted]; 93 -> {94} [style=dotted];
93 -> {43} [color=green style=dashed];
94 -> {95} [style=dotted]; 94 -> {95} [style=dotted];
95 -> {52} [style=dotted]; 95 -> {96} [style=dotted];
96 -> {97}; 96 -> {97} [style=dotted];
97 -> {98}; 97 -> {98};
98 -> {99}; 98 -> {99};
99 -> {46} [color=green style=dashed]; 99 -> {100};
100 -> {101}; 100 -> {101};
101 -> {102}; 101 -> {44} [color=green style=dashed];
102 -> {42};
} }
+108 -108
View File
@@ -8,209 +8,209 @@ digraph when_kt {
0 [label="Enter function test_1" style="filled" fillcolor=red]; 0 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
subgraph cluster_2 { subgraph cluster_2 {
color=blue color=blue
3 [label="Enter when"]; 2 [label="Enter when"];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
5 [label="Enter when branch condition "]; 3 [label="Enter when branch condition "];
6 [label="Access variable R|<local>/x|"]; 4 [label="Access variable R|<local>/x|"];
7 [label="Const: Int(1)"]; 5 [label="Const: Int(1)"];
8 [label="Operator =="]; 6 [label="Operator =="];
9 [label="Exit when branch condition"]; 7 [label="Exit when branch condition"];
} }
subgraph cluster_4 { subgraph cluster_4 {
color=blue
8 [label="Enter when branch condition "];
9 [label="Access variable R|<local>/x|"];
10 [label="Const: Int(2)"];
11 [label="Function call: R|<local>/x|.R|kotlin/Int.rem|(...)"];
12 [label="Const: Int(0)"];
13 [label="Operator =="];
14 [label="Exit when branch condition"];
}
subgraph cluster_5 {
color=blue color=blue
15 [label="Enter when branch condition "]; 15 [label="Enter when branch condition "];
16 [label="Access variable R|<local>/x|"]; 16 [label="Const: Int(1)"];
17 [label="Const: Int(2)"]; 17 [label="Const: Int(1)"];
18 [label="Function call: R|<local>/x|.R|kotlin/Int.rem|(...)"]; 18 [label="Function call: Int(1).R|kotlin/Int.minus|(...)"];
19 [label="Const: Int(0)"]; 19 [label="Const: Int(0)"];
20 [label="Operator =="]; 20 [label="Operator =="];
21 [label="Exit when branch condition"]; 21 [label="Exit when branch condition"];
} }
subgraph cluster_5 {
color=blue
27 [label="Enter when branch condition "];
28 [label="Const: Int(1)"];
29 [label="Const: Int(1)"];
30 [label="Function call: Int(1).R|kotlin/Int.minus|(...)"];
31 [label="Const: Int(0)"];
32 [label="Operator =="];
33 [label="Exit when branch condition"];
}
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
40 [label="Enter when branch condition else"]; 22 [label="Enter when branch condition else"];
41 [label="Exit when branch condition"]; 23 [label="Exit when branch condition"];
} }
42 [label="Enter when branch result"]; 24 [label="Enter when branch result"];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
43 [label="Enter block"]; 25 [label="Enter block"];
44 [label="Const: Int(5)"]; 26 [label="Const: Int(5)"];
45 [label="Exit block"]; 27 [label="Exit block"];
} }
46 [label="Exit when branch result"]; 28 [label="Exit when branch result"];
34 [label="Enter when branch result"]; 29 [label="Enter when branch result"];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
35 [label="Enter block"]; 30 [label="Enter block"];
36 [label="Jump: ^test_1 Unit"]; 31 [label="Jump: ^test_1 Unit"];
37 [label="Stub" style="filled" fillcolor=gray]; 32 [label="Stub" style="filled" fillcolor=gray];
38 [label="Exit block" style="filled" fillcolor=gray]; 33 [label="Exit block" style="filled" fillcolor=gray];
} }
39 [label="Exit when branch result" style="filled" fillcolor=gray]; 34 [label="Exit when branch result" style="filled" fillcolor=gray];
22 [label="Enter when branch result"]; 35 [label="Enter when branch result"];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
23 [label="Enter block"]; 36 [label="Enter block"];
24 [label="Const: Int(20)"]; 37 [label="Const: Int(20)"];
25 [label="Exit block"]; 38 [label="Exit block"];
} }
26 [label="Exit when branch result"]; 39 [label="Exit when branch result"];
10 [label="Enter when branch result"]; 40 [label="Enter when branch result"];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
11 [label="Enter block"]; 41 [label="Enter block"];
12 [label="Const: Int(10)"]; 42 [label="Const: Int(10)"];
13 [label="Exit block"]; 43 [label="Exit block"];
} }
14 [label="Exit when branch result"]; 44 [label="Exit when branch result"];
4 [label="Exit when"]; 45 [label="Exit when"];
} }
47 [label="Variable declaration: lval y: R|kotlin/Int|"]; 46 [label="Variable declaration: lval y: R|kotlin/Int|"];
48 [label="Exit block"]; 47 [label="Exit block"];
} }
1 [label="Exit function test_1" style="filled" fillcolor=red]; 48 [label="Exit function test_1" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {5}; 3 -> {4};
4 -> {47}; 4 -> {5};
5 -> {6}; 5 -> {6};
6 -> {7}; 6 -> {7};
7 -> {8}; 7 -> {40 8};
8 -> {9}; 8 -> {9};
9 -> {10 15}; 9 -> {10};
10 -> {11}; 10 -> {11};
11 -> {12}; 11 -> {12};
12 -> {13}; 12 -> {13};
13 -> {14}; 13 -> {14};
14 -> {4}; 14 -> {35 15};
15 -> {16}; 15 -> {16};
16 -> {17}; 16 -> {17};
17 -> {18}; 17 -> {18};
18 -> {19}; 18 -> {19};
19 -> {20}; 19 -> {20};
20 -> {21}; 20 -> {21};
21 -> {22 27}; 21 -> {29 22};
22 -> {23}; 22 -> {23};
23 -> {24}; 23 -> {24};
24 -> {25}; 24 -> {25};
25 -> {26}; 25 -> {26};
26 -> {4}; 26 -> {27};
27 -> {28}; 27 -> {28};
28 -> {29}; 28 -> {45};
29 -> {30}; 29 -> {30};
30 -> {31}; 30 -> {31};
31 -> {32}; 31 -> {48};
32 -> {33}; 31 -> {32} [style=dotted];
33 -> {34 40}; 32 -> {33} [style=dotted];
34 -> {35}; 33 -> {34} [style=dotted];
34 -> {45} [style=dotted];
35 -> {36}; 35 -> {36};
36 -> {1}; 36 -> {37};
36 -> {37} [style=dotted]; 37 -> {38};
37 -> {38} [style=dotted]; 38 -> {39};
38 -> {39} [style=dotted]; 39 -> {45};
39 -> {4} [style=dotted];
40 -> {41}; 40 -> {41};
41 -> {42}; 41 -> {42};
42 -> {43}; 42 -> {43};
43 -> {44}; 43 -> {44};
44 -> {45}; 44 -> {45};
45 -> {46}; 45 -> {46};
46 -> {4}; 46 -> {47};
47 -> {48}; 47 -> {48};
48 -> {1};
subgraph cluster_11 { subgraph cluster_11 {
color=red color=red
50 [label="Enter class A" style="filled" fillcolor=red]; 49 [label="Enter class A" style="filled" fillcolor=red];
49 [label="Exit class A" style="filled" fillcolor=red]; 50 [label="Exit class A" style="filled" fillcolor=red];
} }
50 -> {49} [color=green]; 49 -> {50} [color=green];
subgraph cluster_12 { subgraph cluster_12 {
color=red color=red
52 [label="Enter class B" style="filled" fillcolor=red]; 51 [label="Enter class B" style="filled" fillcolor=red];
51 [label="Exit class B" style="filled" fillcolor=red]; 52 [label="Exit class B" style="filled" fillcolor=red];
} }
52 -> {51} [color=green]; 51 -> {52} [color=green];
subgraph cluster_13 { subgraph cluster_13 {
color=red color=red
53 [label="Enter function test_2" style="filled" fillcolor=red]; 53 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
55 [label="Enter block"]; 54 [label="Enter block"];
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
56 [label="Enter when"]; 55 [label="Enter when"];
subgraph cluster_16 { subgraph cluster_16 {
color=blue color=blue
58 [label="Enter when branch condition "]; 56 [label="Enter when branch condition "];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
60 [label="Enter &&"]; 57 [label="Enter &&"];
61 [label="Access variable R|<local>/x|"]; 58 [label="Access variable R|<local>/x|"];
62 [label="Type operator: (R|<local>/x| is R|A|)"]; 59 [label="Type operator: (R|<local>/x| is R|A|)"];
63 [label="Exit left part of &&"]; 60 [label="Exit left part of &&"];
64 [label="Enter right part of &&"]; 61 [label="Enter right part of &&"];
65 [label="Access variable R|<local>/x|"]; 62 [label="Access variable R|<local>/x|"];
66 [label="Type operator: (R|<local>/x| is R|B|)"]; 63 [label="Type operator: (R|<local>/x| is R|B|)"];
59 [label="Exit &&"]; 64 [label="Exit &&"];
} }
67 [label="Exit when branch condition"]; 65 [label="Exit when branch condition"];
} }
74 [label="Synthetic else branch"]; 66 [label="Synthetic else branch"];
68 [label="Enter when branch result"]; 67 [label="Enter when branch result"];
subgraph cluster_18 { subgraph cluster_18 {
color=blue color=blue
69 [label="Enter block"]; 68 [label="Enter block"];
70 [label="Access variable R|<local>/x|"]; 69 [label="Access variable R|<local>/x|"];
71 [label="Type operator: (R|<local>/x| is R|A|)"]; 70 [label="Type operator: (R|<local>/x| is R|A|)"];
72 [label="Exit block"]; 71 [label="Exit block"];
} }
73 [label="Exit when branch result"]; 72 [label="Exit when branch result"];
57 [label="Exit when"]; 73 [label="Exit when"];
} }
75 [label="Exit block"]; 74 [label="Exit block"];
} }
54 [label="Exit function test_2" style="filled" fillcolor=red]; 75 [label="Exit function test_2" style="filled" fillcolor=red];
} }
53 -> {55}; 53 -> {54};
54 -> {55};
55 -> {56}; 55 -> {56};
56 -> {58}; 56 -> {57};
57 -> {75}; 57 -> {58};
58 -> {60}; 58 -> {59};
59 -> {67}; 59 -> {60};
60 -> {61}; 60 -> {64 61};
61 -> {62}; 61 -> {62};
62 -> {63}; 62 -> {63};
63 -> {59 64}; 63 -> {64};
64 -> {65}; 64 -> {65};
65 -> {66}; 65 -> {67 66};
66 -> {59}; 66 -> {73};
67 -> {68 74}; 67 -> {68};
68 -> {69}; 68 -> {69};
69 -> {70}; 69 -> {70};
70 -> {71}; 70 -> {71};
71 -> {72}; 71 -> {72};
72 -> {73}; 72 -> {73};
73 -> {57}; 73 -> {74};
74 -> {57}; 74 -> {75};
75 -> {54};
} }
@@ -6,340 +6,340 @@ digraph exhaustiveWhenAndDNNType_kt {
subgraph cluster_0 { subgraph cluster_0 {
color=red color=red
0 [label="Enter function <init>" style="filled" fillcolor=red]; 0 [label="Enter function <init>" style="filled" fillcolor=red];
2 [label="Delegated constructor call: super<R|kotlin/Enum<SomeEnum>|>()"]; 1 [label="Delegated constructor call: super<R|kotlin/Enum<SomeEnum>|>()"];
1 [label="Exit function <init>" style="filled" fillcolor=red]; 2 [label="Exit function <init>" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
2 -> {1}; 1 -> {2};
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
3 [label="Enter function values" style="filled" fillcolor=red]; 3 [label="Enter function values" style="filled" fillcolor=red];
subgraph cluster_2 { subgraph cluster_2 {
color=blue color=blue
5 [label="Enter block"]; 4 [label="Enter block"];
6 [label="Exit block"]; 5 [label="Exit block"];
} }
4 [label="Exit function values" style="filled" fillcolor=red]; 6 [label="Exit function values" style="filled" fillcolor=red];
} }
3 -> {5}; 3 -> {4};
4 -> {5};
5 -> {6}; 5 -> {6};
6 -> {4};
subgraph cluster_3 { subgraph cluster_3 {
color=red color=red
7 [label="Enter function valueOf" style="filled" fillcolor=red]; 7 [label="Enter function valueOf" style="filled" fillcolor=red];
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
9 [label="Enter block"]; 8 [label="Enter block"];
10 [label="Exit block"]; 9 [label="Exit block"];
} }
8 [label="Exit function valueOf" style="filled" fillcolor=red]; 10 [label="Exit function valueOf" style="filled" fillcolor=red];
} }
7 -> {9}; 7 -> {8};
8 -> {9};
9 -> {10}; 9 -> {10};
10 -> {8};
subgraph cluster_5 { subgraph cluster_5 {
color=red color=red
12 [label="Enter class SomeEnum" style="filled" fillcolor=red]; 11 [label="Enter class SomeEnum" style="filled" fillcolor=red];
11 [label="Exit class SomeEnum" style="filled" fillcolor=red]; 12 [label="Exit class SomeEnum" style="filled" fillcolor=red];
} }
12 -> {11} [color=green]; 11 -> {12} [color=green];
subgraph cluster_6 { subgraph cluster_6 {
color=red color=red
13 [label="Enter function <init>" style="filled" fillcolor=red]; 13 [label="Enter function <init>" style="filled" fillcolor=red];
15 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 14 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
14 [label="Exit function <init>" style="filled" fillcolor=red]; 15 [label="Exit function <init>" style="filled" fillcolor=red];
} }
13 -> {15}; 13 -> {14};
15 -> {14}; 14 -> {15};
subgraph cluster_7 { subgraph cluster_7 {
color=red color=red
17 [label="Enter class B" style="filled" fillcolor=red]; 16 [label="Enter class B" style="filled" fillcolor=red];
16 [label="Exit class B" style="filled" fillcolor=red]; 17 [label="Exit class B" style="filled" fillcolor=red];
} }
17 -> {16} [color=green]; 16 -> {17} [color=green];
subgraph cluster_8 { subgraph cluster_8 {
color=red color=red
18 [label="Enter function takeB" style="filled" fillcolor=red]; 18 [label="Enter function takeB" style="filled" fillcolor=red];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
20 [label="Enter block"]; 19 [label="Enter block"];
21 [label="Exit block"]; 20 [label="Exit block"];
} }
19 [label="Exit function takeB" style="filled" fillcolor=red]; 21 [label="Exit function takeB" style="filled" fillcolor=red];
} }
18 -> {20}; 18 -> {19};
19 -> {20};
20 -> {21}; 20 -> {21};
21 -> {19};
subgraph cluster_10 { subgraph cluster_10 {
color=red color=red
22 [label="Enter function test_1" style="filled" fillcolor=red]; 22 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
24 [label="Enter block"]; 23 [label="Enter block"];
25 [label="Access qualifier /SomeEnum"]; 24 [label="Access qualifier /SomeEnum"];
26 [label="Access variable R|/SomeEnum.A1|"]; 25 [label="Access variable R|/SomeEnum.A1|"];
27 [label="Variable declaration: lval flag: R|SomeEnum|"]; 26 [label="Variable declaration: lval flag: R|SomeEnum|"];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
28 [label="Enter when"]; 27 [label="Enter when"];
30 [label="Access variable R|<local>/flag|"]; 28 [label="Access variable R|<local>/flag|"];
31 [label="Check not null: R|<local>/flag|!!"]; 29 [label="Check not null: R|<local>/flag|!!"];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
32 [label="Enter when branch condition "]; 30 [label="Enter when branch condition "];
33 [label="Access qualifier /SomeEnum"]; 31 [label="Access qualifier /SomeEnum"];
34 [label="Access variable R|/SomeEnum.A1|"]; 32 [label="Access variable R|/SomeEnum.A1|"];
35 [label="Operator =="]; 33 [label="Operator =="];
36 [label="Exit when branch condition"]; 34 [label="Exit when branch condition"];
} }
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
42 [label="Enter when branch condition "]; 35 [label="Enter when branch condition "];
43 [label="Access qualifier /SomeEnum"]; 36 [label="Access qualifier /SomeEnum"];
44 [label="Access variable R|/SomeEnum.A2|"]; 37 [label="Access variable R|/SomeEnum.A2|"];
45 [label="Operator =="]; 38 [label="Operator =="];
46 [label="Exit when branch condition"]; 39 [label="Exit when branch condition"];
} }
47 [label="Enter when branch result"]; 40 [label="Enter when branch result"];
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
48 [label="Enter block"]; 41 [label="Enter block"];
49 [label="Function call: R|/B.B|()"]; 42 [label="Function call: R|/B.B|()"];
50 [label="Exit block"]; 43 [label="Exit block"];
} }
51 [label="Exit when branch result"]; 44 [label="Exit when branch result"];
37 [label="Enter when branch result"]; 45 [label="Enter when branch result"];
subgraph cluster_16 { subgraph cluster_16 {
color=blue color=blue
38 [label="Enter block"]; 46 [label="Enter block"];
39 [label="Function call: R|/B.B|()"]; 47 [label="Function call: R|/B.B|()"];
40 [label="Exit block"]; 48 [label="Exit block"];
} }
41 [label="Exit when branch result"]; 49 [label="Exit when branch result"];
29 [label="Exit when"]; 50 [label="Exit when"];
} }
52 [label="Variable declaration: lval b: R|B|"]; 51 [label="Variable declaration: lval b: R|B|"];
53 [label="Access variable R|<local>/b|"]; 52 [label="Access variable R|<local>/b|"];
54 [label="Function call: R|/takeB|(...)"]; 53 [label="Function call: R|/takeB|(...)"];
55 [label="Exit block"]; 54 [label="Exit block"];
} }
23 [label="Exit function test_1" style="filled" fillcolor=red]; 55 [label="Exit function test_1" style="filled" fillcolor=red];
} }
22 -> {24}; 22 -> {23};
23 -> {24};
24 -> {25}; 24 -> {25};
25 -> {26}; 25 -> {26};
26 -> {27}; 26 -> {27};
27 -> {28}; 27 -> {28};
28 -> {30}; 28 -> {29};
29 -> {52}; 29 -> {30};
30 -> {31}; 30 -> {31};
31 -> {32}; 31 -> {32};
32 -> {33}; 32 -> {33};
33 -> {34}; 33 -> {34};
34 -> {35}; 34 -> {45 35};
35 -> {36}; 35 -> {36};
36 -> {37 42}; 36 -> {37};
37 -> {38}; 37 -> {38};
38 -> {39}; 38 -> {39};
39 -> {40}; 39 -> {40};
40 -> {41}; 40 -> {41};
41 -> {29}; 41 -> {42};
42 -> {43}; 42 -> {43};
43 -> {44}; 43 -> {44};
44 -> {45}; 44 -> {50};
45 -> {46}; 45 -> {46};
46 -> {47}; 46 -> {47};
47 -> {48}; 47 -> {48};
48 -> {49}; 48 -> {49};
49 -> {50}; 49 -> {50};
50 -> {51}; 50 -> {51};
51 -> {29}; 51 -> {52};
52 -> {53}; 52 -> {53};
53 -> {54}; 53 -> {54};
54 -> {55}; 54 -> {55};
55 -> {23};
subgraph cluster_17 { subgraph cluster_17 {
color=red color=red
56 [label="Enter function test_2" style="filled" fillcolor=red]; 56 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_18 { subgraph cluster_18 {
color=blue color=blue
58 [label="Enter block"]; 57 [label="Enter block"];
59 [label="Access qualifier /SomeEnum"]; 58 [label="Access qualifier /SomeEnum"];
60 [label="Access variable R|/SomeEnum.A1|"]; 59 [label="Access variable R|/SomeEnum.A1|"];
61 [label="Variable declaration: lval flag: R|SomeEnum|"]; 60 [label="Variable declaration: lval flag: R|SomeEnum|"];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
62 [label="Enter when"]; 61 [label="Enter when"];
64 [label="Access variable R|<local>/flag|"]; 62 [label="Access variable R|<local>/flag|"];
65 [label="Check not null: R|<local>/flag|!!"]; 63 [label="Check not null: R|<local>/flag|!!"];
subgraph cluster_20 { subgraph cluster_20 {
color=blue color=blue
66 [label="Enter when branch condition "]; 64 [label="Enter when branch condition "];
67 [label="Access qualifier /SomeEnum"]; 65 [label="Access qualifier /SomeEnum"];
68 [label="Access variable R|/SomeEnum.A1|"]; 66 [label="Access variable R|/SomeEnum.A1|"];
69 [label="Operator =="]; 67 [label="Operator =="];
70 [label="Exit when branch condition"]; 68 [label="Exit when branch condition"];
} }
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
76 [label="Enter when branch condition "]; 69 [label="Enter when branch condition "];
77 [label="Access qualifier /SomeEnum"]; 70 [label="Access qualifier /SomeEnum"];
78 [label="Access variable R|/SomeEnum.A2|"]; 71 [label="Access variable R|/SomeEnum.A2|"];
79 [label="Operator =="]; 72 [label="Operator =="];
80 [label="Exit when branch condition"]; 73 [label="Exit when branch condition"];
} }
81 [label="Enter when branch result"]; 74 [label="Enter when branch result"];
subgraph cluster_22 { subgraph cluster_22 {
color=blue color=blue
82 [label="Enter block"]; 75 [label="Enter block"];
83 [label="Function call: R|/B.B|()"]; 76 [label="Function call: R|/B.B|()"];
84 [label="Exit block"]; 77 [label="Exit block"];
} }
85 [label="Exit when branch result"]; 78 [label="Exit when branch result"];
71 [label="Enter when branch result"]; 79 [label="Enter when branch result"];
subgraph cluster_23 { subgraph cluster_23 {
color=blue color=blue
72 [label="Enter block"]; 80 [label="Enter block"];
73 [label="Function call: R|/B.B|()"]; 81 [label="Function call: R|/B.B|()"];
74 [label="Exit block"]; 82 [label="Exit block"];
} }
75 [label="Exit when branch result"]; 83 [label="Exit when branch result"];
63 [label="Exit when"]; 84 [label="Exit when"];
} }
86 [label="Variable declaration: lval b: R|B|"]; 85 [label="Variable declaration: lval b: R|B|"];
87 [label="Access variable R|<local>/b|"]; 86 [label="Access variable R|<local>/b|"];
88 [label="Function call: R|/takeB|(...)"]; 87 [label="Function call: R|/takeB|(...)"];
89 [label="Exit block"]; 88 [label="Exit block"];
} }
57 [label="Exit function test_2" style="filled" fillcolor=red]; 89 [label="Exit function test_2" style="filled" fillcolor=red];
} }
56 -> {58}; 56 -> {57};
57 -> {58};
58 -> {59}; 58 -> {59};
59 -> {60}; 59 -> {60};
60 -> {61}; 60 -> {61};
61 -> {62}; 61 -> {62};
62 -> {64}; 62 -> {63};
63 -> {86}; 63 -> {64};
64 -> {65}; 64 -> {65};
65 -> {66}; 65 -> {66};
66 -> {67}; 66 -> {67};
67 -> {68}; 67 -> {68};
68 -> {69}; 68 -> {79 69};
69 -> {70}; 69 -> {70};
70 -> {71 76}; 70 -> {71};
71 -> {72}; 71 -> {72};
72 -> {73}; 72 -> {73};
73 -> {74}; 73 -> {74};
74 -> {75}; 74 -> {75};
75 -> {63}; 75 -> {76};
76 -> {77}; 76 -> {77};
77 -> {78}; 77 -> {78};
78 -> {79}; 78 -> {84};
79 -> {80}; 79 -> {80};
80 -> {81}; 80 -> {81};
81 -> {82}; 81 -> {82};
82 -> {83}; 82 -> {83};
83 -> {84}; 83 -> {84};
84 -> {85}; 84 -> {85};
85 -> {63}; 85 -> {86};
86 -> {87}; 86 -> {87};
87 -> {88}; 87 -> {88};
88 -> {89}; 88 -> {89};
89 -> {57};
subgraph cluster_24 { subgraph cluster_24 {
color=red color=red
90 [label="Enter function test_3" style="filled" fillcolor=red]; 90 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_25 { subgraph cluster_25 {
color=blue color=blue
92 [label="Enter block"]; 91 [label="Enter block"];
93 [label="Access qualifier /SomeEnum"]; 92 [label="Access qualifier /SomeEnum"];
94 [label="Access variable R|/SomeEnum.A1|"]; 93 [label="Access variable R|/SomeEnum.A1|"];
95 [label="Variable declaration: lval flag: R|SomeEnum|"]; 94 [label="Variable declaration: lval flag: R|SomeEnum|"];
subgraph cluster_26 { subgraph cluster_26 {
color=blue color=blue
96 [label="Enter when"]; 95 [label="Enter when"];
98 [label="Access variable R|<local>/flag|"]; 96 [label="Access variable R|<local>/flag|"];
subgraph cluster_27 { subgraph cluster_27 {
color=blue color=blue
99 [label="Enter when branch condition "]; 97 [label="Enter when branch condition "];
100 [label="Access qualifier /SomeEnum"]; 98 [label="Access qualifier /SomeEnum"];
101 [label="Access variable R|/SomeEnum.A1|"]; 99 [label="Access variable R|/SomeEnum.A1|"];
102 [label="Operator =="]; 100 [label="Operator =="];
103 [label="Exit when branch condition"]; 101 [label="Exit when branch condition"];
} }
subgraph cluster_28 { subgraph cluster_28 {
color=blue color=blue
109 [label="Enter when branch condition "]; 102 [label="Enter when branch condition "];
110 [label="Access qualifier /SomeEnum"]; 103 [label="Access qualifier /SomeEnum"];
111 [label="Access variable R|/SomeEnum.A2|"]; 104 [label="Access variable R|/SomeEnum.A2|"];
112 [label="Operator =="]; 105 [label="Operator =="];
113 [label="Exit when branch condition"]; 106 [label="Exit when branch condition"];
} }
114 [label="Enter when branch result"]; 107 [label="Enter when branch result"];
subgraph cluster_29 { subgraph cluster_29 {
color=blue color=blue
115 [label="Enter block"]; 108 [label="Enter block"];
116 [label="Function call: R|/B.B|()"]; 109 [label="Function call: R|/B.B|()"];
117 [label="Exit block"]; 110 [label="Exit block"];
} }
118 [label="Exit when branch result"]; 111 [label="Exit when branch result"];
104 [label="Enter when branch result"]; 112 [label="Enter when branch result"];
subgraph cluster_30 { subgraph cluster_30 {
color=blue color=blue
105 [label="Enter block"]; 113 [label="Enter block"];
106 [label="Function call: R|/B.B|()"]; 114 [label="Function call: R|/B.B|()"];
107 [label="Exit block"]; 115 [label="Exit block"];
} }
108 [label="Exit when branch result"]; 116 [label="Exit when branch result"];
97 [label="Exit when"]; 117 [label="Exit when"];
} }
119 [label="Variable declaration: lval b: R|B|"]; 118 [label="Variable declaration: lval b: R|B|"];
120 [label="Access variable R|<local>/b|"]; 119 [label="Access variable R|<local>/b|"];
121 [label="Function call: R|/takeB|(...)"]; 120 [label="Function call: R|/takeB|(...)"];
122 [label="Exit block"]; 121 [label="Exit block"];
} }
91 [label="Exit function test_3" style="filled" fillcolor=red]; 122 [label="Exit function test_3" style="filled" fillcolor=red];
} }
90 -> {92}; 90 -> {91};
91 -> {92};
92 -> {93}; 92 -> {93};
93 -> {94}; 93 -> {94};
94 -> {95}; 94 -> {95};
95 -> {96}; 95 -> {96};
96 -> {98}; 96 -> {97};
97 -> {119}; 97 -> {98};
98 -> {99}; 98 -> {99};
99 -> {100}; 99 -> {100};
100 -> {101}; 100 -> {101};
101 -> {102}; 101 -> {112 102};
102 -> {103}; 102 -> {103};
103 -> {104 109}; 103 -> {104};
104 -> {105}; 104 -> {105};
105 -> {106}; 105 -> {106};
106 -> {107}; 106 -> {107};
107 -> {108}; 107 -> {108};
108 -> {97}; 108 -> {109};
109 -> {110}; 109 -> {110};
110 -> {111}; 110 -> {111};
111 -> {112}; 111 -> {117};
112 -> {113}; 112 -> {113};
113 -> {114}; 113 -> {114};
114 -> {115}; 114 -> {115};
115 -> {116}; 115 -> {116};
116 -> {117}; 116 -> {117};
117 -> {118}; 117 -> {118};
118 -> {97}; 118 -> {119};
119 -> {120}; 119 -> {120};
120 -> {121}; 120 -> {121};
121 -> {122}; 121 -> {122};
122 -> {91};
} }
@@ -6,11 +6,11 @@ digraph secondaryConstructorCfg_kt {
subgraph cluster_0 { subgraph cluster_0 {
color=red color=red
0 [label="Enter function <init>" style="filled" fillcolor=red]; 0 [label="Enter function <init>" style="filled" fillcolor=red];
2 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 1 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
1 [label="Exit function <init>" style="filled" fillcolor=red]; 2 [label="Exit function <init>" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
2 -> {1}; 1 -> {2};
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
@@ -43,74 +43,74 @@ digraph secondaryConstructorCfg_kt {
subgraph cluster_5 { subgraph cluster_5 {
color=red color=red
18 [label="Enter function <init>" style="filled" fillcolor=red]; 18 [label="Enter function <init>" style="filled" fillcolor=red];
20 [label="Access variable R|<local>/p0|"]; 19 [label="Access variable R|<local>/p0|"];
21 [label="Delegated constructor call: this<R|B|>(...)"]; 20 [label="Delegated constructor call: this<R|B|>(...)"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
22 [label="Enter block"]; 21 [label="Enter block"];
23 [label="Access variable R|<local>/p1|"]; 22 [label="Access variable R|<local>/p1|"];
24 [label="Assignment: R|/B.p3|"]; 23 [label="Assignment: R|/B.p3|"];
25 [label="Exit block"]; 24 [label="Exit block"];
} }
19 [label="Exit function <init>" style="filled" fillcolor=red]; 25 [label="Exit function <init>" style="filled" fillcolor=red];
} }
18 -> {20}; 18 -> {19};
19 -> {20};
20 -> {21}; 20 -> {21};
21 -> {22}; 21 -> {22};
22 -> {23}; 22 -> {23};
23 -> {24}; 23 -> {24};
24 -> {25}; 24 -> {25};
25 -> {19};
subgraph cluster_7 { subgraph cluster_7 {
color=red color=red
36 [label="Enter class B" style="filled" fillcolor=red]; 35 [label="Enter class B" style="filled" fillcolor=red];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
5 [label="Enter property" style="filled" fillcolor=red]; 5 [label="Enter property" style="filled" fillcolor=red];
7 [label="Access variable R|<local>/p0|"]; 6 [label="Access variable R|<local>/p0|"];
6 [label="Exit property" style="filled" fillcolor=red]; 7 [label="Exit property" style="filled" fillcolor=red];
} }
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
10 [label="Enter property" style="filled" fillcolor=red]; 10 [label="Enter property" style="filled" fillcolor=red];
12 [label="Access variable R|<local>/p0|"]; 11 [label="Access variable R|<local>/p0|"];
13 [label="Access variable R|kotlin/String.length|"]; 12 [label="Access variable R|kotlin/String.length|"];
11 [label="Exit property" style="filled" fillcolor=red]; 13 [label="Exit property" style="filled" fillcolor=red];
} }
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
26 [label="Enter init block" style="filled" fillcolor=red]; 26 [label="Enter init block" style="filled" fillcolor=red];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
28 [label="Enter block"]; 27 [label="Enter block"];
29 [label="Access variable R|<local>/p0|"]; 28 [label="Access variable R|<local>/p0|"];
30 [label="Access variable R|kotlin/String.length|"]; 29 [label="Access variable R|kotlin/String.length|"];
31 [label="Assignment: R|/B.p1|"]; 30 [label="Assignment: R|/B.p1|"];
32 [label="Const: String()"]; 31 [label="Const: String()"];
33 [label="Assignment: R|/B.p3|"]; 32 [label="Assignment: R|/B.p3|"];
34 [label="Exit block"]; 33 [label="Exit block"];
} }
27 [label="Exit init block" style="filled" fillcolor=red]; 34 [label="Exit init block" style="filled" fillcolor=red];
} }
35 [label="Exit class B" style="filled" fillcolor=red]; 36 [label="Exit class B" style="filled" fillcolor=red];
} }
36 -> {5} [color=green]; 35 -> {5} [color=green];
5 -> {7}; 5 -> {6};
6 -> {10} [color=green]; 6 -> {7};
7 -> {6}; 7 -> {10} [color=green];
10 -> {12}; 10 -> {11};
11 -> {26} [color=green]; 11 -> {12};
12 -> {13}; 12 -> {13};
13 -> {11}; 13 -> {26} [color=green];
26 -> {28}; 26 -> {27};
27 -> {35} [color=green]; 27 -> {28};
28 -> {29}; 28 -> {29};
29 -> {30}; 29 -> {30};
30 -> {31}; 30 -> {31};
31 -> {32}; 31 -> {32};
32 -> {33}; 32 -> {33};
33 -> {34}; 33 -> {34};
34 -> {27}; 34 -> {36} [color=green];
} }
@@ -12,400 +12,400 @@ digraph bangbang_kt {
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
3 [label="Enter class A" style="filled" fillcolor=red]; 2 [label="Enter class A" style="filled" fillcolor=red];
2 [label="Exit class A" style="filled" fillcolor=red]; 3 [label="Exit class A" style="filled" fillcolor=red];
} }
3 -> {2} [color=green]; 2 -> {3} [color=green];
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
4 [label="Enter function test_0" style="filled" fillcolor=red]; 4 [label="Enter function test_0" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
6 [label="Enter block"]; 5 [label="Enter block"];
7 [label="Access variable R|<local>/a|"]; 6 [label="Access variable R|<local>/a|"];
8 [label="Check not null: R|<local>/a|!!"]; 7 [label="Check not null: R|<local>/a|!!"];
9 [label="Function call: R|<local>/a|!!.R|/A.foo|()"]; 8 [label="Function call: R|<local>/a|!!.R|/A.foo|()"];
10 [label="Access variable R|<local>/a|"]; 9 [label="Access variable R|<local>/a|"];
11 [label="Function call: R|<local>/a|.R|/A.foo|()"]; 10 [label="Function call: R|<local>/a|.R|/A.foo|()"];
12 [label="Exit block"]; 11 [label="Exit block"];
} }
5 [label="Exit function test_0" style="filled" fillcolor=red]; 12 [label="Exit function test_0" style="filled" fillcolor=red];
} }
4 -> {6}; 4 -> {5};
5 -> {6};
6 -> {7}; 6 -> {7};
7 -> {8}; 7 -> {8};
8 -> {9}; 8 -> {9};
9 -> {10}; 9 -> {10};
10 -> {11}; 10 -> {11};
11 -> {12}; 11 -> {12};
12 -> {5};
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
13 [label="Enter function test_1" style="filled" fillcolor=red]; 13 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
15 [label="Enter block"]; 14 [label="Enter block"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
16 [label="Enter when"]; 15 [label="Enter when"];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
18 [label="Enter when branch condition "]; 16 [label="Enter when branch condition "];
19 [label="Access variable R|<local>/a|"]; 17 [label="Access variable R|<local>/a|"];
20 [label="Check not null: R|<local>/a|!!"]; 18 [label="Check not null: R|<local>/a|!!"];
21 [label="Function call: R|<local>/a|!!.R|/A.foo|()"]; 19 [label="Function call: R|<local>/a|!!.R|/A.foo|()"];
22 [label="Exit when branch condition"]; 20 [label="Exit when branch condition"];
} }
29 [label="Synthetic else branch"]; 21 [label="Synthetic else branch"];
23 [label="Enter when branch result"]; 22 [label="Enter when branch result"];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
24 [label="Enter block"]; 23 [label="Enter block"];
25 [label="Access variable R|<local>/a|"]; 24 [label="Access variable R|<local>/a|"];
26 [label="Function call: R|<local>/a|.R|/A.foo|()"]; 25 [label="Function call: R|<local>/a|.R|/A.foo|()"];
27 [label="Exit block"]; 26 [label="Exit block"];
} }
28 [label="Exit when branch result"]; 27 [label="Exit when branch result"];
17 [label="Exit when"]; 28 [label="Exit when"];
} }
30 [label="Access variable R|<local>/a|"]; 29 [label="Access variable R|<local>/a|"];
31 [label="Function call: R|<local>/a|.R|/A.foo|()"]; 30 [label="Function call: R|<local>/a|.R|/A.foo|()"];
32 [label="Exit block"]; 31 [label="Exit block"];
} }
14 [label="Exit function test_1" style="filled" fillcolor=red]; 32 [label="Exit function test_1" style="filled" fillcolor=red];
} }
13 -> {15}; 13 -> {14};
14 -> {15};
15 -> {16}; 15 -> {16};
16 -> {18}; 16 -> {17};
17 -> {30}; 17 -> {18};
18 -> {19}; 18 -> {19};
19 -> {20}; 19 -> {20};
20 -> {21}; 20 -> {22 21};
21 -> {22}; 21 -> {28};
22 -> {23 29}; 22 -> {23};
23 -> {24}; 23 -> {24};
24 -> {25}; 24 -> {25};
25 -> {26}; 25 -> {26};
26 -> {27}; 26 -> {27};
27 -> {28}; 27 -> {28};
28 -> {17}; 28 -> {29};
29 -> {17}; 29 -> {30};
30 -> {31}; 30 -> {31};
31 -> {32}; 31 -> {32};
32 -> {14};
subgraph cluster_9 { subgraph cluster_9 {
color=red color=red
33 [label="Enter function test_2" style="filled" fillcolor=red]; 33 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
35 [label="Enter block"]; 34 [label="Enter block"];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
36 [label="Enter when"]; 35 [label="Enter when"];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
38 [label="Enter when branch condition "]; 36 [label="Enter when branch condition "];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
40 [label="Enter &&"]; 37 [label="Enter &&"];
41 [label="Access variable R|<local>/a|"]; 38 [label="Access variable R|<local>/a|"];
42 [label="Check not null: R|<local>/a|!!"]; 39 [label="Check not null: R|<local>/a|!!"];
43 [label="Function call: R|<local>/a|!!.R|/A.foo|()"]; 40 [label="Function call: R|<local>/a|!!.R|/A.foo|()"];
44 [label="Exit left part of &&"]; 41 [label="Exit left part of &&"];
45 [label="Enter right part of &&"]; 42 [label="Enter right part of &&"];
46 [label="Access variable R|<local>/b|"]; 43 [label="Access variable R|<local>/b|"];
39 [label="Exit &&"]; 44 [label="Exit &&"];
} }
47 [label="Exit when branch condition"]; 45 [label="Exit when branch condition"];
} }
54 [label="Synthetic else branch"]; 46 [label="Synthetic else branch"];
48 [label="Enter when branch result"]; 47 [label="Enter when branch result"];
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
49 [label="Enter block"]; 48 [label="Enter block"];
50 [label="Access variable R|<local>/a|"]; 49 [label="Access variable R|<local>/a|"];
51 [label="Function call: R|<local>/a|.R|/A.foo|()"]; 50 [label="Function call: R|<local>/a|.R|/A.foo|()"];
52 [label="Exit block"]; 51 [label="Exit block"];
} }
53 [label="Exit when branch result"]; 52 [label="Exit when branch result"];
37 [label="Exit when"]; 53 [label="Exit when"];
} }
55 [label="Access variable R|<local>/a|"]; 54 [label="Access variable R|<local>/a|"];
56 [label="Function call: R|<local>/a|.R|/A.foo|()"]; 55 [label="Function call: R|<local>/a|.R|/A.foo|()"];
57 [label="Exit block"]; 56 [label="Exit block"];
} }
34 [label="Exit function test_2" style="filled" fillcolor=red]; 57 [label="Exit function test_2" style="filled" fillcolor=red];
} }
33 -> {35}; 33 -> {34};
34 -> {35};
35 -> {36}; 35 -> {36};
36 -> {38}; 36 -> {37};
37 -> {55}; 37 -> {38};
38 -> {40}; 38 -> {39};
39 -> {47}; 39 -> {40};
40 -> {41}; 40 -> {41};
41 -> {42}; 41 -> {44 42};
42 -> {43}; 42 -> {43};
43 -> {44}; 43 -> {44};
44 -> {39 45}; 44 -> {45};
45 -> {46}; 45 -> {47 46};
46 -> {39}; 46 -> {53};
47 -> {48 54}; 47 -> {48};
48 -> {49}; 48 -> {49};
49 -> {50}; 49 -> {50};
50 -> {51}; 50 -> {51};
51 -> {52}; 51 -> {52};
52 -> {53}; 52 -> {53};
53 -> {37}; 53 -> {54};
54 -> {37}; 54 -> {55};
55 -> {56}; 55 -> {56};
56 -> {57}; 56 -> {57};
57 -> {34};
subgraph cluster_15 { subgraph cluster_15 {
color=red color=red
58 [label="Enter function test_3" style="filled" fillcolor=red]; 58 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_16 { subgraph cluster_16 {
color=blue color=blue
60 [label="Enter block"]; 59 [label="Enter block"];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
61 [label="Enter when"]; 60 [label="Enter when"];
subgraph cluster_18 { subgraph cluster_18 {
color=blue color=blue
63 [label="Enter when branch condition "]; 61 [label="Enter when branch condition "];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
65 [label="Enter &&"]; 62 [label="Enter &&"];
66 [label="Access variable R|<local>/b|"]; 63 [label="Access variable R|<local>/b|"];
67 [label="Exit left part of &&"]; 64 [label="Exit left part of &&"];
68 [label="Enter right part of &&"]; 65 [label="Enter right part of &&"];
69 [label="Access variable R|<local>/a|"]; 66 [label="Access variable R|<local>/a|"];
70 [label="Check not null: R|<local>/a|!!"]; 67 [label="Check not null: R|<local>/a|!!"];
71 [label="Function call: R|<local>/a|!!.R|/A.foo|()"]; 68 [label="Function call: R|<local>/a|!!.R|/A.foo|()"];
64 [label="Exit &&"]; 69 [label="Exit &&"];
} }
72 [label="Exit when branch condition"]; 70 [label="Exit when branch condition"];
} }
79 [label="Synthetic else branch"]; 71 [label="Synthetic else branch"];
73 [label="Enter when branch result"]; 72 [label="Enter when branch result"];
subgraph cluster_20 { subgraph cluster_20 {
color=blue color=blue
74 [label="Enter block"]; 73 [label="Enter block"];
75 [label="Access variable R|<local>/a|"]; 74 [label="Access variable R|<local>/a|"];
76 [label="Function call: R|<local>/a|.R|/A.foo|()"]; 75 [label="Function call: R|<local>/a|.R|/A.foo|()"];
77 [label="Exit block"]; 76 [label="Exit block"];
} }
78 [label="Exit when branch result"]; 77 [label="Exit when branch result"];
62 [label="Exit when"]; 78 [label="Exit when"];
} }
80 [label="Access variable R|<local>/a|"]; 79 [label="Access variable R|<local>/a|"];
81 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"]; 80 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
82 [label="Exit block"]; 81 [label="Exit block"];
} }
59 [label="Exit function test_3" style="filled" fillcolor=red]; 82 [label="Exit function test_3" style="filled" fillcolor=red];
} }
58 -> {60}; 58 -> {59};
59 -> {60};
60 -> {61}; 60 -> {61};
61 -> {63}; 61 -> {62};
62 -> {80}; 62 -> {63};
63 -> {65}; 63 -> {64};
64 -> {72}; 64 -> {69 65};
65 -> {66}; 65 -> {66};
66 -> {67}; 66 -> {67};
67 -> {64 68}; 67 -> {68};
68 -> {69}; 68 -> {69};
69 -> {70}; 69 -> {70};
70 -> {71}; 70 -> {72 71};
71 -> {64}; 71 -> {78};
72 -> {73 79}; 72 -> {73};
73 -> {74}; 73 -> {74};
74 -> {75}; 74 -> {75};
75 -> {76}; 75 -> {76};
76 -> {77}; 76 -> {77};
77 -> {78}; 77 -> {78};
78 -> {62}; 78 -> {79};
79 -> {62}; 79 -> {80};
80 -> {81}; 80 -> {81};
81 -> {82}; 81 -> {82};
82 -> {59};
subgraph cluster_21 { subgraph cluster_21 {
color=red color=red
83 [label="Enter function test_4" style="filled" fillcolor=red]; 83 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_22 { subgraph cluster_22 {
color=blue color=blue
85 [label="Enter block"]; 84 [label="Enter block"];
subgraph cluster_23 { subgraph cluster_23 {
color=blue color=blue
86 [label="Enter when"]; 85 [label="Enter when"];
subgraph cluster_24 { subgraph cluster_24 {
color=blue color=blue
88 [label="Enter when branch condition "]; 86 [label="Enter when branch condition "];
subgraph cluster_25 { subgraph cluster_25 {
color=blue color=blue
90 [label="Enter ||"]; 87 [label="Enter ||"];
91 [label="Access variable R|<local>/a|"]; 88 [label="Access variable R|<local>/a|"];
92 [label="Check not null: R|<local>/a|!!"]; 89 [label="Check not null: R|<local>/a|!!"];
93 [label="Function call: R|<local>/a|!!.R|/A.foo|()"]; 90 [label="Function call: R|<local>/a|!!.R|/A.foo|()"];
94 [label="Exit left part of ||"]; 91 [label="Exit left part of ||"];
95 [label="Enter right part of ||"]; 92 [label="Enter right part of ||"];
96 [label="Access variable R|<local>/b|"]; 93 [label="Access variable R|<local>/b|"];
89 [label="Exit ||"]; 94 [label="Exit ||"];
} }
97 [label="Exit when branch condition"]; 95 [label="Exit when branch condition"];
} }
104 [label="Synthetic else branch"]; 96 [label="Synthetic else branch"];
98 [label="Enter when branch result"]; 97 [label="Enter when branch result"];
subgraph cluster_26 { subgraph cluster_26 {
color=blue color=blue
99 [label="Enter block"]; 98 [label="Enter block"];
100 [label="Access variable R|<local>/a|"]; 99 [label="Access variable R|<local>/a|"];
101 [label="Function call: R|<local>/a|.R|/A.foo|()"]; 100 [label="Function call: R|<local>/a|.R|/A.foo|()"];
102 [label="Exit block"]; 101 [label="Exit block"];
} }
103 [label="Exit when branch result"]; 102 [label="Exit when branch result"];
87 [label="Exit when"]; 103 [label="Exit when"];
} }
105 [label="Access variable R|<local>/a|"]; 104 [label="Access variable R|<local>/a|"];
106 [label="Function call: R|<local>/a|.R|/A.foo|()"]; 105 [label="Function call: R|<local>/a|.R|/A.foo|()"];
107 [label="Exit block"]; 106 [label="Exit block"];
} }
84 [label="Exit function test_4" style="filled" fillcolor=red]; 107 [label="Exit function test_4" style="filled" fillcolor=red];
} }
83 -> {85}; 83 -> {84};
84 -> {85};
85 -> {86}; 85 -> {86};
86 -> {88}; 86 -> {87};
87 -> {105}; 87 -> {88};
88 -> {90}; 88 -> {89};
89 -> {97}; 89 -> {90};
90 -> {91}; 90 -> {91};
91 -> {92}; 91 -> {94 92};
92 -> {93}; 92 -> {93};
93 -> {94}; 93 -> {94};
94 -> {89 95}; 94 -> {95};
95 -> {96}; 95 -> {97 96};
96 -> {89}; 96 -> {103};
97 -> {98 104}; 97 -> {98};
98 -> {99}; 98 -> {99};
99 -> {100}; 99 -> {100};
100 -> {101}; 100 -> {101};
101 -> {102}; 101 -> {102};
102 -> {103}; 102 -> {103};
103 -> {87}; 103 -> {104};
104 -> {87}; 104 -> {105};
105 -> {106}; 105 -> {106};
106 -> {107}; 106 -> {107};
107 -> {84};
subgraph cluster_27 { subgraph cluster_27 {
color=red color=red
108 [label="Enter function test_5" style="filled" fillcolor=red]; 108 [label="Enter function test_5" style="filled" fillcolor=red];
subgraph cluster_28 { subgraph cluster_28 {
color=blue color=blue
110 [label="Enter block"]; 109 [label="Enter block"];
subgraph cluster_29 { subgraph cluster_29 {
color=blue color=blue
111 [label="Enter when"]; 110 [label="Enter when"];
subgraph cluster_30 { subgraph cluster_30 {
color=blue color=blue
113 [label="Enter when branch condition "]; 111 [label="Enter when branch condition "];
subgraph cluster_31 { subgraph cluster_31 {
color=blue color=blue
115 [label="Enter ||"]; 112 [label="Enter ||"];
116 [label="Access variable R|<local>/b|"]; 113 [label="Access variable R|<local>/b|"];
117 [label="Exit left part of ||"]; 114 [label="Exit left part of ||"];
118 [label="Enter right part of ||"]; 115 [label="Enter right part of ||"];
119 [label="Access variable R|<local>/a|"]; 116 [label="Access variable R|<local>/a|"];
120 [label="Check not null: R|<local>/a|!!"]; 117 [label="Check not null: R|<local>/a|!!"];
121 [label="Function call: R|<local>/a|!!.R|/A.foo|()"]; 118 [label="Function call: R|<local>/a|!!.R|/A.foo|()"];
114 [label="Exit ||"]; 119 [label="Exit ||"];
} }
122 [label="Exit when branch condition"]; 120 [label="Exit when branch condition"];
} }
129 [label="Synthetic else branch"]; 121 [label="Synthetic else branch"];
123 [label="Enter when branch result"]; 122 [label="Enter when branch result"];
subgraph cluster_32 { subgraph cluster_32 {
color=blue color=blue
124 [label="Enter block"]; 123 [label="Enter block"];
125 [label="Access variable R|<local>/a|"]; 124 [label="Access variable R|<local>/a|"];
126 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"]; 125 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
127 [label="Exit block"]; 126 [label="Exit block"];
} }
128 [label="Exit when branch result"]; 127 [label="Exit when branch result"];
112 [label="Exit when"]; 128 [label="Exit when"];
} }
130 [label="Access variable R|<local>/a|"]; 129 [label="Access variable R|<local>/a|"];
131 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"]; 130 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
132 [label="Exit block"]; 131 [label="Exit block"];
} }
109 [label="Exit function test_5" style="filled" fillcolor=red]; 132 [label="Exit function test_5" style="filled" fillcolor=red];
} }
108 -> {110}; 108 -> {109};
109 -> {110};
110 -> {111}; 110 -> {111};
111 -> {113}; 111 -> {112};
112 -> {130}; 112 -> {113};
113 -> {115}; 113 -> {114};
114 -> {122}; 114 -> {119 115};
115 -> {116}; 115 -> {116};
116 -> {117}; 116 -> {117};
117 -> {114 118}; 117 -> {118};
118 -> {119}; 118 -> {119};
119 -> {120}; 119 -> {120};
120 -> {121}; 120 -> {122 121};
121 -> {114}; 121 -> {128};
122 -> {123 129}; 122 -> {123};
123 -> {124}; 123 -> {124};
124 -> {125}; 124 -> {125};
125 -> {126}; 125 -> {126};
126 -> {127}; 126 -> {127};
127 -> {128}; 127 -> {128};
128 -> {112}; 128 -> {129};
129 -> {112}; 129 -> {130};
130 -> {131}; 130 -> {131};
131 -> {132}; 131 -> {132};
132 -> {109};
subgraph cluster_33 { subgraph cluster_33 {
color=red color=red
133 [label="Enter function test_6" style="filled" fillcolor=red]; 133 [label="Enter function test_6" style="filled" fillcolor=red];
subgraph cluster_34 { subgraph cluster_34 {
color=blue color=blue
135 [label="Enter block"]; 134 [label="Enter block"];
136 [label="Access variable R|<local>/x|"]; 135 [label="Access variable R|<local>/x|"];
137 [label="Check not null: R|<local>/x|!!"]; 136 [label="Check not null: R|<local>/x|!!"];
138 [label="Function call: R|<local>/x|!!.R|/A.foo|()"]; 137 [label="Function call: R|<local>/x|!!.R|/A.foo|()"];
139 [label="Exit block"]; 138 [label="Exit block"];
} }
134 [label="Exit function test_6" style="filled" fillcolor=red]; 139 [label="Exit function test_6" style="filled" fillcolor=red];
} }
133 -> {135}; 133 -> {134};
134 -> {135};
135 -> {136}; 135 -> {136};
136 -> {137}; 136 -> {137};
137 -> {138}; 137 -> {138};
138 -> {139}; 138 -> {139};
139 -> {134};
subgraph cluster_35 { subgraph cluster_35 {
color=red color=red
140 [label="Enter function test_7" style="filled" fillcolor=red]; 140 [label="Enter function test_7" style="filled" fillcolor=red];
subgraph cluster_36 { subgraph cluster_36 {
color=blue color=blue
142 [label="Enter block"]; 141 [label="Enter block"];
143 [label="Access variable R|<local>/x|"]; 142 [label="Access variable R|<local>/x|"];
144 [label="Check not null: R|<local>/x|!!"]; 143 [label="Check not null: R|<local>/x|!!"];
145 [label="Function call: R|<local>/x|!!.R|/A.foo|()"]; 144 [label="Function call: R|<local>/x|!!.R|/A.foo|()"];
146 [label="Exit block"]; 145 [label="Exit block"];
} }
141 [label="Exit function test_7" style="filled" fillcolor=red]; 146 [label="Exit function test_7" style="filled" fillcolor=red];
} }
140 -> {142}; 140 -> {141};
141 -> {142};
142 -> {143}; 142 -> {143};
143 -> {144}; 143 -> {144};
144 -> {145}; 144 -> {145};
145 -> {146}; 145 -> {146};
146 -> {141};
} }
File diff suppressed because it is too large Load Diff
@@ -19,76 +19,77 @@ digraph equalsToBoolean_kt {
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
5 [label="Enter class A" style="filled" fillcolor=red]; 4 [label="Enter class A" style="filled" fillcolor=red];
4 [label="Exit class A" style="filled" fillcolor=red]; 5 [label="Exit class A" style="filled" fillcolor=red];
} }
5 -> {4} [color=green]; 4 -> {5} [color=green];
subgraph cluster_3 { subgraph cluster_3 {
color=red color=red
6 [label="Enter function test_1" style="filled" fillcolor=red]; 6 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
8 [label="Enter block"]; 7 [label="Enter block"];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
9 [label="Enter when"]; 8 [label="Enter when"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
11 [label="Enter when branch condition "]; 9 [label="Enter when branch condition "];
12 [label="Access variable R|<local>/b|"]; 10 [label="Access variable R|<local>/b|"];
11 [label="Const: Boolean(true)"];
12 [label="Operator =="];
13 [label="Const: Boolean(true)"]; 13 [label="Const: Boolean(true)"];
14 [label="Operator =="]; 14 [label="Operator =="];
15 [label="Const: Boolean(true)"]; 15 [label="Exit when branch condition"];
16 [label="Operator =="];
17 [label="Exit when branch condition"];
} }
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
24 [label="Enter when branch condition else"]; 16 [label="Enter when branch condition else"];
25 [label="Exit when branch condition"]; 17 [label="Exit when branch condition"];
} }
26 [label="Enter when branch result"];
subgraph cluster_8 {
color=blue
27 [label="Enter block"];
28 [label="Access variable R|<local>/b|"];
29 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
30 [label="Exit block"];
}
31 [label="Exit when branch result"];
18 [label="Enter when branch result"]; 18 [label="Enter when branch result"];
subgraph cluster_9 { subgraph cluster_8 {
color=blue color=blue
19 [label="Enter block"]; 19 [label="Enter block"];
20 [label="Access variable R|<local>/b|"]; 20 [label="Access variable R|<local>/b|"];
21 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"]; 21 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
22 [label="Exit block"]; 22 [label="Exit block"];
} }
23 [label="Exit when branch result"]; 23 [label="Exit when branch result"];
10 [label="Exit when"]; 24 [label="Enter when branch result"];
subgraph cluster_9 {
color=blue
25 [label="Enter block"];
26 [label="Access variable R|<local>/b|"];
27 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
28 [label="Exit block"];
}
29 [label="Exit when branch result"];
30 [label="Exit when"];
} }
32 [label="Exit block"]; 31 [label="Exit block"];
} }
7 [label="Exit function test_1" style="filled" fillcolor=red]; 32 [label="Exit function test_1" style="filled" fillcolor=red];
} }
6 -> {8}; 6 -> {7};
7 -> {8};
8 -> {9}; 8 -> {9};
9 -> {11}; 9 -> {10};
10 -> {32}; 10 -> {11};
11 -> {12}; 11 -> {12};
12 -> {13}; 12 -> {13};
13 -> {14}; 13 -> {14};
14 -> {15}; 14 -> {15};
15 -> {16}; 15 -> {24 16};
16 -> {17}; 16 -> {17};
17 -> {18 24}; 17 -> {18};
18 -> {19}; 18 -> {19};
19 -> {20}; 19 -> {20};
20 -> {21}; 20 -> {21};
21 -> {22}; 21 -> {22};
22 -> {23}; 22 -> {23};
23 -> {10}; 23 -> {30};
24 -> {25}; 24 -> {25};
25 -> {26}; 25 -> {26};
26 -> {27}; 26 -> {27};
@@ -96,74 +97,74 @@ digraph equalsToBoolean_kt {
28 -> {29}; 28 -> {29};
29 -> {30}; 29 -> {30};
30 -> {31}; 30 -> {31};
31 -> {10}; 31 -> {32};
32 -> {7};
subgraph cluster_10 { subgraph cluster_10 {
color=red color=red
33 [label="Enter function test_2" style="filled" fillcolor=red]; 33 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
35 [label="Enter block"]; 34 [label="Enter block"];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
36 [label="Enter when"]; 35 [label="Enter when"];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
38 [label="Enter when branch condition "]; 36 [label="Enter when branch condition "];
39 [label="Access variable R|<local>/b|"]; 37 [label="Access variable R|<local>/b|"];
38 [label="Const: Boolean(true)"];
39 [label="Operator =="];
40 [label="Const: Boolean(true)"]; 40 [label="Const: Boolean(true)"];
41 [label="Operator =="]; 41 [label="Operator !="];
42 [label="Const: Boolean(true)"]; 42 [label="Exit when branch condition"];
43 [label="Operator !="];
44 [label="Exit when branch condition"];
} }
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
51 [label="Enter when branch condition else"]; 43 [label="Enter when branch condition else"];
52 [label="Exit when branch condition"]; 44 [label="Exit when branch condition"];
} }
53 [label="Enter when branch result"];
subgraph cluster_15 {
color=blue
54 [label="Enter block"];
55 [label="Access variable R|<local>/b|"];
56 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
57 [label="Exit block"];
}
58 [label="Exit when branch result"];
45 [label="Enter when branch result"]; 45 [label="Enter when branch result"];
subgraph cluster_16 { subgraph cluster_15 {
color=blue color=blue
46 [label="Enter block"]; 46 [label="Enter block"];
47 [label="Access variable R|<local>/b|"]; 47 [label="Access variable R|<local>/b|"];
48 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"]; 48 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
49 [label="Exit block"]; 49 [label="Exit block"];
} }
50 [label="Exit when branch result"]; 50 [label="Exit when branch result"];
37 [label="Exit when"]; 51 [label="Enter when branch result"];
subgraph cluster_16 {
color=blue
52 [label="Enter block"];
53 [label="Access variable R|<local>/b|"];
54 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
55 [label="Exit block"];
}
56 [label="Exit when branch result"];
57 [label="Exit when"];
} }
59 [label="Exit block"]; 58 [label="Exit block"];
} }
34 [label="Exit function test_2" style="filled" fillcolor=red]; 59 [label="Exit function test_2" style="filled" fillcolor=red];
} }
33 -> {35}; 33 -> {34};
34 -> {35};
35 -> {36}; 35 -> {36};
36 -> {38}; 36 -> {37};
37 -> {59}; 37 -> {38};
38 -> {39}; 38 -> {39};
39 -> {40}; 39 -> {40};
40 -> {41}; 40 -> {41};
41 -> {42}; 41 -> {42};
42 -> {43}; 42 -> {51 43};
43 -> {44}; 43 -> {44};
44 -> {45 51}; 44 -> {45};
45 -> {46}; 45 -> {46};
46 -> {47}; 46 -> {47};
47 -> {48}; 47 -> {48};
48 -> {49}; 48 -> {49};
49 -> {50}; 49 -> {50};
50 -> {37}; 50 -> {57};
51 -> {52}; 51 -> {52};
52 -> {53}; 52 -> {53};
53 -> {54}; 53 -> {54};
@@ -171,74 +172,74 @@ digraph equalsToBoolean_kt {
55 -> {56}; 55 -> {56};
56 -> {57}; 56 -> {57};
57 -> {58}; 57 -> {58};
58 -> {37}; 58 -> {59};
59 -> {34};
subgraph cluster_17 { subgraph cluster_17 {
color=red color=red
60 [label="Enter function test_3" style="filled" fillcolor=red]; 60 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_18 { subgraph cluster_18 {
color=blue color=blue
62 [label="Enter block"]; 61 [label="Enter block"];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
63 [label="Enter when"]; 62 [label="Enter when"];
subgraph cluster_20 { subgraph cluster_20 {
color=blue color=blue
65 [label="Enter when branch condition "]; 63 [label="Enter when branch condition "];
66 [label="Access variable R|<local>/b|"]; 64 [label="Access variable R|<local>/b|"];
67 [label="Const: Boolean(true)"]; 65 [label="Const: Boolean(true)"];
66 [label="Operator =="];
67 [label="Const: Boolean(false)"];
68 [label="Operator =="]; 68 [label="Operator =="];
69 [label="Const: Boolean(false)"]; 69 [label="Exit when branch condition"];
70 [label="Operator =="];
71 [label="Exit when branch condition"];
} }
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
78 [label="Enter when branch condition else"]; 70 [label="Enter when branch condition else"];
79 [label="Exit when branch condition"]; 71 [label="Exit when branch condition"];
} }
80 [label="Enter when branch result"];
subgraph cluster_22 {
color=blue
81 [label="Enter block"];
82 [label="Access variable R|<local>/b|"];
83 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
84 [label="Exit block"];
}
85 [label="Exit when branch result"];
72 [label="Enter when branch result"]; 72 [label="Enter when branch result"];
subgraph cluster_23 { subgraph cluster_22 {
color=blue color=blue
73 [label="Enter block"]; 73 [label="Enter block"];
74 [label="Access variable R|<local>/b|"]; 74 [label="Access variable R|<local>/b|"];
75 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"]; 75 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
76 [label="Exit block"]; 76 [label="Exit block"];
} }
77 [label="Exit when branch result"]; 77 [label="Exit when branch result"];
64 [label="Exit when"]; 78 [label="Enter when branch result"];
subgraph cluster_23 {
color=blue
79 [label="Enter block"];
80 [label="Access variable R|<local>/b|"];
81 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
82 [label="Exit block"];
}
83 [label="Exit when branch result"];
84 [label="Exit when"];
} }
86 [label="Exit block"]; 85 [label="Exit block"];
} }
61 [label="Exit function test_3" style="filled" fillcolor=red]; 86 [label="Exit function test_3" style="filled" fillcolor=red];
} }
60 -> {62}; 60 -> {61};
61 -> {62};
62 -> {63}; 62 -> {63};
63 -> {65}; 63 -> {64};
64 -> {86}; 64 -> {65};
65 -> {66}; 65 -> {66};
66 -> {67}; 66 -> {67};
67 -> {68}; 67 -> {68};
68 -> {69}; 68 -> {69};
69 -> {70}; 69 -> {78 70};
70 -> {71}; 70 -> {71};
71 -> {72 78}; 71 -> {72};
72 -> {73}; 72 -> {73};
73 -> {74}; 73 -> {74};
74 -> {75}; 74 -> {75};
75 -> {76}; 75 -> {76};
76 -> {77}; 76 -> {77};
77 -> {64}; 77 -> {84};
78 -> {79}; 78 -> {79};
79 -> {80}; 79 -> {80};
80 -> {81}; 80 -> {81};
@@ -246,74 +247,74 @@ digraph equalsToBoolean_kt {
82 -> {83}; 82 -> {83};
83 -> {84}; 83 -> {84};
84 -> {85}; 84 -> {85};
85 -> {64}; 85 -> {86};
86 -> {61};
subgraph cluster_24 { subgraph cluster_24 {
color=red color=red
87 [label="Enter function test_4" style="filled" fillcolor=red]; 87 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_25 { subgraph cluster_25 {
color=blue color=blue
89 [label="Enter block"]; 88 [label="Enter block"];
subgraph cluster_26 { subgraph cluster_26 {
color=blue color=blue
90 [label="Enter when"]; 89 [label="Enter when"];
subgraph cluster_27 { subgraph cluster_27 {
color=blue color=blue
92 [label="Enter when branch condition "]; 90 [label="Enter when branch condition "];
93 [label="Access variable R|<local>/b|"]; 91 [label="Access variable R|<local>/b|"];
94 [label="Const: Boolean(true)"]; 92 [label="Const: Boolean(true)"];
95 [label="Operator =="]; 93 [label="Operator =="];
96 [label="Const: Boolean(false)"]; 94 [label="Const: Boolean(false)"];
97 [label="Operator !="]; 95 [label="Operator !="];
98 [label="Exit when branch condition"]; 96 [label="Exit when branch condition"];
} }
subgraph cluster_28 { subgraph cluster_28 {
color=blue color=blue
105 [label="Enter when branch condition else"]; 97 [label="Enter when branch condition else"];
106 [label="Exit when branch condition"]; 98 [label="Exit when branch condition"];
} }
107 [label="Enter when branch result"];
subgraph cluster_29 {
color=blue
108 [label="Enter block"];
109 [label="Access variable R|<local>/b|"];
110 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
111 [label="Exit block"];
}
112 [label="Exit when branch result"];
99 [label="Enter when branch result"]; 99 [label="Enter when branch result"];
subgraph cluster_30 { subgraph cluster_29 {
color=blue color=blue
100 [label="Enter block"]; 100 [label="Enter block"];
101 [label="Access variable R|<local>/b|"]; 101 [label="Access variable R|<local>/b|"];
102 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"]; 102 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
103 [label="Exit block"]; 103 [label="Exit block"];
} }
104 [label="Exit when branch result"]; 104 [label="Exit when branch result"];
91 [label="Exit when"]; 105 [label="Enter when branch result"];
subgraph cluster_30 {
color=blue
106 [label="Enter block"];
107 [label="Access variable R|<local>/b|"];
108 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
109 [label="Exit block"];
}
110 [label="Exit when branch result"];
111 [label="Exit when"];
} }
113 [label="Exit block"]; 112 [label="Exit block"];
} }
88 [label="Exit function test_4" style="filled" fillcolor=red]; 113 [label="Exit function test_4" style="filled" fillcolor=red];
} }
87 -> {89}; 87 -> {88};
88 -> {89};
89 -> {90}; 89 -> {90};
90 -> {92}; 90 -> {91};
91 -> {113}; 91 -> {92};
92 -> {93}; 92 -> {93};
93 -> {94}; 93 -> {94};
94 -> {95}; 94 -> {95};
95 -> {96}; 95 -> {96};
96 -> {97}; 96 -> {105 97};
97 -> {98}; 97 -> {98};
98 -> {99 105}; 98 -> {99};
99 -> {100}; 99 -> {100};
100 -> {101}; 100 -> {101};
101 -> {102}; 101 -> {102};
102 -> {103}; 102 -> {103};
103 -> {104}; 103 -> {104};
104 -> {91}; 104 -> {111};
105 -> {106}; 105 -> {106};
106 -> {107}; 106 -> {107};
107 -> {108}; 107 -> {108};
@@ -321,74 +322,74 @@ digraph equalsToBoolean_kt {
109 -> {110}; 109 -> {110};
110 -> {111}; 110 -> {111};
111 -> {112}; 111 -> {112};
112 -> {91}; 112 -> {113};
113 -> {88};
subgraph cluster_31 { subgraph cluster_31 {
color=red color=red
114 [label="Enter function test_5" style="filled" fillcolor=red]; 114 [label="Enter function test_5" style="filled" fillcolor=red];
subgraph cluster_32 { subgraph cluster_32 {
color=blue color=blue
116 [label="Enter block"]; 115 [label="Enter block"];
subgraph cluster_33 { subgraph cluster_33 {
color=blue color=blue
117 [label="Enter when"]; 116 [label="Enter when"];
subgraph cluster_34 { subgraph cluster_34 {
color=blue color=blue
119 [label="Enter when branch condition "]; 117 [label="Enter when branch condition "];
120 [label="Access variable R|<local>/b|"]; 118 [label="Access variable R|<local>/b|"];
119 [label="Const: Boolean(true)"];
120 [label="Operator !="];
121 [label="Const: Boolean(true)"]; 121 [label="Const: Boolean(true)"];
122 [label="Operator !="]; 122 [label="Operator =="];
123 [label="Const: Boolean(true)"]; 123 [label="Exit when branch condition"];
124 [label="Operator =="];
125 [label="Exit when branch condition"];
} }
subgraph cluster_35 { subgraph cluster_35 {
color=blue color=blue
132 [label="Enter when branch condition else"]; 124 [label="Enter when branch condition else"];
133 [label="Exit when branch condition"]; 125 [label="Exit when branch condition"];
} }
134 [label="Enter when branch result"];
subgraph cluster_36 {
color=blue
135 [label="Enter block"];
136 [label="Access variable R|<local>/b|"];
137 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
138 [label="Exit block"];
}
139 [label="Exit when branch result"];
126 [label="Enter when branch result"]; 126 [label="Enter when branch result"];
subgraph cluster_37 { subgraph cluster_36 {
color=blue color=blue
127 [label="Enter block"]; 127 [label="Enter block"];
128 [label="Access variable R|<local>/b|"]; 128 [label="Access variable R|<local>/b|"];
129 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"]; 129 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
130 [label="Exit block"]; 130 [label="Exit block"];
} }
131 [label="Exit when branch result"]; 131 [label="Exit when branch result"];
118 [label="Exit when"]; 132 [label="Enter when branch result"];
subgraph cluster_37 {
color=blue
133 [label="Enter block"];
134 [label="Access variable R|<local>/b|"];
135 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
136 [label="Exit block"];
}
137 [label="Exit when branch result"];
138 [label="Exit when"];
} }
140 [label="Exit block"]; 139 [label="Exit block"];
} }
115 [label="Exit function test_5" style="filled" fillcolor=red]; 140 [label="Exit function test_5" style="filled" fillcolor=red];
} }
114 -> {116}; 114 -> {115};
115 -> {116};
116 -> {117}; 116 -> {117};
117 -> {119}; 117 -> {118};
118 -> {140}; 118 -> {119};
119 -> {120}; 119 -> {120};
120 -> {121}; 120 -> {121};
121 -> {122}; 121 -> {122};
122 -> {123}; 122 -> {123};
123 -> {124}; 123 -> {132 124};
124 -> {125}; 124 -> {125};
125 -> {126 132}; 125 -> {126};
126 -> {127}; 126 -> {127};
127 -> {128}; 127 -> {128};
128 -> {129}; 128 -> {129};
129 -> {130}; 129 -> {130};
130 -> {131}; 130 -> {131};
131 -> {118}; 131 -> {138};
132 -> {133}; 132 -> {133};
133 -> {134}; 133 -> {134};
134 -> {135}; 134 -> {135};
@@ -396,74 +397,74 @@ digraph equalsToBoolean_kt {
136 -> {137}; 136 -> {137};
137 -> {138}; 137 -> {138};
138 -> {139}; 138 -> {139};
139 -> {118}; 139 -> {140};
140 -> {115};
subgraph cluster_38 { subgraph cluster_38 {
color=red color=red
141 [label="Enter function test_6" style="filled" fillcolor=red]; 141 [label="Enter function test_6" style="filled" fillcolor=red];
subgraph cluster_39 { subgraph cluster_39 {
color=blue color=blue
143 [label="Enter block"]; 142 [label="Enter block"];
subgraph cluster_40 { subgraph cluster_40 {
color=blue color=blue
144 [label="Enter when"]; 143 [label="Enter when"];
subgraph cluster_41 { subgraph cluster_41 {
color=blue color=blue
146 [label="Enter when branch condition "]; 144 [label="Enter when branch condition "];
147 [label="Access variable R|<local>/b|"]; 145 [label="Access variable R|<local>/b|"];
146 [label="Const: Boolean(true)"];
147 [label="Operator !="];
148 [label="Const: Boolean(true)"]; 148 [label="Const: Boolean(true)"];
149 [label="Operator !="]; 149 [label="Operator !="];
150 [label="Const: Boolean(true)"]; 150 [label="Exit when branch condition"];
151 [label="Operator !="];
152 [label="Exit when branch condition"];
} }
subgraph cluster_42 { subgraph cluster_42 {
color=blue color=blue
159 [label="Enter when branch condition else"]; 151 [label="Enter when branch condition else"];
160 [label="Exit when branch condition"]; 152 [label="Exit when branch condition"];
} }
161 [label="Enter when branch result"];
subgraph cluster_43 {
color=blue
162 [label="Enter block"];
163 [label="Access variable R|<local>/b|"];
164 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
165 [label="Exit block"];
}
166 [label="Exit when branch result"];
153 [label="Enter when branch result"]; 153 [label="Enter when branch result"];
subgraph cluster_44 { subgraph cluster_43 {
color=blue color=blue
154 [label="Enter block"]; 154 [label="Enter block"];
155 [label="Access variable R|<local>/b|"]; 155 [label="Access variable R|<local>/b|"];
156 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"]; 156 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
157 [label="Exit block"]; 157 [label="Exit block"];
} }
158 [label="Exit when branch result"]; 158 [label="Exit when branch result"];
145 [label="Exit when"]; 159 [label="Enter when branch result"];
subgraph cluster_44 {
color=blue
160 [label="Enter block"];
161 [label="Access variable R|<local>/b|"];
162 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
163 [label="Exit block"];
}
164 [label="Exit when branch result"];
165 [label="Exit when"];
} }
167 [label="Exit block"]; 166 [label="Exit block"];
} }
142 [label="Exit function test_6" style="filled" fillcolor=red]; 167 [label="Exit function test_6" style="filled" fillcolor=red];
} }
141 -> {143}; 141 -> {142};
142 -> {143};
143 -> {144}; 143 -> {144};
144 -> {146}; 144 -> {145};
145 -> {167}; 145 -> {146};
146 -> {147}; 146 -> {147};
147 -> {148}; 147 -> {148};
148 -> {149}; 148 -> {149};
149 -> {150}; 149 -> {150};
150 -> {151}; 150 -> {159 151};
151 -> {152}; 151 -> {152};
152 -> {153 159}; 152 -> {153};
153 -> {154}; 153 -> {154};
154 -> {155}; 154 -> {155};
155 -> {156}; 155 -> {156};
156 -> {157}; 156 -> {157};
157 -> {158}; 157 -> {158};
158 -> {145}; 158 -> {165};
159 -> {160}; 159 -> {160};
160 -> {161}; 160 -> {161};
161 -> {162}; 161 -> {162};
@@ -471,74 +472,74 @@ digraph equalsToBoolean_kt {
163 -> {164}; 163 -> {164};
164 -> {165}; 164 -> {165};
165 -> {166}; 165 -> {166};
166 -> {145}; 166 -> {167};
167 -> {142};
subgraph cluster_45 { subgraph cluster_45 {
color=red color=red
168 [label="Enter function test_7" style="filled" fillcolor=red]; 168 [label="Enter function test_7" style="filled" fillcolor=red];
subgraph cluster_46 { subgraph cluster_46 {
color=blue color=blue
170 [label="Enter block"]; 169 [label="Enter block"];
subgraph cluster_47 { subgraph cluster_47 {
color=blue color=blue
171 [label="Enter when"]; 170 [label="Enter when"];
subgraph cluster_48 { subgraph cluster_48 {
color=blue color=blue
173 [label="Enter when branch condition "]; 171 [label="Enter when branch condition "];
174 [label="Access variable R|<local>/b|"]; 172 [label="Access variable R|<local>/b|"];
175 [label="Const: Boolean(true)"]; 173 [label="Const: Boolean(true)"];
176 [label="Operator !="]; 174 [label="Operator !="];
177 [label="Const: Boolean(false)"]; 175 [label="Const: Boolean(false)"];
178 [label="Operator =="]; 176 [label="Operator =="];
179 [label="Exit when branch condition"]; 177 [label="Exit when branch condition"];
} }
subgraph cluster_49 { subgraph cluster_49 {
color=blue color=blue
186 [label="Enter when branch condition else"]; 178 [label="Enter when branch condition else"];
187 [label="Exit when branch condition"]; 179 [label="Exit when branch condition"];
} }
188 [label="Enter when branch result"];
subgraph cluster_50 {
color=blue
189 [label="Enter block"];
190 [label="Access variable R|<local>/b|"];
191 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
192 [label="Exit block"];
}
193 [label="Exit when branch result"];
180 [label="Enter when branch result"]; 180 [label="Enter when branch result"];
subgraph cluster_51 { subgraph cluster_50 {
color=blue color=blue
181 [label="Enter block"]; 181 [label="Enter block"];
182 [label="Access variable R|<local>/b|"]; 182 [label="Access variable R|<local>/b|"];
183 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"]; 183 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
184 [label="Exit block"]; 184 [label="Exit block"];
} }
185 [label="Exit when branch result"]; 185 [label="Exit when branch result"];
172 [label="Exit when"]; 186 [label="Enter when branch result"];
subgraph cluster_51 {
color=blue
187 [label="Enter block"];
188 [label="Access variable R|<local>/b|"];
189 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
190 [label="Exit block"];
}
191 [label="Exit when branch result"];
192 [label="Exit when"];
} }
194 [label="Exit block"]; 193 [label="Exit block"];
} }
169 [label="Exit function test_7" style="filled" fillcolor=red]; 194 [label="Exit function test_7" style="filled" fillcolor=red];
} }
168 -> {170}; 168 -> {169};
169 -> {170};
170 -> {171}; 170 -> {171};
171 -> {173}; 171 -> {172};
172 -> {194}; 172 -> {173};
173 -> {174}; 173 -> {174};
174 -> {175}; 174 -> {175};
175 -> {176}; 175 -> {176};
176 -> {177}; 176 -> {177};
177 -> {178}; 177 -> {186 178};
178 -> {179}; 178 -> {179};
179 -> {180 186}; 179 -> {180};
180 -> {181}; 180 -> {181};
181 -> {182}; 181 -> {182};
182 -> {183}; 182 -> {183};
183 -> {184}; 183 -> {184};
184 -> {185}; 184 -> {185};
185 -> {172}; 185 -> {192};
186 -> {187}; 186 -> {187};
187 -> {188}; 187 -> {188};
188 -> {189}; 188 -> {189};
@@ -546,74 +547,74 @@ digraph equalsToBoolean_kt {
190 -> {191}; 190 -> {191};
191 -> {192}; 191 -> {192};
192 -> {193}; 192 -> {193};
193 -> {172}; 193 -> {194};
194 -> {169};
subgraph cluster_52 { subgraph cluster_52 {
color=red color=red
195 [label="Enter function test_8" style="filled" fillcolor=red]; 195 [label="Enter function test_8" style="filled" fillcolor=red];
subgraph cluster_53 { subgraph cluster_53 {
color=blue color=blue
197 [label="Enter block"]; 196 [label="Enter block"];
subgraph cluster_54 { subgraph cluster_54 {
color=blue color=blue
198 [label="Enter when"]; 197 [label="Enter when"];
subgraph cluster_55 { subgraph cluster_55 {
color=blue color=blue
200 [label="Enter when branch condition "]; 198 [label="Enter when branch condition "];
201 [label="Access variable R|<local>/b|"]; 199 [label="Access variable R|<local>/b|"];
202 [label="Const: Boolean(true)"]; 200 [label="Const: Boolean(true)"];
201 [label="Operator !="];
202 [label="Const: Boolean(false)"];
203 [label="Operator !="]; 203 [label="Operator !="];
204 [label="Const: Boolean(false)"]; 204 [label="Exit when branch condition"];
205 [label="Operator !="];
206 [label="Exit when branch condition"];
} }
subgraph cluster_56 { subgraph cluster_56 {
color=blue color=blue
213 [label="Enter when branch condition else"]; 205 [label="Enter when branch condition else"];
214 [label="Exit when branch condition"]; 206 [label="Exit when branch condition"];
} }
215 [label="Enter when branch result"];
subgraph cluster_57 {
color=blue
216 [label="Enter block"];
217 [label="Access variable R|<local>/b|"];
218 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
219 [label="Exit block"];
}
220 [label="Exit when branch result"];
207 [label="Enter when branch result"]; 207 [label="Enter when branch result"];
subgraph cluster_58 { subgraph cluster_57 {
color=blue color=blue
208 [label="Enter block"]; 208 [label="Enter block"];
209 [label="Access variable R|<local>/b|"]; 209 [label="Access variable R|<local>/b|"];
210 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"]; 210 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
211 [label="Exit block"]; 211 [label="Exit block"];
} }
212 [label="Exit when branch result"]; 212 [label="Exit when branch result"];
199 [label="Exit when"]; 213 [label="Enter when branch result"];
subgraph cluster_58 {
color=blue
214 [label="Enter block"];
215 [label="Access variable R|<local>/b|"];
216 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Boolean.not]>#()"];
217 [label="Exit block"];
}
218 [label="Exit when branch result"];
219 [label="Exit when"];
} }
221 [label="Exit block"]; 220 [label="Exit block"];
} }
196 [label="Exit function test_8" style="filled" fillcolor=red]; 221 [label="Exit function test_8" style="filled" fillcolor=red];
} }
195 -> {197}; 195 -> {196};
196 -> {197};
197 -> {198}; 197 -> {198};
198 -> {200}; 198 -> {199};
199 -> {221}; 199 -> {200};
200 -> {201}; 200 -> {201};
201 -> {202}; 201 -> {202};
202 -> {203}; 202 -> {203};
203 -> {204}; 203 -> {204};
204 -> {205}; 204 -> {213 205};
205 -> {206}; 205 -> {206};
206 -> {207 213}; 206 -> {207};
207 -> {208}; 207 -> {208};
208 -> {209}; 208 -> {209};
209 -> {210}; 209 -> {210};
210 -> {211}; 210 -> {211};
211 -> {212}; 211 -> {212};
212 -> {199}; 212 -> {219};
213 -> {214}; 213 -> {214};
214 -> {215}; 214 -> {215};
215 -> {216}; 215 -> {216};
@@ -621,7 +622,6 @@ digraph equalsToBoolean_kt {
217 -> {218}; 217 -> {218};
218 -> {219}; 218 -> {219};
219 -> {220}; 219 -> {220};
220 -> {199}; 220 -> {221};
221 -> {196};
} }
@@ -12,469 +12,469 @@ digraph jumpFromRhsOfOperator_kt {
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
3 [label="Enter class A" style="filled" fillcolor=red]; 2 [label="Enter class A" style="filled" fillcolor=red];
2 [label="Exit class A" style="filled" fillcolor=red]; 3 [label="Exit class A" style="filled" fillcolor=red];
} }
3 -> {2} [color=green]; 2 -> {3} [color=green];
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
4 [label="Enter function test_1" style="filled" fillcolor=red]; 4 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
6 [label="Enter block"]; 5 [label="Enter block"];
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
8 [label="Enter ||"]; 6 [label="Enter ||"];
9 [label="Access variable R|<local>/a|"]; 7 [label="Access variable R|<local>/a|"];
10 [label="Const: Null(null)"]; 8 [label="Const: Null(null)"];
11 [label="Operator !="]; 9 [label="Operator !="];
12 [label="Exit left part of ||"]; 10 [label="Exit left part of ||"];
13 [label="Enter right part of ||"]; 11 [label="Enter right part of ||"];
14 [label="Function call: R|java/lang/Exception.Exception|()"]; 12 [label="Function call: R|java/lang/Exception.Exception|()"];
15 [label="Throw: throw R|java/lang/Exception.Exception|()"]; 13 [label="Throw: throw R|java/lang/Exception.Exception|()"];
16 [label="Stub" style="filled" fillcolor=gray]; 14 [label="Stub" style="filled" fillcolor=gray];
7 [label="Exit ||"]; 15 [label="Exit ||"];
} }
17 [label="Access variable R|<local>/a|"]; 16 [label="Access variable R|<local>/a|"];
18 [label="Function call: R|<local>/a|.R|/A.foo|()"]; 17 [label="Function call: R|<local>/a|.R|/A.foo|()"];
19 [label="Exit block"]; 18 [label="Exit block"];
} }
5 [label="Exit function test_1" style="filled" fillcolor=red]; 19 [label="Exit function test_1" style="filled" fillcolor=red];
} }
4 -> {6}; 4 -> {5};
6 -> {8}; 5 -> {6};
7 -> {17}; 6 -> {7};
7 -> {8};
8 -> {9}; 8 -> {9};
9 -> {10}; 9 -> {10};
10 -> {11}; 10 -> {15 11};
11 -> {12}; 11 -> {12};
12 -> {7 13}; 12 -> {13};
13 -> {14}; 13 -> {19};
14 -> {15}; 13 -> {14} [style=dotted];
15 -> {5}; 14 -> {15} [style=dotted];
15 -> {16} [style=dotted]; 15 -> {16};
16 -> {7} [style=dotted]; 16 -> {17};
17 -> {18}; 17 -> {18};
18 -> {19}; 18 -> {19};
19 -> {5};
subgraph cluster_5 { subgraph cluster_5 {
color=red color=red
20 [label="Enter function teat_2" style="filled" fillcolor=red]; 20 [label="Enter function teat_2" style="filled" fillcolor=red];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
22 [label="Enter block"]; 21 [label="Enter block"];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
24 [label="Enter &&"]; 22 [label="Enter &&"];
25 [label="Access variable R|<local>/a|"]; 23 [label="Access variable R|<local>/a|"];
26 [label="Const: Null(null)"]; 24 [label="Const: Null(null)"];
27 [label="Operator =="]; 25 [label="Operator =="];
28 [label="Exit left part of &&"]; 26 [label="Exit left part of &&"];
29 [label="Enter right part of &&"]; 27 [label="Enter right part of &&"];
30 [label="Function call: R|java/lang/Exception.Exception|()"]; 28 [label="Function call: R|java/lang/Exception.Exception|()"];
31 [label="Throw: throw R|java/lang/Exception.Exception|()"]; 29 [label="Throw: throw R|java/lang/Exception.Exception|()"];
32 [label="Stub" style="filled" fillcolor=gray]; 30 [label="Stub" style="filled" fillcolor=gray];
23 [label="Exit &&"]; 31 [label="Exit &&"];
} }
33 [label="Access variable R|<local>/a|"]; 32 [label="Access variable R|<local>/a|"];
34 [label="Function call: R|<local>/a|.R|/A.foo|()"]; 33 [label="Function call: R|<local>/a|.R|/A.foo|()"];
35 [label="Exit block"]; 34 [label="Exit block"];
} }
21 [label="Exit function teat_2" style="filled" fillcolor=red]; 35 [label="Exit function teat_2" style="filled" fillcolor=red];
} }
20 -> {22}; 20 -> {21};
22 -> {24}; 21 -> {22};
23 -> {33}; 22 -> {23};
23 -> {24};
24 -> {25}; 24 -> {25};
25 -> {26}; 25 -> {26};
26 -> {27}; 26 -> {31 27};
27 -> {28}; 27 -> {28};
28 -> {23 29}; 28 -> {29};
29 -> {30}; 29 -> {35};
30 -> {31}; 29 -> {30} [style=dotted];
31 -> {21}; 30 -> {31} [style=dotted];
31 -> {32} [style=dotted]; 31 -> {32};
32 -> {23} [style=dotted]; 32 -> {33};
33 -> {34}; 33 -> {34};
34 -> {35}; 34 -> {35};
35 -> {21};
subgraph cluster_8 { subgraph cluster_8 {
color=red color=red
36 [label="Enter function test_3" style="filled" fillcolor=red]; 36 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
38 [label="Enter block"]; 37 [label="Enter block"];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
39 [label="Enter when"]; 38 [label="Enter when"];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
41 [label="Enter when branch condition "]; 39 [label="Enter when branch condition "];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
43 [label="Enter ||"]; 40 [label="Enter ||"];
44 [label="Access variable R|<local>/a|"]; 41 [label="Access variable R|<local>/a|"];
45 [label="Const: Null(null)"]; 42 [label="Const: Null(null)"];
46 [label="Operator !="]; 43 [label="Operator !="];
47 [label="Exit left part of ||"]; 44 [label="Exit left part of ||"];
48 [label="Enter right part of ||"]; 45 [label="Enter right part of ||"];
49 [label="Function call: R|java/lang/Exception.Exception|()"]; 46 [label="Function call: R|java/lang/Exception.Exception|()"];
50 [label="Throw: throw R|java/lang/Exception.Exception|()"]; 47 [label="Throw: throw R|java/lang/Exception.Exception|()"];
51 [label="Stub" style="filled" fillcolor=gray]; 48 [label="Stub" style="filled" fillcolor=gray];
42 [label="Exit ||"]; 49 [label="Exit ||"];
} }
52 [label="Exit when branch condition"]; 50 [label="Exit when branch condition"];
} }
59 [label="Synthetic else branch"]; 51 [label="Synthetic else branch"];
53 [label="Enter when branch result"]; 52 [label="Enter when branch result"];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
54 [label="Enter block"]; 53 [label="Enter block"];
55 [label="Access variable R|<local>/a|"]; 54 [label="Access variable R|<local>/a|"];
56 [label="Function call: R|<local>/a|.R|/A.foo|()"]; 55 [label="Function call: R|<local>/a|.R|/A.foo|()"];
57 [label="Exit block"]; 56 [label="Exit block"];
} }
58 [label="Exit when branch result"]; 57 [label="Exit when branch result"];
40 [label="Exit when"]; 58 [label="Exit when"];
} }
60 [label="Access variable R|<local>/a|"]; 59 [label="Access variable R|<local>/a|"];
61 [label="Function call: R|<local>/a|.R|/A.foo|()"]; 60 [label="Function call: R|<local>/a|.R|/A.foo|()"];
62 [label="Exit block"]; 61 [label="Exit block"];
} }
37 [label="Exit function test_3" style="filled" fillcolor=red]; 62 [label="Exit function test_3" style="filled" fillcolor=red];
} }
36 -> {38}; 36 -> {37};
37 -> {38};
38 -> {39}; 38 -> {39};
39 -> {41}; 39 -> {40};
40 -> {60}; 40 -> {41};
41 -> {43}; 41 -> {42};
42 -> {52}; 42 -> {43};
43 -> {44}; 43 -> {44};
44 -> {45}; 44 -> {49 45};
45 -> {46}; 45 -> {46};
46 -> {47}; 46 -> {47};
47 -> {42 48}; 47 -> {62};
48 -> {49}; 47 -> {48} [style=dotted];
48 -> {49} [style=dotted];
49 -> {50}; 49 -> {50};
50 -> {37}; 50 -> {52 51};
50 -> {51} [style=dotted]; 51 -> {58};
51 -> {42} [style=dotted]; 52 -> {53};
52 -> {53 59};
53 -> {54}; 53 -> {54};
54 -> {55}; 54 -> {55};
55 -> {56}; 55 -> {56};
56 -> {57}; 56 -> {57};
57 -> {58}; 57 -> {58};
58 -> {40}; 58 -> {59};
59 -> {40}; 59 -> {60};
60 -> {61}; 60 -> {61};
61 -> {62}; 61 -> {62};
62 -> {37};
subgraph cluster_14 { subgraph cluster_14 {
color=red color=red
63 [label="Enter function test_4" style="filled" fillcolor=red]; 63 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
65 [label="Enter block"]; 64 [label="Enter block"];
subgraph cluster_16 { subgraph cluster_16 {
color=blue color=blue
66 [label="Enter when"]; 65 [label="Enter when"];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
68 [label="Enter when branch condition "]; 66 [label="Enter when branch condition "];
subgraph cluster_18 { subgraph cluster_18 {
color=blue color=blue
70 [label="Enter &&"]; 67 [label="Enter &&"];
71 [label="Access variable R|<local>/a|"]; 68 [label="Access variable R|<local>/a|"];
72 [label="Const: Null(null)"]; 69 [label="Const: Null(null)"];
73 [label="Operator =="]; 70 [label="Operator =="];
74 [label="Exit left part of &&"]; 71 [label="Exit left part of &&"];
75 [label="Enter right part of &&"]; 72 [label="Enter right part of &&"];
76 [label="Function call: R|java/lang/Exception.Exception|()"]; 73 [label="Function call: R|java/lang/Exception.Exception|()"];
77 [label="Throw: throw R|java/lang/Exception.Exception|()"]; 74 [label="Throw: throw R|java/lang/Exception.Exception|()"];
78 [label="Stub" style="filled" fillcolor=gray]; 75 [label="Stub" style="filled" fillcolor=gray];
69 [label="Exit &&"]; 76 [label="Exit &&"];
} }
79 [label="Exit when branch condition"]; 77 [label="Exit when branch condition"];
} }
86 [label="Synthetic else branch"]; 78 [label="Synthetic else branch"];
80 [label="Enter when branch result"]; 79 [label="Enter when branch result"];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
81 [label="Enter block"]; 80 [label="Enter block"];
82 [label="Access variable R|<local>/a|"]; 81 [label="Access variable R|<local>/a|"];
83 [label="Function call: R|<local>/a|.R|/A.foo|()"]; 82 [label="Function call: R|<local>/a|.R|/A.foo|()"];
84 [label="Exit block"]; 83 [label="Exit block"];
} }
85 [label="Exit when branch result"]; 84 [label="Exit when branch result"];
67 [label="Exit when"]; 85 [label="Exit when"];
} }
87 [label="Access variable R|<local>/a|"]; 86 [label="Access variable R|<local>/a|"];
88 [label="Function call: R|<local>/a|.R|/A.foo|()"]; 87 [label="Function call: R|<local>/a|.R|/A.foo|()"];
89 [label="Exit block"]; 88 [label="Exit block"];
} }
64 [label="Exit function test_4" style="filled" fillcolor=red]; 89 [label="Exit function test_4" style="filled" fillcolor=red];
} }
63 -> {65}; 63 -> {64};
64 -> {65};
65 -> {66}; 65 -> {66};
66 -> {68}; 66 -> {67};
67 -> {87}; 67 -> {68};
68 -> {70}; 68 -> {69};
69 -> {79}; 69 -> {70};
70 -> {71}; 70 -> {71};
71 -> {72}; 71 -> {76 72};
72 -> {73}; 72 -> {73};
73 -> {74}; 73 -> {74};
74 -> {69 75}; 74 -> {89};
75 -> {76}; 74 -> {75} [style=dotted];
75 -> {76} [style=dotted];
76 -> {77}; 76 -> {77};
77 -> {64}; 77 -> {79 78};
77 -> {78} [style=dotted]; 78 -> {85};
78 -> {69} [style=dotted]; 79 -> {80};
79 -> {80 86};
80 -> {81}; 80 -> {81};
81 -> {82}; 81 -> {82};
82 -> {83}; 82 -> {83};
83 -> {84}; 83 -> {84};
84 -> {85}; 84 -> {85};
85 -> {67}; 85 -> {86};
86 -> {67}; 86 -> {87};
87 -> {88}; 87 -> {88};
88 -> {89}; 88 -> {89};
89 -> {64};
subgraph cluster_20 { subgraph cluster_20 {
color=red color=red
90 [label="Enter function test_5" style="filled" fillcolor=red]; 90 [label="Enter function test_5" style="filled" fillcolor=red];
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
92 [label="Enter block"]; 91 [label="Enter block"];
subgraph cluster_22 { subgraph cluster_22 {
color=blue color=blue
94 [label="Enter ||"]; 92 [label="Enter ||"];
95 [label="Access variable R|<local>/a|"]; 93 [label="Access variable R|<local>/a|"];
96 [label="Const: Null(null)"]; 94 [label="Const: Null(null)"];
97 [label="Operator =="]; 95 [label="Operator =="];
98 [label="Exit left part of ||"]; 96 [label="Exit left part of ||"];
99 [label="Enter right part of ||"]; 97 [label="Enter right part of ||"];
100 [label="Function call: R|java/lang/Exception.Exception|()"]; 98 [label="Function call: R|java/lang/Exception.Exception|()"];
101 [label="Throw: throw R|java/lang/Exception.Exception|()"]; 99 [label="Throw: throw R|java/lang/Exception.Exception|()"];
102 [label="Stub" style="filled" fillcolor=gray]; 100 [label="Stub" style="filled" fillcolor=gray];
93 [label="Exit ||"]; 101 [label="Exit ||"];
} }
103 [label="Access variable R|<local>/a|"]; 102 [label="Access variable R|<local>/a|"];
104 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"]; 103 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
105 [label="Exit block"]; 104 [label="Exit block"];
} }
91 [label="Exit function test_5" style="filled" fillcolor=red]; 105 [label="Exit function test_5" style="filled" fillcolor=red];
} }
90 -> {92}; 90 -> {91};
92 -> {94}; 91 -> {92};
93 -> {103}; 92 -> {93};
93 -> {94};
94 -> {95}; 94 -> {95};
95 -> {96}; 95 -> {96};
96 -> {97}; 96 -> {101 97};
97 -> {98}; 97 -> {98};
98 -> {93 99}; 98 -> {99};
99 -> {100}; 99 -> {105};
100 -> {101}; 99 -> {100} [style=dotted];
101 -> {91}; 100 -> {101} [style=dotted];
101 -> {102} [style=dotted]; 101 -> {102};
102 -> {93} [style=dotted]; 102 -> {103};
103 -> {104}; 103 -> {104};
104 -> {105}; 104 -> {105};
105 -> {91};
subgraph cluster_23 { subgraph cluster_23 {
color=red color=red
106 [label="Enter function teat_6" style="filled" fillcolor=red]; 106 [label="Enter function teat_6" style="filled" fillcolor=red];
subgraph cluster_24 { subgraph cluster_24 {
color=blue color=blue
108 [label="Enter block"]; 107 [label="Enter block"];
subgraph cluster_25 { subgraph cluster_25 {
color=blue color=blue
110 [label="Enter &&"]; 108 [label="Enter &&"];
111 [label="Access variable R|<local>/a|"]; 109 [label="Access variable R|<local>/a|"];
112 [label="Const: Null(null)"]; 110 [label="Const: Null(null)"];
113 [label="Operator !="]; 111 [label="Operator !="];
114 [label="Exit left part of &&"]; 112 [label="Exit left part of &&"];
115 [label="Enter right part of &&"]; 113 [label="Enter right part of &&"];
116 [label="Function call: R|java/lang/Exception.Exception|()"]; 114 [label="Function call: R|java/lang/Exception.Exception|()"];
117 [label="Throw: throw R|java/lang/Exception.Exception|()"]; 115 [label="Throw: throw R|java/lang/Exception.Exception|()"];
118 [label="Stub" style="filled" fillcolor=gray]; 116 [label="Stub" style="filled" fillcolor=gray];
109 [label="Exit &&"]; 117 [label="Exit &&"];
} }
119 [label="Access variable R|<local>/a|"]; 118 [label="Access variable R|<local>/a|"];
120 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"]; 119 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
121 [label="Exit block"]; 120 [label="Exit block"];
} }
107 [label="Exit function teat_6" style="filled" fillcolor=red]; 121 [label="Exit function teat_6" style="filled" fillcolor=red];
} }
106 -> {108}; 106 -> {107};
108 -> {110}; 107 -> {108};
109 -> {119}; 108 -> {109};
109 -> {110};
110 -> {111}; 110 -> {111};
111 -> {112}; 111 -> {112};
112 -> {113}; 112 -> {117 113};
113 -> {114}; 113 -> {114};
114 -> {109 115}; 114 -> {115};
115 -> {116}; 115 -> {121};
116 -> {117}; 115 -> {116} [style=dotted];
117 -> {107}; 116 -> {117} [style=dotted];
117 -> {118} [style=dotted]; 117 -> {118};
118 -> {109} [style=dotted]; 118 -> {119};
119 -> {120}; 119 -> {120};
120 -> {121}; 120 -> {121};
121 -> {107};
subgraph cluster_26 { subgraph cluster_26 {
color=red color=red
122 [label="Enter function test_7" style="filled" fillcolor=red]; 122 [label="Enter function test_7" style="filled" fillcolor=red];
subgraph cluster_27 { subgraph cluster_27 {
color=blue color=blue
124 [label="Enter block"]; 123 [label="Enter block"];
subgraph cluster_28 { subgraph cluster_28 {
color=blue color=blue
125 [label="Enter when"]; 124 [label="Enter when"];
subgraph cluster_29 { subgraph cluster_29 {
color=blue color=blue
127 [label="Enter when branch condition "]; 125 [label="Enter when branch condition "];
subgraph cluster_30 { subgraph cluster_30 {
color=blue color=blue
129 [label="Enter ||"]; 126 [label="Enter ||"];
130 [label="Access variable R|<local>/a|"]; 127 [label="Access variable R|<local>/a|"];
131 [label="Const: Null(null)"]; 128 [label="Const: Null(null)"];
132 [label="Operator =="]; 129 [label="Operator =="];
133 [label="Exit left part of ||"]; 130 [label="Exit left part of ||"];
134 [label="Enter right part of ||"]; 131 [label="Enter right part of ||"];
135 [label="Function call: R|java/lang/Exception.Exception|()"]; 132 [label="Function call: R|java/lang/Exception.Exception|()"];
136 [label="Throw: throw R|java/lang/Exception.Exception|()"]; 133 [label="Throw: throw R|java/lang/Exception.Exception|()"];
137 [label="Stub" style="filled" fillcolor=gray]; 134 [label="Stub" style="filled" fillcolor=gray];
128 [label="Exit ||"]; 135 [label="Exit ||"];
} }
138 [label="Exit when branch condition"]; 136 [label="Exit when branch condition"];
} }
145 [label="Synthetic else branch"]; 137 [label="Synthetic else branch"];
139 [label="Enter when branch result"]; 138 [label="Enter when branch result"];
subgraph cluster_31 { subgraph cluster_31 {
color=blue color=blue
140 [label="Enter block"]; 139 [label="Enter block"];
141 [label="Access variable R|<local>/a|"]; 140 [label="Access variable R|<local>/a|"];
142 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"]; 141 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
143 [label="Exit block"]; 142 [label="Exit block"];
} }
144 [label="Exit when branch result"]; 143 [label="Exit when branch result"];
126 [label="Exit when"]; 144 [label="Exit when"];
} }
146 [label="Access variable R|<local>/a|"]; 145 [label="Access variable R|<local>/a|"];
147 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"]; 146 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
148 [label="Exit block"]; 147 [label="Exit block"];
} }
123 [label="Exit function test_7" style="filled" fillcolor=red]; 148 [label="Exit function test_7" style="filled" fillcolor=red];
} }
122 -> {124}; 122 -> {123};
123 -> {124};
124 -> {125}; 124 -> {125};
125 -> {127}; 125 -> {126};
126 -> {146}; 126 -> {127};
127 -> {129}; 127 -> {128};
128 -> {138}; 128 -> {129};
129 -> {130}; 129 -> {130};
130 -> {131}; 130 -> {135 131};
131 -> {132}; 131 -> {132};
132 -> {133}; 132 -> {133};
133 -> {128 134}; 133 -> {148};
134 -> {135}; 133 -> {134} [style=dotted];
134 -> {135} [style=dotted];
135 -> {136}; 135 -> {136};
136 -> {123}; 136 -> {138 137};
136 -> {137} [style=dotted]; 137 -> {144};
137 -> {128} [style=dotted]; 138 -> {139};
138 -> {139 145};
139 -> {140}; 139 -> {140};
140 -> {141}; 140 -> {141};
141 -> {142}; 141 -> {142};
142 -> {143}; 142 -> {143};
143 -> {144}; 143 -> {144};
144 -> {126}; 144 -> {145};
145 -> {126}; 145 -> {146};
146 -> {147}; 146 -> {147};
147 -> {148}; 147 -> {148};
148 -> {123};
subgraph cluster_32 { subgraph cluster_32 {
color=red color=red
149 [label="Enter function test_8" style="filled" fillcolor=red]; 149 [label="Enter function test_8" style="filled" fillcolor=red];
subgraph cluster_33 { subgraph cluster_33 {
color=blue color=blue
151 [label="Enter block"]; 150 [label="Enter block"];
subgraph cluster_34 { subgraph cluster_34 {
color=blue color=blue
152 [label="Enter when"]; 151 [label="Enter when"];
subgraph cluster_35 { subgraph cluster_35 {
color=blue color=blue
154 [label="Enter when branch condition "]; 152 [label="Enter when branch condition "];
subgraph cluster_36 { subgraph cluster_36 {
color=blue color=blue
156 [label="Enter &&"]; 153 [label="Enter &&"];
157 [label="Access variable R|<local>/a|"]; 154 [label="Access variable R|<local>/a|"];
158 [label="Const: Null(null)"]; 155 [label="Const: Null(null)"];
159 [label="Operator !="]; 156 [label="Operator !="];
160 [label="Exit left part of &&"]; 157 [label="Exit left part of &&"];
161 [label="Enter right part of &&"]; 158 [label="Enter right part of &&"];
162 [label="Function call: R|java/lang/Exception.Exception|()"]; 159 [label="Function call: R|java/lang/Exception.Exception|()"];
163 [label="Throw: throw R|java/lang/Exception.Exception|()"]; 160 [label="Throw: throw R|java/lang/Exception.Exception|()"];
164 [label="Stub" style="filled" fillcolor=gray]; 161 [label="Stub" style="filled" fillcolor=gray];
155 [label="Exit &&"]; 162 [label="Exit &&"];
} }
165 [label="Exit when branch condition"]; 163 [label="Exit when branch condition"];
} }
172 [label="Synthetic else branch"]; 164 [label="Synthetic else branch"];
166 [label="Enter when branch result"]; 165 [label="Enter when branch result"];
subgraph cluster_37 { subgraph cluster_37 {
color=blue color=blue
167 [label="Enter block"]; 166 [label="Enter block"];
168 [label="Access variable R|<local>/a|"]; 167 [label="Access variable R|<local>/a|"];
169 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"]; 168 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
170 [label="Exit block"]; 169 [label="Exit block"];
} }
171 [label="Exit when branch result"]; 170 [label="Exit when branch result"];
153 [label="Exit when"]; 171 [label="Exit when"];
} }
173 [label="Access variable R|<local>/a|"]; 172 [label="Access variable R|<local>/a|"];
174 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"]; 173 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
175 [label="Exit block"]; 174 [label="Exit block"];
} }
150 [label="Exit function test_8" style="filled" fillcolor=red]; 175 [label="Exit function test_8" style="filled" fillcolor=red];
} }
149 -> {151}; 149 -> {150};
150 -> {151};
151 -> {152}; 151 -> {152};
152 -> {154}; 152 -> {153};
153 -> {173}; 153 -> {154};
154 -> {156}; 154 -> {155};
155 -> {165}; 155 -> {156};
156 -> {157}; 156 -> {157};
157 -> {158}; 157 -> {162 158};
158 -> {159}; 158 -> {159};
159 -> {160}; 159 -> {160};
160 -> {155 161}; 160 -> {175};
161 -> {162}; 160 -> {161} [style=dotted];
161 -> {162} [style=dotted];
162 -> {163}; 162 -> {163};
163 -> {150}; 163 -> {165 164};
163 -> {164} [style=dotted]; 164 -> {171};
164 -> {155} [style=dotted]; 165 -> {166};
165 -> {166 172};
166 -> {167}; 166 -> {167};
167 -> {168}; 167 -> {168};
168 -> {169}; 168 -> {169};
169 -> {170}; 169 -> {170};
170 -> {171}; 170 -> {171};
171 -> {153}; 171 -> {172};
172 -> {153}; 172 -> {173};
173 -> {174}; 173 -> {174};
174 -> {175}; 174 -> {175};
175 -> {150};
} }
@@ -12,10 +12,10 @@ digraph boundSmartcasts_kt {
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
3 [label="Enter class A" style="filled" fillcolor=red]; 2 [label="Enter class A" style="filled" fillcolor=red];
2 [label="Exit class A" style="filled" fillcolor=red]; 3 [label="Exit class A" style="filled" fillcolor=red];
} }
3 -> {2} [color=green]; 2 -> {3} [color=green];
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
@@ -26,57 +26,58 @@ digraph boundSmartcasts_kt {
subgraph cluster_3 { subgraph cluster_3 {
color=red color=red
7 [label="Enter class B" style="filled" fillcolor=red]; 6 [label="Enter class B" style="filled" fillcolor=red];
6 [label="Exit class B" style="filled" fillcolor=red]; 7 [label="Exit class B" style="filled" fillcolor=red];
} }
7 -> {6} [color=green]; 6 -> {7} [color=green];
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
8 [label="Enter function test_1" style="filled" fillcolor=red]; 8 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
10 [label="Enter block"]; 9 [label="Enter block"];
11 [label="Access variable R|<local>/x|"]; 10 [label="Access variable R|<local>/x|"];
12 [label="Variable declaration: lval y: R|kotlin/Any|"]; 11 [label="Variable declaration: lval y: R|kotlin/Any|"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
13 [label="Enter when"]; 12 [label="Enter when"];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
15 [label="Enter when branch condition "]; 13 [label="Enter when branch condition "];
16 [label="Access variable R|<local>/x|"]; 14 [label="Access variable R|<local>/x|"];
17 [label="Type operator: (R|<local>/x| is R|A|)"]; 15 [label="Type operator: (R|<local>/x| is R|A|)"];
18 [label="Exit when branch condition"]; 16 [label="Exit when branch condition"];
} }
27 [label="Synthetic else branch"]; 17 [label="Synthetic else branch"];
19 [label="Enter when branch result"]; 18 [label="Enter when branch result"];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
20 [label="Enter block"]; 19 [label="Enter block"];
21 [label="Access variable R|<local>/x|"]; 20 [label="Access variable R|<local>/x|"];
22 [label="Function call: R|<local>/x|.R|/A.foo|()"]; 21 [label="Function call: R|<local>/x|.R|/A.foo|()"];
23 [label="Access variable R|<local>/y|"]; 22 [label="Access variable R|<local>/y|"];
24 [label="Function call: R|<local>/y|.R|/A.foo|()"]; 23 [label="Function call: R|<local>/y|.R|/A.foo|()"];
25 [label="Exit block"]; 24 [label="Exit block"];
} }
26 [label="Exit when branch result"]; 25 [label="Exit when branch result"];
14 [label="Exit when"]; 26 [label="Exit when"];
} }
28 [label="Exit block"]; 27 [label="Exit block"];
} }
9 [label="Exit function test_1" style="filled" fillcolor=red]; 28 [label="Exit function test_1" style="filled" fillcolor=red];
} }
8 -> {10}; 8 -> {9};
9 -> {10};
10 -> {11}; 10 -> {11};
11 -> {12}; 11 -> {12};
12 -> {13}; 12 -> {13};
13 -> {15}; 13 -> {14};
14 -> {28}; 14 -> {15};
15 -> {16}; 15 -> {16};
16 -> {17}; 16 -> {18 17};
17 -> {18}; 17 -> {26};
18 -> {19 27}; 18 -> {19};
19 -> {20}; 19 -> {20};
20 -> {21}; 20 -> {21};
21 -> {22}; 21 -> {22};
@@ -84,56 +85,56 @@ digraph boundSmartcasts_kt {
23 -> {24}; 23 -> {24};
24 -> {25}; 24 -> {25};
25 -> {26}; 25 -> {26};
26 -> {14}; 26 -> {27};
27 -> {14}; 27 -> {28};
28 -> {9};
subgraph cluster_9 { subgraph cluster_9 {
color=red color=red
29 [label="Enter function test_2" style="filled" fillcolor=red]; 29 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
31 [label="Enter block"]; 30 [label="Enter block"];
32 [label="Access variable R|<local>/x|"]; 31 [label="Access variable R|<local>/x|"];
33 [label="Variable declaration: lval y: R|kotlin/Any|"]; 32 [label="Variable declaration: lval y: R|kotlin/Any|"];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
34 [label="Enter when"]; 33 [label="Enter when"];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
36 [label="Enter when branch condition "]; 34 [label="Enter when branch condition "];
37 [label="Access variable R|<local>/y|"]; 35 [label="Access variable R|<local>/y|"];
38 [label="Type operator: (R|<local>/y| is R|A|)"]; 36 [label="Type operator: (R|<local>/y| is R|A|)"];
39 [label="Exit when branch condition"]; 37 [label="Exit when branch condition"];
} }
48 [label="Synthetic else branch"]; 38 [label="Synthetic else branch"];
40 [label="Enter when branch result"]; 39 [label="Enter when branch result"];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
41 [label="Enter block"]; 40 [label="Enter block"];
42 [label="Access variable R|<local>/x|"]; 41 [label="Access variable R|<local>/x|"];
43 [label="Function call: R|<local>/x|.R|/A.foo|()"]; 42 [label="Function call: R|<local>/x|.R|/A.foo|()"];
44 [label="Access variable R|<local>/y|"]; 43 [label="Access variable R|<local>/y|"];
45 [label="Function call: R|<local>/y|.R|/A.foo|()"]; 44 [label="Function call: R|<local>/y|.R|/A.foo|()"];
46 [label="Exit block"]; 45 [label="Exit block"];
} }
47 [label="Exit when branch result"]; 46 [label="Exit when branch result"];
35 [label="Exit when"]; 47 [label="Exit when"];
} }
49 [label="Exit block"]; 48 [label="Exit block"];
} }
30 [label="Exit function test_2" style="filled" fillcolor=red]; 49 [label="Exit function test_2" style="filled" fillcolor=red];
} }
29 -> {31}; 29 -> {30};
30 -> {31};
31 -> {32}; 31 -> {32};
32 -> {33}; 32 -> {33};
33 -> {34}; 33 -> {34};
34 -> {36}; 34 -> {35};
35 -> {49}; 35 -> {36};
36 -> {37}; 36 -> {37};
37 -> {38}; 37 -> {39 38};
38 -> {39}; 38 -> {47};
39 -> {40 48}; 39 -> {40};
40 -> {41}; 40 -> {41};
41 -> {42}; 41 -> {42};
42 -> {43}; 42 -> {43};
@@ -141,95 +142,95 @@ digraph boundSmartcasts_kt {
44 -> {45}; 44 -> {45};
45 -> {46}; 45 -> {46};
46 -> {47}; 46 -> {47};
47 -> {35}; 47 -> {48};
48 -> {35}; 48 -> {49};
49 -> {30};
subgraph cluster_14 { subgraph cluster_14 {
color=red color=red
50 [label="Enter function test_3" style="filled" fillcolor=red]; 50 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
52 [label="Enter block"]; 51 [label="Enter block"];
53 [label="Access variable R|<local>/x|"]; 52 [label="Access variable R|<local>/x|"];
54 [label="Variable declaration: lvar z: R|kotlin/Any|"]; 53 [label="Variable declaration: lvar z: R|kotlin/Any|"];
subgraph cluster_16 { subgraph cluster_16 {
color=blue color=blue
55 [label="Enter when"]; 54 [label="Enter when"];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
57 [label="Enter when branch condition "]; 55 [label="Enter when branch condition "];
58 [label="Access variable R|<local>/x|"]; 56 [label="Access variable R|<local>/x|"];
59 [label="Type operator: (R|<local>/x| is R|A|)"]; 57 [label="Type operator: (R|<local>/x| is R|A|)"];
60 [label="Exit when branch condition"]; 58 [label="Exit when branch condition"];
} }
67 [label="Synthetic else branch"]; 59 [label="Synthetic else branch"];
61 [label="Enter when branch result"]; 60 [label="Enter when branch result"];
subgraph cluster_18 { subgraph cluster_18 {
color=blue color=blue
62 [label="Enter block"]; 61 [label="Enter block"];
63 [label="Access variable R|<local>/z|"]; 62 [label="Access variable R|<local>/z|"];
64 [label="Function call: R|<local>/z|.R|/A.foo|()"]; 63 [label="Function call: R|<local>/z|.R|/A.foo|()"];
65 [label="Exit block"]; 64 [label="Exit block"];
} }
66 [label="Exit when branch result"]; 65 [label="Exit when branch result"];
56 [label="Exit when"]; 66 [label="Exit when"];
} }
68 [label="Access variable R|<local>/y|"]; 67 [label="Access variable R|<local>/y|"];
69 [label="Assignment: R|<local>/z|"]; 68 [label="Assignment: R|<local>/z|"];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
70 [label="Enter when"]; 69 [label="Enter when"];
subgraph cluster_20 { subgraph cluster_20 {
color=blue color=blue
72 [label="Enter when branch condition "]; 70 [label="Enter when branch condition "];
73 [label="Access variable R|<local>/y|"]; 71 [label="Access variable R|<local>/y|"];
74 [label="Type operator: (R|<local>/y| is R|B|)"]; 72 [label="Type operator: (R|<local>/y| is R|B|)"];
75 [label="Exit when branch condition"]; 73 [label="Exit when branch condition"];
} }
84 [label="Synthetic else branch"]; 74 [label="Synthetic else branch"];
76 [label="Enter when branch result"]; 75 [label="Enter when branch result"];
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
77 [label="Enter block"]; 76 [label="Enter block"];
78 [label="Access variable R|<local>/z|"]; 77 [label="Access variable R|<local>/z|"];
79 [label="Function call: R|<local>/z|.<Unresolved name: foo>#()"]; 78 [label="Function call: R|<local>/z|.<Unresolved name: foo>#()"];
80 [label="Access variable R|<local>/z|"]; 79 [label="Access variable R|<local>/z|"];
81 [label="Function call: R|<local>/z|.R|/B.bar|()"]; 80 [label="Function call: R|<local>/z|.R|/B.bar|()"];
82 [label="Exit block"]; 81 [label="Exit block"];
} }
83 [label="Exit when branch result"]; 82 [label="Exit when branch result"];
71 [label="Exit when"]; 83 [label="Exit when"];
} }
85 [label="Exit block"]; 84 [label="Exit block"];
} }
51 [label="Exit function test_3" style="filled" fillcolor=red]; 85 [label="Exit function test_3" style="filled" fillcolor=red];
} }
50 -> {52}; 50 -> {51};
51 -> {52};
52 -> {53}; 52 -> {53};
53 -> {54}; 53 -> {54};
54 -> {55}; 54 -> {55};
55 -> {57}; 55 -> {56};
56 -> {68}; 56 -> {57};
57 -> {58}; 57 -> {58};
58 -> {59}; 58 -> {60 59};
59 -> {60}; 59 -> {66};
60 -> {61 67}; 60 -> {61};
61 -> {62}; 61 -> {62};
62 -> {63}; 62 -> {63};
63 -> {64}; 63 -> {64};
64 -> {65}; 64 -> {65};
65 -> {66}; 65 -> {66};
66 -> {56}; 66 -> {67};
67 -> {56}; 67 -> {68};
68 -> {69}; 68 -> {69};
69 -> {70}; 69 -> {70};
70 -> {72}; 70 -> {71};
71 -> {85}; 71 -> {72};
72 -> {73}; 72 -> {73};
73 -> {74}; 73 -> {75 74};
74 -> {75}; 74 -> {83};
75 -> {76 84}; 75 -> {76};
76 -> {77}; 76 -> {77};
77 -> {78}; 77 -> {78};
78 -> {79}; 78 -> {79};
@@ -237,55 +238,55 @@ digraph boundSmartcasts_kt {
80 -> {81}; 80 -> {81};
81 -> {82}; 81 -> {82};
82 -> {83}; 82 -> {83};
83 -> {71}; 83 -> {84};
84 -> {71}; 84 -> {85};
85 -> {51};
subgraph cluster_22 { subgraph cluster_22 {
color=red color=red
86 [label="Enter function test_4" style="filled" fillcolor=red]; 86 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_23 { subgraph cluster_23 {
color=blue color=blue
88 [label="Enter block"]; 87 [label="Enter block"];
89 [label="Const: Int(1)"]; 88 [label="Const: Int(1)"];
90 [label="Variable declaration: lvar x: R|kotlin/Any|"]; 89 [label="Variable declaration: lvar x: R|kotlin/Any|"];
91 [label="Access variable R|<local>/x|"]; 90 [label="Access variable R|<local>/x|"];
92 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"]; 91 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
93 [label="Access variable R|<local>/x|"]; 92 [label="Access variable R|<local>/x|"];
94 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"]; 93 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
95 [label="Access variable R|<local>/y|"]; 94 [label="Access variable R|<local>/y|"];
96 [label="Assignment: R|<local>/x|"]; 95 [label="Assignment: R|<local>/x|"];
97 [label="Access variable R|<local>/x|"]; 96 [label="Access variable R|<local>/x|"];
98 [label="Function call: R|<local>/x|.<Unresolved name: inc>#()"]; 97 [label="Function call: R|<local>/x|.<Unresolved name: inc>#()"];
subgraph cluster_24 { subgraph cluster_24 {
color=blue color=blue
99 [label="Enter when"]; 98 [label="Enter when"];
subgraph cluster_25 { subgraph cluster_25 {
color=blue color=blue
101 [label="Enter when branch condition "]; 99 [label="Enter when branch condition "];
102 [label="Access variable R|<local>/y|"]; 100 [label="Access variable R|<local>/y|"];
103 [label="Type operator: (R|<local>/y| is R|A|)"]; 101 [label="Type operator: (R|<local>/y| is R|A|)"];
104 [label="Exit when branch condition"]; 102 [label="Exit when branch condition"];
} }
113 [label="Synthetic else branch"]; 103 [label="Synthetic else branch"];
105 [label="Enter when branch result"]; 104 [label="Enter when branch result"];
subgraph cluster_26 { subgraph cluster_26 {
color=blue color=blue
106 [label="Enter block"]; 105 [label="Enter block"];
107 [label="Access variable R|<local>/x|"]; 106 [label="Access variable R|<local>/x|"];
108 [label="Function call: R|<local>/x|.R|/A.foo|()"]; 107 [label="Function call: R|<local>/x|.R|/A.foo|()"];
109 [label="Access variable R|<local>/y|"]; 108 [label="Access variable R|<local>/y|"];
110 [label="Function call: R|<local>/y|.R|/A.foo|()"]; 109 [label="Function call: R|<local>/y|.R|/A.foo|()"];
111 [label="Exit block"]; 110 [label="Exit block"];
} }
112 [label="Exit when branch result"]; 111 [label="Exit when branch result"];
100 [label="Exit when"]; 112 [label="Exit when"];
} }
114 [label="Exit block"]; 113 [label="Exit block"];
} }
87 [label="Exit function test_4" style="filled" fillcolor=red]; 114 [label="Exit function test_4" style="filled" fillcolor=red];
} }
86 -> {88}; 86 -> {87};
87 -> {88};
88 -> {89}; 88 -> {89};
89 -> {90}; 89 -> {90};
90 -> {91}; 90 -> {91};
@@ -297,12 +298,12 @@ digraph boundSmartcasts_kt {
96 -> {97}; 96 -> {97};
97 -> {98}; 97 -> {98};
98 -> {99}; 98 -> {99};
99 -> {101}; 99 -> {100};
100 -> {114}; 100 -> {101};
101 -> {102}; 101 -> {102};
102 -> {103}; 102 -> {104 103};
103 -> {104}; 103 -> {112};
104 -> {105 113}; 104 -> {105};
105 -> {106}; 105 -> {106};
106 -> {107}; 106 -> {107};
107 -> {108}; 107 -> {108};
@@ -310,18 +311,17 @@ digraph boundSmartcasts_kt {
109 -> {110}; 109 -> {110};
110 -> {111}; 110 -> {111};
111 -> {112}; 111 -> {112};
112 -> {100}; 112 -> {113};
113 -> {100}; 113 -> {114};
114 -> {87};
subgraph cluster_27 { subgraph cluster_27 {
color=red color=red
115 [label="Enter function <init>" style="filled" fillcolor=red]; 115 [label="Enter function <init>" style="filled" fillcolor=red];
117 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 116 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
116 [label="Exit function <init>" style="filled" fillcolor=red]; 117 [label="Exit function <init>" style="filled" fillcolor=red];
} }
115 -> {117}; 115 -> {116};
117 -> {116}; 116 -> {117};
subgraph cluster_28 { subgraph cluster_28 {
color=red color=red
@@ -332,116 +332,117 @@ digraph boundSmartcasts_kt {
subgraph cluster_29 { subgraph cluster_29 {
color=red color=red
124 [label="Enter class D" style="filled" fillcolor=red]; 123 [label="Enter class D" style="filled" fillcolor=red];
subgraph cluster_30 { subgraph cluster_30 {
color=blue color=blue
120 [label="Enter property" style="filled" fillcolor=red]; 120 [label="Enter property" style="filled" fillcolor=red];
122 [label="Access variable R|<local>/any|"]; 121 [label="Access variable R|<local>/any|"];
121 [label="Exit property" style="filled" fillcolor=red]; 122 [label="Exit property" style="filled" fillcolor=red];
} }
123 [label="Exit class D" style="filled" fillcolor=red]; 124 [label="Exit class D" style="filled" fillcolor=red];
} }
124 -> {120} [color=green]; 123 -> {120} [color=green];
120 -> {122}; 120 -> {121};
121 -> {123} [color=green]; 121 -> {122};
122 -> {121}; 122 -> {124} [color=green];
subgraph cluster_31 { subgraph cluster_31 {
color=red color=red
125 [label="Enter function baz" style="filled" fillcolor=red]; 125 [label="Enter function baz" style="filled" fillcolor=red];
subgraph cluster_32 { subgraph cluster_32 {
color=blue color=blue
127 [label="Enter block"]; 126 [label="Enter block"];
128 [label="Exit block"]; 127 [label="Exit block"];
} }
126 [label="Exit function baz" style="filled" fillcolor=red]; 128 [label="Exit function baz" style="filled" fillcolor=red];
} }
125 -> {127}; 125 -> {126};
126 -> {127};
127 -> {128}; 127 -> {128};
128 -> {126};
subgraph cluster_33 { subgraph cluster_33 {
color=red color=red
129 [label="Enter function test_5" style="filled" fillcolor=red]; 129 [label="Enter function test_5" style="filled" fillcolor=red];
subgraph cluster_34 { subgraph cluster_34 {
color=blue color=blue
131 [label="Enter block"]; 130 [label="Enter block"];
subgraph cluster_35 { subgraph cluster_35 {
color=blue color=blue
132 [label="Enter when"]; 131 [label="Enter when"];
134 [label="Access variable R|<local>/d|"]; 132 [label="Access variable R|<local>/d|"];
135 [label="Access variable R|/D.any|"]; 133 [label="Access variable R|/D.any|"];
136 [label="Variable declaration: lval <elvis>: R|kotlin/Any?|"]; 134 [label="Variable declaration: lval <elvis>: R|kotlin/Any?|"];
subgraph cluster_36 { subgraph cluster_36 {
color=blue color=blue
137 [label="Enter when branch condition "]; 135 [label="Enter when branch condition "];
138 [label="Const: Null(null)"]; 136 [label="Const: Null(null)"];
139 [label="Operator =="]; 137 [label="Operator =="];
140 [label="Exit when branch condition"]; 138 [label="Exit when branch condition"];
} }
subgraph cluster_37 { subgraph cluster_37 {
color=blue color=blue
147 [label="Enter when branch condition else"]; 139 [label="Enter when branch condition else"];
148 [label="Exit when branch condition"]; 140 [label="Exit when branch condition"];
} }
149 [label="Enter when branch result"]; 141 [label="Enter when branch result"];
subgraph cluster_38 { subgraph cluster_38 {
color=blue color=blue
150 [label="Enter block"]; 142 [label="Enter block"];
151 [label="Access variable R|<local>/<elvis>|"]; 143 [label="Access variable R|<local>/<elvis>|"];
152 [label="Exit block"]; 144 [label="Exit block"];
} }
153 [label="Exit when branch result"]; 145 [label="Exit when branch result"];
141 [label="Enter when branch result"]; 146 [label="Enter when branch result"];
subgraph cluster_39 { subgraph cluster_39 {
color=blue color=blue
142 [label="Enter block"]; 147 [label="Enter block"];
143 [label="Jump: ^test_5 Unit"]; 148 [label="Jump: ^test_5 Unit"];
144 [label="Stub" style="filled" fillcolor=gray]; 149 [label="Stub" style="filled" fillcolor=gray];
145 [label="Exit block" style="filled" fillcolor=gray]; 150 [label="Exit block" style="filled" fillcolor=gray];
} }
146 [label="Exit when branch result" style="filled" fillcolor=gray]; 151 [label="Exit when branch result" style="filled" fillcolor=gray];
133 [label="Exit when"]; 152 [label="Exit when"];
} }
154 [label="Variable declaration: lval a: R|kotlin/Any|"]; 153 [label="Variable declaration: lval a: R|kotlin/Any|"];
155 [label="Access variable R|<local>/a|"]; 154 [label="Access variable R|<local>/a|"];
156 [label="Function call: R|<local>/a|.R|/baz|()"]; 155 [label="Function call: R|<local>/a|.R|/baz|()"];
157 [label="Access variable R|<local>/d|"]; 156 [label="Access variable R|<local>/d|"];
158 [label="Access variable R|/D.any|"]; 157 [label="Access variable R|/D.any|"];
159 [label="Function call: R|<local>/d|.R|/D.any|.R|/baz|()"]; 158 [label="Function call: R|<local>/d|.R|/D.any|.R|/baz|()"];
160 [label="Access variable R|<local>/a|"]; 159 [label="Access variable R|<local>/a|"];
161 [label="Type operator: (R|<local>/a| as R|A|)"]; 160 [label="Type operator: (R|<local>/a| as R|A|)"];
162 [label="Access variable R|<local>/a|"]; 161 [label="Access variable R|<local>/a|"];
163 [label="Function call: R|<local>/a|.R|/A.foo|()"]; 162 [label="Function call: R|<local>/a|.R|/A.foo|()"];
164 [label="Exit block"]; 163 [label="Exit block"];
} }
130 [label="Exit function test_5" style="filled" fillcolor=red]; 164 [label="Exit function test_5" style="filled" fillcolor=red];
} }
129 -> {131}; 129 -> {130};
130 -> {131};
131 -> {132}; 131 -> {132};
132 -> {134}; 132 -> {133};
133 -> {154}; 133 -> {134};
134 -> {135}; 134 -> {135};
135 -> {136}; 135 -> {136};
136 -> {137}; 136 -> {137};
137 -> {138}; 137 -> {138};
138 -> {139}; 138 -> {146 139};
139 -> {140}; 139 -> {140};
140 -> {141 147}; 140 -> {141};
141 -> {142}; 141 -> {142};
142 -> {143}; 142 -> {143};
143 -> {130}; 143 -> {144};
143 -> {144} [style=dotted]; 144 -> {145};
144 -> {145} [style=dotted]; 145 -> {152};
145 -> {146} [style=dotted]; 146 -> {147};
146 -> {133} [style=dotted];
147 -> {148}; 147 -> {148};
148 -> {149}; 148 -> {164};
149 -> {150}; 148 -> {149} [style=dotted];
150 -> {151}; 149 -> {150} [style=dotted];
151 -> {152}; 150 -> {151} [style=dotted];
151 -> {152} [style=dotted];
152 -> {153}; 152 -> {153};
153 -> {133}; 153 -> {154};
154 -> {155}; 154 -> {155};
155 -> {156}; 155 -> {156};
156 -> {157}; 156 -> {157};
@@ -452,32 +453,32 @@ digraph boundSmartcasts_kt {
161 -> {162}; 161 -> {162};
162 -> {163}; 162 -> {163};
163 -> {164}; 163 -> {164};
164 -> {130};
subgraph cluster_40 { subgraph cluster_40 {
color=red color=red
165 [label="Enter function test_6" style="filled" fillcolor=red]; 165 [label="Enter function test_6" style="filled" fillcolor=red];
subgraph cluster_41 { subgraph cluster_41 {
color=blue color=blue
167 [label="Enter block"]; 166 [label="Enter block"];
168 [label="Access variable R|<local>/d1|"]; 167 [label="Access variable R|<local>/d1|"];
169 [label="Access variable R|/D.any|"]; 168 [label="Access variable R|/D.any|"];
170 [label="Variable declaration: lval a: R|kotlin/Any?|"]; 169 [label="Variable declaration: lval a: R|kotlin/Any?|"];
171 [label="Access variable R|<local>/a|"]; 170 [label="Access variable R|<local>/a|"];
172 [label="Type operator: (R|<local>/a| as R|A|)"]; 171 [label="Type operator: (R|<local>/a| as R|A|)"];
173 [label="Access variable R|<local>/a|"]; 172 [label="Access variable R|<local>/a|"];
174 [label="Function call: R|<local>/a|.R|/A.foo|()"]; 173 [label="Function call: R|<local>/a|.R|/A.foo|()"];
175 [label="Access variable R|<local>/d1|"]; 174 [label="Access variable R|<local>/d1|"];
176 [label="Access variable R|/D.any|"]; 175 [label="Access variable R|/D.any|"];
177 [label="Function call: R|<local>/d1|.R|/D.any|.R|/A.foo|()"]; 176 [label="Function call: R|<local>/d1|.R|/D.any|.R|/A.foo|()"];
178 [label="Access variable R|<local>/d1|"]; 177 [label="Access variable R|<local>/d1|"];
179 [label="Access variable R|/D.any|"]; 178 [label="Access variable R|/D.any|"];
180 [label="Function call: R|<local>/d1|.R|/D.any|.R|/baz|()"]; 179 [label="Function call: R|<local>/d1|.R|/D.any|.R|/baz|()"];
181 [label="Exit block"]; 180 [label="Exit block"];
} }
166 [label="Exit function test_6" style="filled" fillcolor=red]; 181 [label="Exit function test_6" style="filled" fillcolor=red];
} }
165 -> {167}; 165 -> {166};
166 -> {167};
167 -> {168}; 167 -> {168};
168 -> {169}; 168 -> {169};
169 -> {170}; 169 -> {170};
@@ -492,47 +493,47 @@ digraph boundSmartcasts_kt {
178 -> {179}; 178 -> {179};
179 -> {180}; 179 -> {180};
180 -> {181}; 180 -> {181};
181 -> {166};
subgraph cluster_42 { subgraph cluster_42 {
color=red color=red
182 [label="Enter function test_7" style="filled" fillcolor=red]; 182 [label="Enter function test_7" style="filled" fillcolor=red];
subgraph cluster_43 { subgraph cluster_43 {
color=blue color=blue
184 [label="Enter block"]; 183 [label="Enter block"];
185 [label="Access variable R|<local>/d1|"]; 184 [label="Access variable R|<local>/d1|"];
186 [label="Enter safe call"]; 185 [label="Enter safe call"];
188 [label="Access variable R|/D.any|"]; 186 [label="Access variable R|/D.any|"];
187 [label="Exit safe call"]; 187 [label="Exit safe call"];
189 [label="Variable declaration: lval a: R|kotlin/Any?|"]; 188 [label="Variable declaration: lval a: R|kotlin/Any?|"];
190 [label="Access variable R|<local>/d2|"]; 189 [label="Access variable R|<local>/d2|"];
191 [label="Enter safe call"]; 190 [label="Enter safe call"];
193 [label="Access variable R|/D.any|"]; 191 [label="Access variable R|/D.any|"];
192 [label="Exit safe call"]; 192 [label="Exit safe call"];
194 [label="Variable declaration: lval b: R|kotlin/Any?|"]; 193 [label="Variable declaration: lval b: R|kotlin/Any?|"];
195 [label="Access variable R|<local>/a|"]; 194 [label="Access variable R|<local>/a|"];
196 [label="Type operator: (R|<local>/a| as R|A|)"]; 195 [label="Type operator: (R|<local>/a| as R|A|)"];
197 [label="Access variable R|<local>/a|"]; 196 [label="Access variable R|<local>/a|"];
198 [label="Function call: R|<local>/a|.R|/A.foo|()"]; 197 [label="Function call: R|<local>/a|.R|/A.foo|()"];
199 [label="Access variable R|<local>/b|"]; 198 [label="Access variable R|<local>/b|"];
200 [label="Type operator: (R|<local>/b| as R|B|)"]; 199 [label="Type operator: (R|<local>/b| as R|B|)"];
201 [label="Access variable R|<local>/b|"]; 200 [label="Access variable R|<local>/b|"];
202 [label="Function call: R|<local>/b|.R|/B.bar|()"]; 201 [label="Function call: R|<local>/b|.R|/B.bar|()"];
203 [label="Exit block"]; 202 [label="Exit block"];
} }
183 [label="Exit function test_7" style="filled" fillcolor=red]; 203 [label="Exit function test_7" style="filled" fillcolor=red];
} }
182 -> {184}; 182 -> {183};
184 -> {185}; 183 -> {184};
185 -> {186 187}; 184 -> {185 187};
186 -> {188}; 185 -> {186};
187 -> {189}; 186 -> {187};
188 -> {187}; 187 -> {188};
189 -> {190}; 188 -> {189};
190 -> {191 192}; 189 -> {190 192};
191 -> {193}; 190 -> {191};
192 -> {194}; 191 -> {192};
193 -> {192}; 192 -> {193};
193 -> {194};
194 -> {195}; 194 -> {195};
195 -> {196}; 195 -> {196};
196 -> {197}; 196 -> {197};
@@ -542,6 +543,5 @@ digraph boundSmartcasts_kt {
200 -> {201}; 200 -> {201};
201 -> {202}; 201 -> {202};
202 -> {203}; 202 -> {203};
203 -> {183};
} }
@@ -6,27 +6,27 @@ digraph functionCallBound_kt {
subgraph cluster_0 { subgraph cluster_0 {
color=red color=red
0 [label="Enter function <init>" style="filled" fillcolor=red]; 0 [label="Enter function <init>" style="filled" fillcolor=red];
2 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 1 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
1 [label="Exit function <init>" style="filled" fillcolor=red]; 2 [label="Exit function <init>" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
2 -> {1}; 1 -> {2};
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
4 [label="Enter class Base" style="filled" fillcolor=red]; 3 [label="Enter class Base" style="filled" fillcolor=red];
3 [label="Exit class Base" style="filled" fillcolor=red]; 4 [label="Exit class Base" style="filled" fillcolor=red];
} }
4 -> {3} [color=green]; 3 -> {4} [color=green];
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
5 [label="Enter function <init>" style="filled" fillcolor=red]; 5 [label="Enter function <init>" style="filled" fillcolor=red];
7 [label="Delegated constructor call: super<R|Base|>()"]; 6 [label="Delegated constructor call: super<R|Base|>()"];
6 [label="Exit function <init>" style="filled" fillcolor=red]; 7 [label="Exit function <init>" style="filled" fillcolor=red];
} }
5 -> {7}; 5 -> {6};
7 -> {6}; 6 -> {7};
subgraph cluster_3 { subgraph cluster_3 {
color=red color=red
@@ -37,87 +37,87 @@ digraph functionCallBound_kt {
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
14 [label="Enter class Sub" style="filled" fillcolor=red]; 13 [label="Enter class Sub" style="filled" fillcolor=red];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
10 [label="Enter property" style="filled" fillcolor=red]; 10 [label="Enter property" style="filled" fillcolor=red];
12 [label="Access variable R|<local>/data|"]; 11 [label="Access variable R|<local>/data|"];
11 [label="Exit property" style="filled" fillcolor=red]; 12 [label="Exit property" style="filled" fillcolor=red];
} }
13 [label="Exit class Sub" style="filled" fillcolor=red]; 14 [label="Exit class Sub" style="filled" fillcolor=red];
} }
14 -> {10} [color=green]; 13 -> {10} [color=green];
10 -> {12}; 10 -> {11};
11 -> {13} [color=green]; 11 -> {12};
12 -> {11}; 12 -> {14} [color=green];
subgraph cluster_6 { subgraph cluster_6 {
color=red color=red
15 [label="Enter function isOk" style="filled" fillcolor=red]; 15 [label="Enter function isOk" style="filled" fillcolor=red];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
17 [label="Enter block"]; 16 [label="Enter block"];
18 [label="Const: Boolean(true)"]; 17 [label="Const: Boolean(true)"];
19 [label="Jump: ^isOk Boolean(true)"]; 18 [label="Jump: ^isOk Boolean(true)"];
20 [label="Stub" style="filled" fillcolor=gray]; 19 [label="Stub" style="filled" fillcolor=gray];
21 [label="Exit block" style="filled" fillcolor=gray]; 20 [label="Exit block" style="filled" fillcolor=gray];
} }
16 [label="Exit function isOk" style="filled" fillcolor=red]; 21 [label="Exit function isOk" style="filled" fillcolor=red];
} }
15 -> {17}; 15 -> {16};
16 -> {17};
17 -> {18}; 17 -> {18};
18 -> {19}; 18 -> {21};
19 -> {16}; 18 -> {19} [style=dotted];
19 -> {20} [style=dotted]; 19 -> {20} [style=dotted];
20 -> {21} [style=dotted]; 20 -> {21} [style=dotted];
21 -> {16} [style=dotted];
subgraph cluster_8 { subgraph cluster_8 {
color=red color=red
22 [label="Enter function check" style="filled" fillcolor=red]; 22 [label="Enter function check" style="filled" fillcolor=red];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
24 [label="Enter block"]; 23 [label="Enter block"];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
25 [label="Enter when"]; 24 [label="Enter when"];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
27 [label="Enter when branch condition "]; 25 [label="Enter when branch condition "];
28 [label="Access variable R|<local>/base|"]; 26 [label="Access variable R|<local>/base|"];
29 [label="Type operator: (R|<local>/base| as? R|Sub|)"]; 27 [label="Type operator: (R|<local>/base| as? R|Sub|)"];
30 [label="Enter safe call"]; 28 [label="Enter safe call"];
32 [label="Function call: $subj$.R|/isOk|()"]; 29 [label="Function call: $subj$.R|/isOk|()"];
31 [label="Exit safe call"]; 30 [label="Exit safe call"];
33 [label="Const: Boolean(true)"]; 31 [label="Const: Boolean(true)"];
34 [label="Operator =="]; 32 [label="Operator =="];
35 [label="Exit when branch condition"]; 33 [label="Exit when branch condition"];
} }
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
42 [label="Enter when branch condition else"]; 34 [label="Enter when branch condition else"];
43 [label="Exit when branch condition"]; 35 [label="Exit when branch condition"];
} }
44 [label="Enter when branch result"];
subgraph cluster_13 {
color=blue
45 [label="Enter block"];
46 [label="Access variable R|<local>/base|"];
47 [label="Exit block"];
}
48 [label="Exit when branch result"];
36 [label="Enter when branch result"]; 36 [label="Enter when branch result"];
subgraph cluster_14 { subgraph cluster_13 {
color=blue color=blue
37 [label="Enter block"]; 37 [label="Enter block"];
38 [label="Access variable R|<local>/base|"]; 38 [label="Access variable R|<local>/base|"];
39 [label="Access variable R|/Sub.data|"]; 39 [label="Exit block"];
40 [label="Exit block"];
} }
41 [label="Exit when branch result"]; 40 [label="Exit when branch result"];
26 [label="Exit when"]; 41 [label="Enter when branch result"];
subgraph cluster_14 {
color=blue
42 [label="Enter block"];
43 [label="Access variable R|<local>/base|"];
44 [label="Access variable R|/Sub.data|"];
45 [label="Exit block"];
}
46 [label="Exit when branch result"];
47 [label="Exit when"];
} }
49 [label="Jump: ^check when () { 48 [label="Jump: ^check when () {
==((R|<local>/base| as? R|Sub|)?.{ $subj$.R|/isOk|() }, Boolean(true)) -> { ==((R|<local>/base| as? R|Sub|)?.{ $subj$.R|/isOk|() }, Boolean(true)) -> {
R|<local>/base|.R|/Sub.data| R|<local>/base|.R|/Sub.data|
} }
@@ -126,40 +126,40 @@ digraph functionCallBound_kt {
} }
} }
"]; "];
50 [label="Stub" style="filled" fillcolor=gray]; 49 [label="Stub" style="filled" fillcolor=gray];
51 [label="Exit block" style="filled" fillcolor=gray]; 50 [label="Exit block" style="filled" fillcolor=gray];
} }
23 [label="Exit function check" style="filled" fillcolor=red]; 51 [label="Exit function check" style="filled" fillcolor=red];
} }
22 -> {24}; 22 -> {23};
23 -> {24};
24 -> {25}; 24 -> {25};
25 -> {27}; 25 -> {26};
26 -> {49}; 26 -> {27};
27 -> {28}; 27 -> {28 30};
28 -> {29}; 28 -> {29};
29 -> {30 31}; 29 -> {30};
30 -> {32}; 30 -> {31};
31 -> {33}; 31 -> {32};
32 -> {31}; 32 -> {33};
33 -> {34}; 33 -> {41 34};
34 -> {35}; 34 -> {35};
35 -> {36 42}; 35 -> {36};
36 -> {37}; 36 -> {37};
37 -> {38}; 37 -> {38};
38 -> {39}; 38 -> {39};
39 -> {40}; 39 -> {40};
40 -> {41}; 40 -> {47};
41 -> {26}; 41 -> {42};
42 -> {43}; 42 -> {43};
43 -> {44}; 43 -> {44};
44 -> {45}; 44 -> {45};
45 -> {46}; 45 -> {46};
46 -> {47}; 46 -> {47};
47 -> {48}; 47 -> {48};
48 -> {26}; 48 -> {51};
49 -> {23}; 48 -> {49} [style=dotted];
49 -> {50} [style=dotted]; 49 -> {50} [style=dotted];
50 -> {51} [style=dotted]; 50 -> {51} [style=dotted];
51 -> {23} [style=dotted];
} }
@@ -8,354 +8,355 @@ digraph casts_kt {
0 [label="Enter function test_1" style="filled" fillcolor=red]; 0 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
3 [label="Access variable R|<local>/x|"]; 2 [label="Access variable R|<local>/x|"];
4 [label="Type operator: (R|<local>/x| as R|kotlin/String|)"]; 3 [label="Type operator: (R|<local>/x| as R|kotlin/String|)"];
5 [label="Access variable R|<local>/x|"]; 4 [label="Access variable R|<local>/x|"];
6 [label="Access variable R|kotlin/String.length|"]; 5 [label="Access variable R|kotlin/String.length|"];
7 [label="Exit block"]; 6 [label="Exit block"];
} }
1 [label="Exit function test_1" style="filled" fillcolor=red]; 7 [label="Exit function test_1" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {4}; 3 -> {4};
4 -> {5}; 4 -> {5};
5 -> {6}; 5 -> {6};
6 -> {7}; 6 -> {7};
7 -> {1};
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
8 [label="Enter function test_2" style="filled" fillcolor=red]; 8 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
10 [label="Enter block"]; 9 [label="Enter block"];
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
11 [label="Enter when"]; 10 [label="Enter when"];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
13 [label="Enter when branch condition "]; 11 [label="Enter when branch condition "];
14 [label="Access variable R|<local>/x|"]; 12 [label="Access variable R|<local>/x|"];
15 [label="Type operator: (R|<local>/x| as R|kotlin/Boolean|)"]; 13 [label="Type operator: (R|<local>/x| as R|kotlin/Boolean|)"];
16 [label="Exit when branch condition"]; 14 [label="Exit when branch condition"];
} }
23 [label="Synthetic else branch"]; 15 [label="Synthetic else branch"];
17 [label="Enter when branch result"]; 16 [label="Enter when branch result"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
18 [label="Enter block"]; 17 [label="Enter block"];
19 [label="Access variable R|<local>/x|"]; 18 [label="Access variable R|<local>/x|"];
20 [label="Function call: R|<local>/x|.R|kotlin/Boolean.not|()"]; 19 [label="Function call: R|<local>/x|.R|kotlin/Boolean.not|()"];
21 [label="Exit block"]; 20 [label="Exit block"];
} }
22 [label="Exit when branch result"]; 21 [label="Exit when branch result"];
12 [label="Exit when"]; 22 [label="Exit when"];
} }
24 [label="Access variable R|<local>/x|"]; 23 [label="Access variable R|<local>/x|"];
25 [label="Function call: R|<local>/x|.R|kotlin/Boolean.not|()"]; 24 [label="Function call: R|<local>/x|.R|kotlin/Boolean.not|()"];
26 [label="Exit block"]; 25 [label="Exit block"];
} }
9 [label="Exit function test_2" style="filled" fillcolor=red]; 26 [label="Exit function test_2" style="filled" fillcolor=red];
} }
8 -> {10}; 8 -> {9};
9 -> {10};
10 -> {11}; 10 -> {11};
11 -> {13}; 11 -> {12};
12 -> {24}; 12 -> {13};
13 -> {14}; 13 -> {14};
14 -> {15}; 14 -> {16 15};
15 -> {16}; 15 -> {22};
16 -> {17 23}; 16 -> {17};
17 -> {18}; 17 -> {18};
18 -> {19}; 18 -> {19};
19 -> {20}; 19 -> {20};
20 -> {21}; 20 -> {21};
21 -> {22}; 21 -> {22};
22 -> {12}; 22 -> {23};
23 -> {12}; 23 -> {24};
24 -> {25}; 24 -> {25};
25 -> {26}; 25 -> {26};
26 -> {9};
subgraph cluster_7 { subgraph cluster_7 {
color=red color=red
27 [label="Enter function test_3" style="filled" fillcolor=red]; 27 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
29 [label="Enter block"]; 28 [label="Enter block"];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
30 [label="Enter when"]; 29 [label="Enter when"];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
32 [label="Enter when branch condition "]; 30 [label="Enter when branch condition "];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
34 [label="Enter &&"]; 31 [label="Enter &&"];
35 [label="Access variable R|<local>/b|"]; 32 [label="Access variable R|<local>/b|"];
36 [label="Exit left part of &&"]; 33 [label="Exit left part of &&"];
37 [label="Enter right part of &&"]; 34 [label="Enter right part of &&"];
38 [label="Access variable R|<local>/x|"]; 35 [label="Access variable R|<local>/x|"];
39 [label="Type operator: (R|<local>/x| as R|kotlin/Boolean|)"]; 36 [label="Type operator: (R|<local>/x| as R|kotlin/Boolean|)"];
33 [label="Exit &&"]; 37 [label="Exit &&"];
} }
40 [label="Exit when branch condition"]; 38 [label="Exit when branch condition"];
} }
47 [label="Synthetic else branch"]; 39 [label="Synthetic else branch"];
41 [label="Enter when branch result"]; 40 [label="Enter when branch result"];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
42 [label="Enter block"]; 41 [label="Enter block"];
43 [label="Access variable R|<local>/x|"]; 42 [label="Access variable R|<local>/x|"];
44 [label="Function call: R|<local>/x|.R|kotlin/Boolean.not|()"]; 43 [label="Function call: R|<local>/x|.R|kotlin/Boolean.not|()"];
45 [label="Exit block"]; 44 [label="Exit block"];
} }
46 [label="Exit when branch result"]; 45 [label="Exit when branch result"];
31 [label="Exit when"]; 46 [label="Exit when"];
} }
48 [label="Access variable R|<local>/x|"]; 47 [label="Access variable R|<local>/x|"];
49 [label="Function call: R|<local>/x|.<Unresolved name: not>#()"]; 48 [label="Function call: R|<local>/x|.<Unresolved name: not>#()"];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
50 [label="Enter when"]; 49 [label="Enter when"];
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
52 [label="Enter when branch condition "]; 50 [label="Enter when branch condition "];
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
54 [label="Enter &&"]; 51 [label="Enter &&"];
55 [label="Access variable R|<local>/b|"]; 52 [label="Access variable R|<local>/b|"];
56 [label="Exit left part of &&"]; 53 [label="Exit left part of &&"];
57 [label="Enter right part of &&"]; 54 [label="Enter right part of &&"];
58 [label="Access variable R|<local>/x|"]; 55 [label="Access variable R|<local>/x|"];
59 [label="Type operator: (R|<local>/x| as R|kotlin/Boolean|)"]; 56 [label="Type operator: (R|<local>/x| as R|kotlin/Boolean|)"];
60 [label="Const: Boolean(true)"]; 57 [label="Const: Boolean(true)"];
61 [label="Operator =="]; 58 [label="Operator =="];
53 [label="Exit &&"]; 59 [label="Exit &&"];
} }
62 [label="Exit when branch condition"]; 60 [label="Exit when branch condition"];
} }
69 [label="Synthetic else branch"]; 61 [label="Synthetic else branch"];
63 [label="Enter when branch result"]; 62 [label="Enter when branch result"];
subgraph cluster_16 { subgraph cluster_16 {
color=blue color=blue
64 [label="Enter block"]; 63 [label="Enter block"];
65 [label="Access variable R|<local>/x|"]; 64 [label="Access variable R|<local>/x|"];
66 [label="Function call: R|<local>/x|.R|kotlin/Boolean.not|()"]; 65 [label="Function call: R|<local>/x|.R|kotlin/Boolean.not|()"];
67 [label="Exit block"]; 66 [label="Exit block"];
} }
68 [label="Exit when branch result"]; 67 [label="Exit when branch result"];
51 [label="Exit when"]; 68 [label="Exit when"];
} }
70 [label="Access variable R|<local>/x|"]; 69 [label="Access variable R|<local>/x|"];
71 [label="Function call: R|<local>/x|.<Unresolved name: not>#()"]; 70 [label="Function call: R|<local>/x|.<Unresolved name: not>#()"];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
72 [label="Enter when"]; 71 [label="Enter when"];
subgraph cluster_18 { subgraph cluster_18 {
color=blue color=blue
74 [label="Enter when branch condition "]; 72 [label="Enter when branch condition "];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
76 [label="Enter ||"]; 73 [label="Enter ||"];
77 [label="Access variable R|<local>/b|"]; 74 [label="Access variable R|<local>/b|"];
78 [label="Exit left part of ||"]; 75 [label="Exit left part of ||"];
79 [label="Enter right part of ||"]; 76 [label="Enter right part of ||"];
80 [label="Access variable R|<local>/x|"]; 77 [label="Access variable R|<local>/x|"];
81 [label="Type operator: (R|<local>/x| as R|kotlin/Boolean|)"]; 78 [label="Type operator: (R|<local>/x| as R|kotlin/Boolean|)"];
75 [label="Exit ||"]; 79 [label="Exit ||"];
} }
82 [label="Exit when branch condition"]; 80 [label="Exit when branch condition"];
} }
89 [label="Synthetic else branch"]; 81 [label="Synthetic else branch"];
83 [label="Enter when branch result"]; 82 [label="Enter when branch result"];
subgraph cluster_20 { subgraph cluster_20 {
color=blue color=blue
84 [label="Enter block"]; 83 [label="Enter block"];
85 [label="Access variable R|<local>/x|"]; 84 [label="Access variable R|<local>/x|"];
86 [label="Function call: R|<local>/x|.<Unresolved name: not>#()"]; 85 [label="Function call: R|<local>/x|.<Unresolved name: not>#()"];
87 [label="Exit block"]; 86 [label="Exit block"];
} }
88 [label="Exit when branch result"]; 87 [label="Exit when branch result"];
73 [label="Exit when"]; 88 [label="Exit when"];
} }
90 [label="Access variable R|<local>/x|"]; 89 [label="Access variable R|<local>/x|"];
91 [label="Function call: R|<local>/x|.<Unresolved name: not>#()"]; 90 [label="Function call: R|<local>/x|.<Unresolved name: not>#()"];
92 [label="Exit block"]; 91 [label="Exit block"];
} }
28 [label="Exit function test_3" style="filled" fillcolor=red]; 92 [label="Exit function test_3" style="filled" fillcolor=red];
} }
27 -> {29}; 27 -> {28};
28 -> {29};
29 -> {30}; 29 -> {30};
30 -> {32}; 30 -> {31};
31 -> {48}; 31 -> {32};
32 -> {34}; 32 -> {33};
33 -> {40}; 33 -> {37 34};
34 -> {35}; 34 -> {35};
35 -> {36}; 35 -> {36};
36 -> {33 37}; 36 -> {37};
37 -> {38}; 37 -> {38};
38 -> {39}; 38 -> {40 39};
39 -> {33}; 39 -> {46};
40 -> {41 47}; 40 -> {41};
41 -> {42}; 41 -> {42};
42 -> {43}; 42 -> {43};
43 -> {44}; 43 -> {44};
44 -> {45}; 44 -> {45};
45 -> {46}; 45 -> {46};
46 -> {31}; 46 -> {47};
47 -> {31}; 47 -> {48};
48 -> {49}; 48 -> {49};
49 -> {50}; 49 -> {50};
50 -> {52}; 50 -> {51};
51 -> {70}; 51 -> {52};
52 -> {54}; 52 -> {53};
53 -> {62}; 53 -> {59 54};
54 -> {55}; 54 -> {55};
55 -> {56}; 55 -> {56};
56 -> {53 57}; 56 -> {57};
57 -> {58}; 57 -> {58};
58 -> {59}; 58 -> {59};
59 -> {60}; 59 -> {60};
60 -> {61}; 60 -> {62 61};
61 -> {53}; 61 -> {68};
62 -> {63 69}; 62 -> {63};
63 -> {64}; 63 -> {64};
64 -> {65}; 64 -> {65};
65 -> {66}; 65 -> {66};
66 -> {67}; 66 -> {67};
67 -> {68}; 67 -> {68};
68 -> {51}; 68 -> {69};
69 -> {51}; 69 -> {70};
70 -> {71}; 70 -> {71};
71 -> {72}; 71 -> {72};
72 -> {74}; 72 -> {73};
73 -> {90}; 73 -> {74};
74 -> {76}; 74 -> {75};
75 -> {82}; 75 -> {79 76};
76 -> {77}; 76 -> {77};
77 -> {78}; 77 -> {78};
78 -> {75 79}; 78 -> {79};
79 -> {80}; 79 -> {80};
80 -> {81}; 80 -> {82 81};
81 -> {75}; 81 -> {88};
82 -> {83 89}; 82 -> {83};
83 -> {84}; 83 -> {84};
84 -> {85}; 84 -> {85};
85 -> {86}; 85 -> {86};
86 -> {87}; 86 -> {87};
87 -> {88}; 87 -> {88};
88 -> {73}; 88 -> {89};
89 -> {73}; 89 -> {90};
90 -> {91}; 90 -> {91};
91 -> {92}; 91 -> {92};
92 -> {28};
subgraph cluster_21 { subgraph cluster_21 {
color=red color=red
93 [label="Enter function test_4" style="filled" fillcolor=red]; 93 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_22 { subgraph cluster_22 {
color=blue color=blue
95 [label="Enter block"]; 94 [label="Enter block"];
subgraph cluster_23 { subgraph cluster_23 {
color=blue color=blue
96 [label="Enter when"]; 95 [label="Enter when"];
subgraph cluster_24 { subgraph cluster_24 {
color=blue color=blue
98 [label="Enter when branch condition "]; 96 [label="Enter when branch condition "];
99 [label="Access variable R|<local>/b|"]; 97 [label="Access variable R|<local>/b|"];
100 [label="Type operator: (R|<local>/b| as? R|kotlin/Boolean|)"]; 98 [label="Type operator: (R|<local>/b| as? R|kotlin/Boolean|)"];
101 [label="Const: Null(null)"]; 99 [label="Const: Null(null)"];
102 [label="Operator !="]; 100 [label="Operator !="];
103 [label="Exit when branch condition"]; 101 [label="Exit when branch condition"];
} }
subgraph cluster_25 { subgraph cluster_25 {
color=blue color=blue
110 [label="Enter when branch condition else"]; 102 [label="Enter when branch condition else"];
111 [label="Exit when branch condition"]; 103 [label="Exit when branch condition"];
} }
112 [label="Enter when branch result"];
subgraph cluster_26 {
color=blue
113 [label="Enter block"];
114 [label="Access variable R|<local>/b|"];
115 [label="Function call: R|<local>/b|.<Unresolved name: not>#()"];
116 [label="Exit block"];
}
117 [label="Exit when branch result"];
104 [label="Enter when branch result"]; 104 [label="Enter when branch result"];
subgraph cluster_27 { subgraph cluster_26 {
color=blue color=blue
105 [label="Enter block"]; 105 [label="Enter block"];
106 [label="Access variable R|<local>/b|"]; 106 [label="Access variable R|<local>/b|"];
107 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"]; 107 [label="Function call: R|<local>/b|.<Unresolved name: not>#()"];
108 [label="Exit block"]; 108 [label="Exit block"];
} }
109 [label="Exit when branch result"]; 109 [label="Exit when branch result"];
97 [label="Exit when"]; 110 [label="Enter when branch result"];
subgraph cluster_27 {
color=blue
111 [label="Enter block"];
112 [label="Access variable R|<local>/b|"];
113 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
114 [label="Exit block"];
}
115 [label="Exit when branch result"];
116 [label="Exit when"];
} }
118 [label="Access variable R|<local>/b|"]; 117 [label="Access variable R|<local>/b|"];
119 [label="Function call: R|<local>/b|.<Unresolved name: not>#()"]; 118 [label="Function call: R|<local>/b|.<Unresolved name: not>#()"];
subgraph cluster_28 { subgraph cluster_28 {
color=blue color=blue
120 [label="Enter when"]; 119 [label="Enter when"];
subgraph cluster_29 { subgraph cluster_29 {
color=blue color=blue
122 [label="Enter when branch condition "]; 120 [label="Enter when branch condition "];
123 [label="Access variable R|<local>/b|"]; 121 [label="Access variable R|<local>/b|"];
124 [label="Type operator: (R|<local>/b| as? R|kotlin/Boolean|)"]; 122 [label="Type operator: (R|<local>/b| as? R|kotlin/Boolean|)"];
125 [label="Const: Null(null)"]; 123 [label="Const: Null(null)"];
126 [label="Operator =="]; 124 [label="Operator =="];
127 [label="Exit when branch condition"]; 125 [label="Exit when branch condition"];
} }
subgraph cluster_30 { subgraph cluster_30 {
color=blue color=blue
134 [label="Enter when branch condition else"]; 126 [label="Enter when branch condition else"];
135 [label="Exit when branch condition"]; 127 [label="Exit when branch condition"];
} }
136 [label="Enter when branch result"];
subgraph cluster_31 {
color=blue
137 [label="Enter block"];
138 [label="Access variable R|<local>/b|"];
139 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
140 [label="Exit block"];
}
141 [label="Exit when branch result"];
128 [label="Enter when branch result"]; 128 [label="Enter when branch result"];
subgraph cluster_32 { subgraph cluster_31 {
color=blue color=blue
129 [label="Enter block"]; 129 [label="Enter block"];
130 [label="Access variable R|<local>/b|"]; 130 [label="Access variable R|<local>/b|"];
131 [label="Function call: R|<local>/b|.<Unresolved name: not>#()"]; 131 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
132 [label="Exit block"]; 132 [label="Exit block"];
} }
133 [label="Exit when branch result"]; 133 [label="Exit when branch result"];
121 [label="Exit when"]; 134 [label="Enter when branch result"];
subgraph cluster_32 {
color=blue
135 [label="Enter block"];
136 [label="Access variable R|<local>/b|"];
137 [label="Function call: R|<local>/b|.<Unresolved name: not>#()"];
138 [label="Exit block"];
}
139 [label="Exit when branch result"];
140 [label="Exit when"];
} }
142 [label="Access variable R|<local>/b|"]; 141 [label="Access variable R|<local>/b|"];
143 [label="Function call: R|<local>/b|.<Unresolved name: not>#()"]; 142 [label="Function call: R|<local>/b|.<Unresolved name: not>#()"];
144 [label="Exit block"]; 143 [label="Exit block"];
} }
94 [label="Exit function test_4" style="filled" fillcolor=red]; 144 [label="Exit function test_4" style="filled" fillcolor=red];
} }
93 -> {95}; 93 -> {94};
94 -> {95};
95 -> {96}; 95 -> {96};
96 -> {98}; 96 -> {97};
97 -> {118}; 97 -> {98};
98 -> {99}; 98 -> {99};
99 -> {100}; 99 -> {100};
100 -> {101}; 100 -> {101};
101 -> {102}; 101 -> {110 102};
102 -> {103}; 102 -> {103};
103 -> {104 110}; 103 -> {104};
104 -> {105}; 104 -> {105};
105 -> {106}; 105 -> {106};
106 -> {107}; 106 -> {107};
107 -> {108}; 107 -> {108};
108 -> {109}; 108 -> {109};
109 -> {97}; 109 -> {116};
110 -> {111}; 110 -> {111};
111 -> {112}; 111 -> {112};
112 -> {113}; 112 -> {113};
@@ -363,23 +364,23 @@ digraph casts_kt {
114 -> {115}; 114 -> {115};
115 -> {116}; 115 -> {116};
116 -> {117}; 116 -> {117};
117 -> {97}; 117 -> {118};
118 -> {119}; 118 -> {119};
119 -> {120}; 119 -> {120};
120 -> {122}; 120 -> {121};
121 -> {142}; 121 -> {122};
122 -> {123}; 122 -> {123};
123 -> {124}; 123 -> {124};
124 -> {125}; 124 -> {125};
125 -> {126}; 125 -> {134 126};
126 -> {127}; 126 -> {127};
127 -> {128 134}; 127 -> {128};
128 -> {129}; 128 -> {129};
129 -> {130}; 129 -> {130};
130 -> {131}; 130 -> {131};
131 -> {132}; 131 -> {132};
132 -> {133}; 132 -> {133};
133 -> {121}; 133 -> {140};
134 -> {135}; 134 -> {135};
135 -> {136}; 135 -> {136};
136 -> {137}; 136 -> {137};
@@ -387,9 +388,8 @@ digraph casts_kt {
138 -> {139}; 138 -> {139};
139 -> {140}; 139 -> {140};
140 -> {141}; 140 -> {141};
141 -> {121}; 141 -> {142};
142 -> {143}; 142 -> {143};
143 -> {144}; 143 -> {144};
144 -> {94};
} }
@@ -19,208 +19,208 @@ digraph elvis_kt {
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
5 [label="Enter class A" style="filled" fillcolor=red]; 4 [label="Enter class A" style="filled" fillcolor=red];
4 [label="Exit class A" style="filled" fillcolor=red]; 5 [label="Exit class A" style="filled" fillcolor=red];
} }
5 -> {4} [color=green]; 4 -> {5} [color=green];
subgraph cluster_3 { subgraph cluster_3 {
color=red color=red
6 [label="Enter function test_1" style="filled" fillcolor=red]; 6 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
8 [label="Enter block"]; 7 [label="Enter block"];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
9 [label="Enter when"]; 8 [label="Enter when"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
11 [label="Enter when branch condition "]; 9 [label="Enter when branch condition "];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
12 [label="Enter when"]; 10 [label="Enter when"];
14 [label="Access variable R|<local>/x|"]; 11 [label="Access variable R|<local>/x|"];
15 [label="Enter safe call"]; 12 [label="Enter safe call"];
17 [label="Access variable R|/A.b|"]; 13 [label="Access variable R|/A.b|"];
16 [label="Exit safe call"]; 14 [label="Exit safe call"];
18 [label="Variable declaration: lval <elvis>: R|kotlin/Boolean?|"]; 15 [label="Variable declaration: lval <elvis>: R|kotlin/Boolean?|"];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
19 [label="Enter when branch condition "]; 16 [label="Enter when branch condition "];
20 [label="Const: Null(null)"]; 17 [label="Const: Null(null)"];
21 [label="Operator =="]; 18 [label="Operator =="];
22 [label="Exit when branch condition"]; 19 [label="Exit when branch condition"];
} }
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
29 [label="Enter when branch condition else"]; 20 [label="Enter when branch condition else"];
30 [label="Exit when branch condition"]; 21 [label="Exit when branch condition"];
} }
31 [label="Enter when branch result"]; 22 [label="Enter when branch result"];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
32 [label="Enter block"]; 23 [label="Enter block"];
33 [label="Access variable R|<local>/<elvis>|"]; 24 [label="Access variable R|<local>/<elvis>|"];
34 [label="Exit block"]; 25 [label="Exit block"];
} }
35 [label="Exit when branch result"]; 26 [label="Exit when branch result"];
23 [label="Enter when branch result"]; 27 [label="Enter when branch result"];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
24 [label="Enter block"]; 28 [label="Enter block"];
25 [label="Jump: ^test_1 Unit"]; 29 [label="Jump: ^test_1 Unit"];
26 [label="Stub" style="filled" fillcolor=gray]; 30 [label="Stub" style="filled" fillcolor=gray];
27 [label="Exit block" style="filled" fillcolor=gray]; 31 [label="Exit block" style="filled" fillcolor=gray];
} }
28 [label="Exit when branch result" style="filled" fillcolor=gray]; 32 [label="Exit when branch result" style="filled" fillcolor=gray];
13 [label="Exit when"]; 33 [label="Exit when"];
} }
36 [label="Exit when branch condition"]; 34 [label="Exit when branch condition"];
} }
43 [label="Synthetic else branch"]; 35 [label="Synthetic else branch"];
37 [label="Enter when branch result"]; 36 [label="Enter when branch result"];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
38 [label="Enter block"]; 37 [label="Enter block"];
39 [label="Access variable R|<local>/x|"]; 38 [label="Access variable R|<local>/x|"];
40 [label="Function call: R|<local>/x|.R|/A.foo|()"]; 39 [label="Function call: R|<local>/x|.R|/A.foo|()"];
41 [label="Exit block"]; 40 [label="Exit block"];
} }
42 [label="Exit when branch result"]; 41 [label="Exit when branch result"];
10 [label="Exit when"]; 42 [label="Exit when"];
} }
44 [label="Exit block"]; 43 [label="Exit block"];
} }
7 [label="Exit function test_1" style="filled" fillcolor=red]; 44 [label="Exit function test_1" style="filled" fillcolor=red];
} }
6 -> {8}; 6 -> {7};
7 -> {8};
8 -> {9}; 8 -> {9};
9 -> {11}; 9 -> {10};
10 -> {44}; 10 -> {11};
11 -> {12}; 11 -> {12 14};
12 -> {14}; 12 -> {13};
13 -> {36}; 13 -> {14};
14 -> {15 16}; 14 -> {15};
15 -> {17}; 15 -> {16};
16 -> {18}; 16 -> {17};
17 -> {16}; 17 -> {18};
18 -> {19}; 18 -> {19};
19 -> {20}; 19 -> {27 20};
20 -> {21}; 20 -> {21};
21 -> {22}; 21 -> {22};
22 -> {23 29}; 22 -> {23};
23 -> {24}; 23 -> {24};
24 -> {25}; 24 -> {25};
25 -> {7}; 25 -> {26};
25 -> {26} [style=dotted]; 26 -> {33};
26 -> {27} [style=dotted]; 27 -> {28};
27 -> {28} [style=dotted]; 28 -> {29};
28 -> {13} [style=dotted]; 29 -> {44};
29 -> {30}; 29 -> {30} [style=dotted];
30 -> {31}; 30 -> {31} [style=dotted];
31 -> {32}; 31 -> {32} [style=dotted];
32 -> {33}; 32 -> {33} [style=dotted];
33 -> {34}; 33 -> {34};
34 -> {35}; 34 -> {36 35};
35 -> {13}; 35 -> {42};
36 -> {37 43}; 36 -> {37};
37 -> {38}; 37 -> {38};
38 -> {39}; 38 -> {39};
39 -> {40}; 39 -> {40};
40 -> {41}; 40 -> {41};
41 -> {42}; 41 -> {42};
42 -> {10}; 42 -> {43};
43 -> {10}; 43 -> {44};
44 -> {7};
subgraph cluster_13 { subgraph cluster_13 {
color=red color=red
45 [label="Enter function test2" style="filled" fillcolor=red]; 45 [label="Enter function test2" style="filled" fillcolor=red];
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
47 [label="Enter block"]; 46 [label="Enter block"];
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
48 [label="Enter when"]; 47 [label="Enter when"];
subgraph cluster_16 { subgraph cluster_16 {
color=blue color=blue
50 [label="Enter when branch condition "]; 48 [label="Enter when branch condition "];
51 [label="Access variable R|<local>/b|"]; 49 [label="Access variable R|<local>/b|"];
52 [label="Type operator: (R|<local>/b| !is R|kotlin/String|)"]; 50 [label="Type operator: (R|<local>/b| !is R|kotlin/String|)"];
53 [label="Exit when branch condition"]; 51 [label="Exit when branch condition"];
} }
61 [label="Synthetic else branch"]; 52 [label="Synthetic else branch"];
54 [label="Enter when branch result"]; 53 [label="Enter when branch result"];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
55 [label="Enter block"]; 54 [label="Enter block"];
56 [label="Const: String()"]; 55 [label="Const: String()"];
57 [label="Jump: ^test2 String()"]; 56 [label="Jump: ^test2 String()"];
58 [label="Stub" style="filled" fillcolor=gray]; 57 [label="Stub" style="filled" fillcolor=gray];
59 [label="Exit block" style="filled" fillcolor=gray]; 58 [label="Exit block" style="filled" fillcolor=gray];
} }
60 [label="Exit when branch result" style="filled" fillcolor=gray]; 59 [label="Exit when branch result" style="filled" fillcolor=gray];
49 [label="Exit when"]; 60 [label="Exit when"];
} }
subgraph cluster_18 { subgraph cluster_18 {
color=blue color=blue
62 [label="Enter when"]; 61 [label="Enter when"];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
64 [label="Enter when branch condition "]; 62 [label="Enter when branch condition "];
65 [label="Access variable R|<local>/a|"]; 63 [label="Access variable R|<local>/a|"];
66 [label="Type operator: (R|<local>/a| !is R|kotlin/String?|)"]; 64 [label="Type operator: (R|<local>/a| !is R|kotlin/String?|)"];
67 [label="Exit when branch condition"]; 65 [label="Exit when branch condition"];
} }
75 [label="Synthetic else branch"]; 66 [label="Synthetic else branch"];
68 [label="Enter when branch result"]; 67 [label="Enter when branch result"];
subgraph cluster_20 { subgraph cluster_20 {
color=blue color=blue
69 [label="Enter block"]; 68 [label="Enter block"];
70 [label="Const: String()"]; 69 [label="Const: String()"];
71 [label="Jump: ^test2 String()"]; 70 [label="Jump: ^test2 String()"];
72 [label="Stub" style="filled" fillcolor=gray]; 71 [label="Stub" style="filled" fillcolor=gray];
73 [label="Exit block" style="filled" fillcolor=gray]; 72 [label="Exit block" style="filled" fillcolor=gray];
} }
74 [label="Exit when branch result" style="filled" fillcolor=gray]; 73 [label="Exit when branch result" style="filled" fillcolor=gray];
63 [label="Exit when"]; 74 [label="Exit when"];
} }
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
76 [label="Enter when"]; 75 [label="Enter when"];
78 [label="Access variable R|<local>/a|"]; 76 [label="Access variable R|<local>/a|"];
79 [label="Variable declaration: lval <elvis>: R|kotlin/String?|"]; 77 [label="Variable declaration: lval <elvis>: R|kotlin/String?|"];
subgraph cluster_22 { subgraph cluster_22 {
color=blue color=blue
80 [label="Enter when branch condition "]; 78 [label="Enter when branch condition "];
81 [label="Const: Null(null)"]; 79 [label="Const: Null(null)"];
82 [label="Operator =="]; 80 [label="Operator =="];
83 [label="Exit when branch condition"]; 81 [label="Exit when branch condition"];
} }
subgraph cluster_23 { subgraph cluster_23 {
color=blue color=blue
89 [label="Enter when branch condition else"]; 82 [label="Enter when branch condition else"];
90 [label="Exit when branch condition"]; 83 [label="Exit when branch condition"];
} }
91 [label="Enter when branch result"]; 84 [label="Enter when branch result"];
subgraph cluster_24 { subgraph cluster_24 {
color=blue
92 [label="Enter block"];
93 [label="Access variable R|<local>/<elvis>|"];
94 [label="Exit block"];
}
95 [label="Exit when branch result"];
84 [label="Enter when branch result"];
subgraph cluster_25 {
color=blue color=blue
85 [label="Enter block"]; 85 [label="Enter block"];
86 [label="Access variable R|<local>/b|"]; 86 [label="Access variable R|<local>/<elvis>|"];
87 [label="Exit block"]; 87 [label="Exit block"];
} }
88 [label="Exit when branch result"]; 88 [label="Exit when branch result"];
77 [label="Exit when"]; 89 [label="Enter when branch result"];
subgraph cluster_25 {
color=blue
90 [label="Enter block"];
91 [label="Access variable R|<local>/b|"];
92 [label="Exit block"];
}
93 [label="Exit when branch result"];
94 [label="Exit when"];
} }
96 [label="Jump: ^test2 when (lval <elvis>: R|kotlin/String?| = R|<local>/a|) { 95 [label="Jump: ^test2 when (lval <elvis>: R|kotlin/String?| = R|<local>/a|) {
==($subj$, Null(null)) -> { ==($subj$, Null(null)) -> {
R|<local>/b| R|<local>/b|
} }
@@ -229,66 +229,66 @@ digraph elvis_kt {
} }
} }
"]; "];
97 [label="Stub" style="filled" fillcolor=gray]; 96 [label="Stub" style="filled" fillcolor=gray];
98 [label="Exit block" style="filled" fillcolor=gray]; 97 [label="Exit block" style="filled" fillcolor=gray];
} }
46 [label="Exit function test2" style="filled" fillcolor=red]; 98 [label="Exit function test2" style="filled" fillcolor=red];
} }
45 -> {47}; 45 -> {46};
46 -> {47};
47 -> {48}; 47 -> {48};
48 -> {50}; 48 -> {49};
49 -> {62}; 49 -> {50};
50 -> {51}; 50 -> {51};
51 -> {52}; 51 -> {53 52};
52 -> {53}; 52 -> {60};
53 -> {54 61}; 53 -> {54};
54 -> {55}; 54 -> {55};
55 -> {56}; 55 -> {56};
56 -> {57}; 56 -> {98};
57 -> {46}; 56 -> {57} [style=dotted];
57 -> {58} [style=dotted]; 57 -> {58} [style=dotted];
58 -> {59} [style=dotted]; 58 -> {59} [style=dotted];
59 -> {60} [style=dotted]; 59 -> {60} [style=dotted];
60 -> {49} [style=dotted]; 60 -> {61};
61 -> {49}; 61 -> {62};
62 -> {64}; 62 -> {63};
63 -> {76}; 63 -> {64};
64 -> {65}; 64 -> {65};
65 -> {66}; 65 -> {67 66};
66 -> {67}; 66 -> {74};
67 -> {68 75}; 67 -> {68};
68 -> {69}; 68 -> {69};
69 -> {70}; 69 -> {70};
70 -> {71}; 70 -> {98};
71 -> {46}; 70 -> {71} [style=dotted];
71 -> {72} [style=dotted]; 71 -> {72} [style=dotted];
72 -> {73} [style=dotted]; 72 -> {73} [style=dotted];
73 -> {74} [style=dotted]; 73 -> {74} [style=dotted];
74 -> {63} [style=dotted]; 74 -> {75};
75 -> {63}; 75 -> {76};
76 -> {78}; 76 -> {77};
77 -> {96}; 77 -> {78};
78 -> {79}; 78 -> {79};
79 -> {80}; 79 -> {80};
80 -> {81}; 80 -> {81};
81 -> {82}; 81 -> {89 82};
82 -> {83}; 82 -> {83};
83 -> {84 89}; 83 -> {84};
84 -> {85}; 84 -> {85};
85 -> {86}; 85 -> {86};
86 -> {87}; 86 -> {87};
87 -> {88}; 87 -> {88};
88 -> {77}; 88 -> {94};
89 -> {90}; 89 -> {90};
90 -> {91}; 90 -> {91};
91 -> {92}; 91 -> {92};
92 -> {93}; 92 -> {93};
93 -> {94}; 93 -> {94};
94 -> {95}; 94 -> {95};
95 -> {77}; 95 -> {98};
96 -> {46}; 95 -> {96} [style=dotted];
96 -> {97} [style=dotted]; 96 -> {97} [style=dotted];
97 -> {98} [style=dotted]; 97 -> {98} [style=dotted];
98 -> {46} [style=dotted];
} }
@@ -8,143 +8,143 @@ digraph returns_kt {
0 [label="Enter function test_0" style="filled" fillcolor=red]; 0 [label="Enter function test_0" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
subgraph cluster_2 { subgraph cluster_2 {
color=blue color=blue
3 [label="Enter when"]; 2 [label="Enter when"];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
5 [label="Enter when branch condition "]; 3 [label="Enter when branch condition "];
6 [label="Access variable R|<local>/x|"]; 4 [label="Access variable R|<local>/x|"];
7 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"]; 5 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
8 [label="Exit when branch condition"]; 6 [label="Exit when branch condition"];
} }
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
15 [label="Enter when branch condition else"]; 7 [label="Enter when branch condition else"];
16 [label="Exit when branch condition"]; 8 [label="Exit when branch condition"];
} }
17 [label="Enter when branch result"]; 9 [label="Enter when branch result"];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
18 [label="Enter block"]; 10 [label="Enter block"];
19 [label="Exit block"]; 11 [label="Exit block"];
} }
20 [label="Exit when branch result"]; 12 [label="Exit when branch result"];
9 [label="Enter when branch result"]; 13 [label="Enter when branch result"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
10 [label="Enter block"]; 14 [label="Enter block"];
11 [label="Access variable R|<local>/x|"]; 15 [label="Access variable R|<local>/x|"];
12 [label="Access variable R|kotlin/String.length|"]; 16 [label="Access variable R|kotlin/String.length|"];
13 [label="Exit block"]; 17 [label="Exit block"];
} }
14 [label="Exit when branch result"]; 18 [label="Exit when branch result"];
4 [label="Exit when"]; 19 [label="Exit when"];
} }
21 [label="Access variable R|<local>/x|"]; 20 [label="Access variable R|<local>/x|"];
22 [label="Access variable <Unresolved name: length>#"]; 21 [label="Access variable <Unresolved name: length>#"];
23 [label="Exit block"]; 22 [label="Exit block"];
} }
1 [label="Exit function test_0" style="filled" fillcolor=red]; 23 [label="Exit function test_0" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {5}; 3 -> {4};
4 -> {21}; 4 -> {5};
5 -> {6}; 5 -> {6};
6 -> {7}; 6 -> {13 7};
7 -> {8}; 7 -> {8};
8 -> {9 15}; 8 -> {9};
9 -> {10}; 9 -> {10};
10 -> {11}; 10 -> {11};
11 -> {12}; 11 -> {12};
12 -> {13}; 12 -> {19};
13 -> {14}; 13 -> {14};
14 -> {4}; 14 -> {15};
15 -> {16}; 15 -> {16};
16 -> {17}; 16 -> {17};
17 -> {18}; 17 -> {18};
18 -> {19}; 18 -> {19};
19 -> {20}; 19 -> {20};
20 -> {4}; 20 -> {21};
21 -> {22}; 21 -> {22};
22 -> {23}; 22 -> {23};
23 -> {1};
subgraph cluster_7 { subgraph cluster_7 {
color=red color=red
24 [label="Enter function test_1" style="filled" fillcolor=red]; 24 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
26 [label="Enter block"]; 25 [label="Enter block"];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
27 [label="Enter when"]; 26 [label="Enter when"];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
29 [label="Enter when branch condition "]; 27 [label="Enter when branch condition "];
30 [label="Access variable R|<local>/x|"]; 28 [label="Access variable R|<local>/x|"];
31 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"]; 29 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
32 [label="Exit when branch condition"]; 30 [label="Exit when branch condition"];
} }
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
39 [label="Enter when branch condition else"]; 31 [label="Enter when branch condition else"];
40 [label="Exit when branch condition"]; 32 [label="Exit when branch condition"];
} }
41 [label="Enter when branch result"]; 33 [label="Enter when branch result"];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
42 [label="Enter block"]; 34 [label="Enter block"];
43 [label="Jump: ^test_1 Unit"]; 35 [label="Jump: ^test_1 Unit"];
44 [label="Stub" style="filled" fillcolor=gray]; 36 [label="Stub" style="filled" fillcolor=gray];
45 [label="Exit block" style="filled" fillcolor=gray]; 37 [label="Exit block" style="filled" fillcolor=gray];
} }
46 [label="Exit when branch result" style="filled" fillcolor=gray]; 38 [label="Exit when branch result" style="filled" fillcolor=gray];
33 [label="Enter when branch result"]; 39 [label="Enter when branch result"];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
34 [label="Enter block"]; 40 [label="Enter block"];
35 [label="Access variable R|<local>/x|"]; 41 [label="Access variable R|<local>/x|"];
36 [label="Access variable R|kotlin/String.length|"]; 42 [label="Access variable R|kotlin/String.length|"];
37 [label="Exit block"]; 43 [label="Exit block"];
} }
38 [label="Exit when branch result"]; 44 [label="Exit when branch result"];
28 [label="Exit when"]; 45 [label="Exit when"];
} }
47 [label="Access variable R|<local>/x|"]; 46 [label="Access variable R|<local>/x|"];
48 [label="Access variable R|kotlin/String.length|"]; 47 [label="Access variable R|kotlin/String.length|"];
49 [label="Exit block"]; 48 [label="Exit block"];
} }
25 [label="Exit function test_1" style="filled" fillcolor=red]; 49 [label="Exit function test_1" style="filled" fillcolor=red];
} }
24 -> {26}; 24 -> {25};
25 -> {26};
26 -> {27}; 26 -> {27};
27 -> {29}; 27 -> {28};
28 -> {47}; 28 -> {29};
29 -> {30}; 29 -> {30};
30 -> {31}; 30 -> {39 31};
31 -> {32}; 31 -> {32};
32 -> {33 39}; 32 -> {33};
33 -> {34}; 33 -> {34};
34 -> {35}; 34 -> {35};
35 -> {36}; 35 -> {49};
36 -> {37}; 35 -> {36} [style=dotted];
37 -> {38}; 36 -> {37} [style=dotted];
38 -> {28}; 37 -> {38} [style=dotted];
38 -> {45} [style=dotted];
39 -> {40}; 39 -> {40};
40 -> {41}; 40 -> {41};
41 -> {42}; 41 -> {42};
42 -> {43}; 42 -> {43};
43 -> {25}; 43 -> {44};
43 -> {44} [style=dotted]; 44 -> {45};
44 -> {45} [style=dotted]; 45 -> {46};
45 -> {46} [style=dotted]; 46 -> {47};
46 -> {28} [style=dotted];
47 -> {48}; 47 -> {48};
48 -> {49}; 48 -> {49};
49 -> {25};
subgraph cluster_14 { subgraph cluster_14 {
color=red color=red
@@ -155,10 +155,10 @@ digraph returns_kt {
subgraph cluster_15 { subgraph cluster_15 {
color=red color=red
53 [label="Enter class A" style="filled" fillcolor=red]; 52 [label="Enter class A" style="filled" fillcolor=red];
52 [label="Exit class A" style="filled" fillcolor=red]; 53 [label="Exit class A" style="filled" fillcolor=red];
} }
53 -> {52} [color=green]; 52 -> {53} [color=green];
subgraph cluster_16 { subgraph cluster_16 {
color=red color=red
@@ -169,10 +169,10 @@ digraph returns_kt {
subgraph cluster_17 { subgraph cluster_17 {
color=red color=red
57 [label="Enter class B" style="filled" fillcolor=red]; 56 [label="Enter class B" style="filled" fillcolor=red];
56 [label="Exit class B" style="filled" fillcolor=red]; 57 [label="Exit class B" style="filled" fillcolor=red];
} }
57 -> {56} [color=green]; 56 -> {57} [color=green];
subgraph cluster_18 { subgraph cluster_18 {
color=red color=red
@@ -183,48 +183,48 @@ digraph returns_kt {
subgraph cluster_19 { subgraph cluster_19 {
color=red color=red
61 [label="Enter class C" style="filled" fillcolor=red]; 60 [label="Enter class C" style="filled" fillcolor=red];
60 [label="Exit class C" style="filled" fillcolor=red]; 61 [label="Exit class C" style="filled" fillcolor=red];
} }
61 -> {60} [color=green]; 60 -> {61} [color=green];
subgraph cluster_20 { subgraph cluster_20 {
color=red color=red
62 [label="Enter function test_2" style="filled" fillcolor=red]; 62 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
64 [label="Enter block"]; 63 [label="Enter block"];
subgraph cluster_22 { subgraph cluster_22 {
color=blue color=blue
65 [label="Enter when"]; 64 [label="Enter when"];
subgraph cluster_23 { subgraph cluster_23 {
color=blue color=blue
67 [label="Enter when branch condition "]; 65 [label="Enter when branch condition "];
68 [label="Access variable R|<local>/x|"]; 66 [label="Access variable R|<local>/x|"];
69 [label="Type operator: (R|<local>/x| is R|B|)"]; 67 [label="Type operator: (R|<local>/x| is R|B|)"];
70 [label="Exit when branch condition"]; 68 [label="Exit when branch condition"];
} }
subgraph cluster_24 { subgraph cluster_24 {
color=blue color=blue
77 [label="Enter when branch condition "]; 69 [label="Enter when branch condition "];
78 [label="Access variable R|<local>/x|"]; 70 [label="Access variable R|<local>/x|"];
79 [label="Type operator: (R|<local>/x| is R|C|)"]; 71 [label="Type operator: (R|<local>/x| is R|C|)"];
80 [label="Exit when branch condition"]; 72 [label="Exit when branch condition"];
} }
subgraph cluster_25 { subgraph cluster_25 {
color=blue color=blue
87 [label="Enter when branch condition else"]; 73 [label="Enter when branch condition else"];
88 [label="Exit when branch condition"]; 74 [label="Exit when branch condition"];
} }
89 [label="Enter when branch result"]; 75 [label="Enter when branch result"];
subgraph cluster_26 { subgraph cluster_26 {
color=blue color=blue
90 [label="Enter block"]; 76 [label="Enter block"];
91 [label="Jump: ^test_2 Unit"]; 77 [label="Jump: ^test_2 Unit"];
92 [label="Stub" style="filled" fillcolor=gray]; 78 [label="Stub" style="filled" fillcolor=gray];
93 [label="Exit block" style="filled" fillcolor=gray]; 79 [label="Exit block" style="filled" fillcolor=gray];
} }
94 [label="Exit when branch result" style="filled" fillcolor=gray]; 80 [label="Exit when branch result" style="filled" fillcolor=gray];
81 [label="Enter when branch result"]; 81 [label="Enter when branch result"];
subgraph cluster_27 { subgraph cluster_27 {
color=blue color=blue
@@ -234,304 +234,304 @@ digraph returns_kt {
85 [label="Exit block"]; 85 [label="Exit block"];
} }
86 [label="Exit when branch result"]; 86 [label="Exit when branch result"];
71 [label="Enter when branch result"]; 87 [label="Enter when branch result"];
subgraph cluster_28 { subgraph cluster_28 {
color=blue color=blue
72 [label="Enter block"]; 88 [label="Enter block"];
73 [label="Access variable R|<local>/x|"]; 89 [label="Access variable R|<local>/x|"];
74 [label="Function call: R|<local>/x|.R|/B.bar|()"]; 90 [label="Function call: R|<local>/x|.R|/B.bar|()"];
75 [label="Exit block"]; 91 [label="Exit block"];
} }
76 [label="Exit when branch result"]; 92 [label="Exit when branch result"];
66 [label="Exit when"]; 93 [label="Exit when"];
} }
95 [label="Access variable R|<local>/x|"]; 94 [label="Access variable R|<local>/x|"];
96 [label="Function call: R|<local>/x|.R|/A.foo|()"]; 95 [label="Function call: R|<local>/x|.R|/A.foo|()"];
97 [label="Access variable R|<local>/x|"]; 96 [label="Access variable R|<local>/x|"];
98 [label="Function call: R|<local>/x|.<Unresolved name: bar>#()"]; 97 [label="Function call: R|<local>/x|.<Unresolved name: bar>#()"];
99 [label="Access variable R|<local>/x|"]; 98 [label="Access variable R|<local>/x|"];
100 [label="Function call: R|<local>/x|.<Unresolved name: baz>#()"]; 99 [label="Function call: R|<local>/x|.<Unresolved name: baz>#()"];
101 [label="Exit block"]; 100 [label="Exit block"];
} }
63 [label="Exit function test_2" style="filled" fillcolor=red]; 101 [label="Exit function test_2" style="filled" fillcolor=red];
} }
62 -> {64}; 62 -> {63};
63 -> {64};
64 -> {65}; 64 -> {65};
65 -> {67}; 65 -> {66};
66 -> {95}; 66 -> {67};
67 -> {68}; 67 -> {68};
68 -> {69}; 68 -> {87 69};
69 -> {70}; 69 -> {70};
70 -> {71 77}; 70 -> {71};
71 -> {72}; 71 -> {72};
72 -> {73}; 72 -> {81 73};
73 -> {74}; 73 -> {74};
74 -> {75}; 74 -> {75};
75 -> {76}; 75 -> {76};
76 -> {66}; 76 -> {77};
77 -> {78}; 77 -> {101};
78 -> {79}; 77 -> {78} [style=dotted];
79 -> {80}; 78 -> {79} [style=dotted];
80 -> {81 87}; 79 -> {80} [style=dotted];
80 -> {93} [style=dotted];
81 -> {82}; 81 -> {82};
82 -> {83}; 82 -> {83};
83 -> {84}; 83 -> {84};
84 -> {85}; 84 -> {85};
85 -> {86}; 85 -> {86};
86 -> {66}; 86 -> {93};
87 -> {88}; 87 -> {88};
88 -> {89}; 88 -> {89};
89 -> {90}; 89 -> {90};
90 -> {91}; 90 -> {91};
91 -> {63}; 91 -> {92};
91 -> {92} [style=dotted]; 92 -> {93};
92 -> {93} [style=dotted]; 93 -> {94};
93 -> {94} [style=dotted]; 94 -> {95};
94 -> {66} [style=dotted];
95 -> {96}; 95 -> {96};
96 -> {97}; 96 -> {97};
97 -> {98}; 97 -> {98};
98 -> {99}; 98 -> {99};
99 -> {100}; 99 -> {100};
100 -> {101}; 100 -> {101};
101 -> {63};
subgraph cluster_29 { subgraph cluster_29 {
color=red color=red
102 [label="Enter function test_3" style="filled" fillcolor=red]; 102 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_30 { subgraph cluster_30 {
color=blue color=blue
104 [label="Enter block"]; 103 [label="Enter block"];
subgraph cluster_31 { subgraph cluster_31 {
color=blue color=blue
105 [label="Enter when"]; 104 [label="Enter when"];
subgraph cluster_32 { subgraph cluster_32 {
color=blue color=blue
107 [label="Enter when branch condition "]; 105 [label="Enter when branch condition "];
108 [label="Access variable R|<local>/x|"]; 106 [label="Access variable R|<local>/x|"];
109 [label="Type operator: (R|<local>/x| is R|B|)"]; 107 [label="Type operator: (R|<local>/x| is R|B|)"];
110 [label="Exit when branch condition"]; 108 [label="Exit when branch condition"];
} }
subgraph cluster_33 { subgraph cluster_33 {
color=blue color=blue
117 [label="Enter when branch condition "]; 109 [label="Enter when branch condition "];
118 [label="Access variable R|<local>/x|"]; 110 [label="Access variable R|<local>/x|"];
119 [label="Type operator: (R|<local>/x| is R|C|)"]; 111 [label="Type operator: (R|<local>/x| is R|C|)"];
120 [label="Exit when branch condition"]; 112 [label="Exit when branch condition"];
} }
127 [label="Synthetic else branch"]; 113 [label="Synthetic else branch"];
121 [label="Enter when branch result"]; 114 [label="Enter when branch result"];
subgraph cluster_34 { subgraph cluster_34 {
color=blue color=blue
122 [label="Enter block"]; 115 [label="Enter block"];
123 [label="Access variable R|<local>/x|"]; 116 [label="Access variable R|<local>/x|"];
124 [label="Function call: R|<local>/x|.R|/C.baz|()"]; 117 [label="Function call: R|<local>/x|.R|/C.baz|()"];
125 [label="Exit block"]; 118 [label="Exit block"];
} }
126 [label="Exit when branch result"]; 119 [label="Exit when branch result"];
111 [label="Enter when branch result"]; 120 [label="Enter when branch result"];
subgraph cluster_35 { subgraph cluster_35 {
color=blue color=blue
112 [label="Enter block"]; 121 [label="Enter block"];
113 [label="Access variable R|<local>/x|"]; 122 [label="Access variable R|<local>/x|"];
114 [label="Function call: R|<local>/x|.R|/B.bar|()"]; 123 [label="Function call: R|<local>/x|.R|/B.bar|()"];
115 [label="Exit block"]; 124 [label="Exit block"];
} }
116 [label="Exit when branch result"]; 125 [label="Exit when branch result"];
106 [label="Exit when"]; 126 [label="Exit when"];
} }
128 [label="Access variable R|<local>/x|"]; 127 [label="Access variable R|<local>/x|"];
129 [label="Function call: R|<local>/x|.<Unresolved name: foo>#()"]; 128 [label="Function call: R|<local>/x|.<Unresolved name: foo>#()"];
130 [label="Access variable R|<local>/x|"]; 129 [label="Access variable R|<local>/x|"];
131 [label="Function call: R|<local>/x|.<Unresolved name: bar>#()"]; 130 [label="Function call: R|<local>/x|.<Unresolved name: bar>#()"];
132 [label="Access variable R|<local>/x|"]; 131 [label="Access variable R|<local>/x|"];
133 [label="Function call: R|<local>/x|.<Unresolved name: baz>#()"]; 132 [label="Function call: R|<local>/x|.<Unresolved name: baz>#()"];
134 [label="Exit block"]; 133 [label="Exit block"];
} }
103 [label="Exit function test_3" style="filled" fillcolor=red]; 134 [label="Exit function test_3" style="filled" fillcolor=red];
} }
102 -> {104}; 102 -> {103};
103 -> {104};
104 -> {105}; 104 -> {105};
105 -> {107}; 105 -> {106};
106 -> {128}; 106 -> {107};
107 -> {108}; 107 -> {108};
108 -> {109}; 108 -> {120 109};
109 -> {110}; 109 -> {110};
110 -> {111 117}; 110 -> {111};
111 -> {112}; 111 -> {112};
112 -> {113}; 112 -> {114 113};
113 -> {114}; 113 -> {126};
114 -> {115}; 114 -> {115};
115 -> {116}; 115 -> {116};
116 -> {106}; 116 -> {117};
117 -> {118}; 117 -> {118};
118 -> {119}; 118 -> {119};
119 -> {120}; 119 -> {126};
120 -> {121 127}; 120 -> {121};
121 -> {122}; 121 -> {122};
122 -> {123}; 122 -> {123};
123 -> {124}; 123 -> {124};
124 -> {125}; 124 -> {125};
125 -> {126}; 125 -> {126};
126 -> {106}; 126 -> {127};
127 -> {106}; 127 -> {128};
128 -> {129}; 128 -> {129};
129 -> {130}; 129 -> {130};
130 -> {131}; 130 -> {131};
131 -> {132}; 131 -> {132};
132 -> {133}; 132 -> {133};
133 -> {134}; 133 -> {134};
134 -> {103};
subgraph cluster_36 { subgraph cluster_36 {
color=red color=red
135 [label="Enter function runHigherOrder" style="filled" fillcolor=red]; 135 [label="Enter function runHigherOrder" style="filled" fillcolor=red];
subgraph cluster_37 { subgraph cluster_37 {
color=blue color=blue
137 [label="Enter block"]; 136 [label="Enter block"];
138 [label="Function call: R|<local>/f|.R|FakeOverride<kotlin/Function0.invoke: R|T|>|()"]; 137 [label="Function call: R|<local>/f|.R|FakeOverride<kotlin/Function0.invoke: R|T|>|()"];
139 [label="Jump: ^runHigherOrder R|<local>/f|.R|FakeOverride<kotlin/Function0.invoke: R|T|>|()"]; 138 [label="Jump: ^runHigherOrder R|<local>/f|.R|FakeOverride<kotlin/Function0.invoke: R|T|>|()"];
140 [label="Stub" style="filled" fillcolor=gray]; 139 [label="Stub" style="filled" fillcolor=gray];
141 [label="Exit block" style="filled" fillcolor=gray]; 140 [label="Exit block" style="filled" fillcolor=gray];
} }
136 [label="Exit function runHigherOrder" style="filled" fillcolor=red]; 141 [label="Exit function runHigherOrder" style="filled" fillcolor=red];
} }
135 -> {137}; 135 -> {136};
136 -> {137};
137 -> {138}; 137 -> {138};
138 -> {139}; 138 -> {141};
139 -> {136}; 138 -> {139} [style=dotted];
139 -> {140} [style=dotted]; 139 -> {140} [style=dotted];
140 -> {141} [style=dotted]; 140 -> {141} [style=dotted];
141 -> {136} [style=dotted];
subgraph cluster_38 { subgraph cluster_38 {
color=red color=red
142 [label="Enter function getter" style="filled" fillcolor=red]; 142 [label="Enter function getter" style="filled" fillcolor=red];
subgraph cluster_39 { subgraph cluster_39 {
color=blue color=blue
144 [label="Enter block"]; 143 [label="Enter block"];
145 [label="Access variable R|kotlin/String.length|"]; 144 [label="Access variable R|kotlin/String.length|"];
146 [label="Jump: ^ this@R|/ext|.R|kotlin/String.length|"]; 145 [label="Jump: ^ this@R|/ext|.R|kotlin/String.length|"];
147 [label="Stub" style="filled" fillcolor=gray]; 146 [label="Stub" style="filled" fillcolor=gray];
148 [label="Exit block" style="filled" fillcolor=gray]; 147 [label="Exit block" style="filled" fillcolor=gray];
} }
143 [label="Exit function getter" style="filled" fillcolor=red]; 148 [label="Exit function getter" style="filled" fillcolor=red];
} }
142 -> {144}; 142 -> {143};
143 -> {144};
144 -> {145}; 144 -> {145};
145 -> {146}; 145 -> {148};
146 -> {143}; 145 -> {146} [style=dotted];
146 -> {147} [style=dotted]; 146 -> {147} [style=dotted];
147 -> {148} [style=dotted]; 147 -> {148} [style=dotted];
148 -> {143} [style=dotted];
subgraph cluster_40 { subgraph cluster_40 {
color=red color=red
149 [label="Enter function test_4" style="filled" fillcolor=red]; 149 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_41 { subgraph cluster_41 {
color=blue color=blue
151 [label="Enter block"]; 150 [label="Enter block"];
152 [label="Access variable R|<local>/a|"]; 151 [label="Access variable R|<local>/a|"];
153 [label="Type operator: (R|<local>/a| as? R|kotlin/String|)"]; 152 [label="Type operator: (R|<local>/a| as? R|kotlin/String|)"];
154 [label="Variable declaration: lval s: R|kotlin/String?|"]; 153 [label="Variable declaration: lval s: R|kotlin/String?|"];
subgraph cluster_42 { subgraph cluster_42 {
color=blue color=blue
155 [label="Enter when"]; 154 [label="Enter when"];
157 [label="Access variable R|<local>/s|"]; 155 [label="Access variable R|<local>/s|"];
158 [label="Enter safe call"]; 156 [label="Enter safe call"];
160 [label="Access variable R|/ext|"]; 157 [label="Access variable R|/ext|"];
159 [label="Exit safe call"]; 158 [label="Exit safe call"];
161 [label="Variable declaration: lval <elvis>: R|kotlin/Int?|"]; 159 [label="Variable declaration: lval <elvis>: R|kotlin/Int?|"];
subgraph cluster_43 { subgraph cluster_43 {
color=blue color=blue
162 [label="Enter when branch condition "]; 160 [label="Enter when branch condition "];
163 [label="Const: Null(null)"]; 161 [label="Const: Null(null)"];
164 [label="Operator =="]; 162 [label="Operator =="];
165 [label="Exit when branch condition"]; 163 [label="Exit when branch condition"];
} }
subgraph cluster_44 { subgraph cluster_44 {
color=blue color=blue
172 [label="Enter when branch condition else"]; 164 [label="Enter when branch condition else"];
173 [label="Exit when branch condition"]; 165 [label="Exit when branch condition"];
} }
174 [label="Enter when branch result"]; 166 [label="Enter when branch result"];
subgraph cluster_45 { subgraph cluster_45 {
color=blue color=blue
175 [label="Enter block"]; 167 [label="Enter block"];
176 [label="Access variable R|<local>/<elvis>|"]; 168 [label="Access variable R|<local>/<elvis>|"];
177 [label="Exit block"]; 169 [label="Exit block"];
} }
178 [label="Exit when branch result"]; 170 [label="Exit when branch result"];
166 [label="Enter when branch result"]; 171 [label="Enter when branch result"];
subgraph cluster_46 { subgraph cluster_46 {
color=blue color=blue
167 [label="Enter block"]; 172 [label="Enter block"];
168 [label="Jump: ^test_4 Unit"]; 173 [label="Jump: ^test_4 Unit"];
169 [label="Stub" style="filled" fillcolor=gray]; 174 [label="Stub" style="filled" fillcolor=gray];
170 [label="Exit block" style="filled" fillcolor=gray]; 175 [label="Exit block" style="filled" fillcolor=gray];
} }
171 [label="Exit when branch result" style="filled" fillcolor=gray]; 176 [label="Exit when branch result" style="filled" fillcolor=gray];
156 [label="Exit when"]; 177 [label="Exit when"];
} }
179 [label="Variable declaration: lval length: R|kotlin/Int|"]; 178 [label="Variable declaration: lval length: R|kotlin/Int|"];
180 [label="Postponed enter to lambda"]; 179 [label="Postponed enter to lambda"];
subgraph cluster_47 { subgraph cluster_47 {
color=blue color=blue
184 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 184 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_48 { subgraph cluster_48 {
color=blue color=blue
186 [label="Enter block"]; 185 [label="Enter block"];
187 [label="Access variable R|<local>/s|"]; 186 [label="Access variable R|<local>/s|"];
188 [label="Access variable R|kotlin/String.length|"]; 187 [label="Access variable R|kotlin/String.length|"];
189 [label="Exit block"]; 188 [label="Exit block"];
} }
185 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 189 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
181 [label="Postponed exit from lambda"]; 180 [label="Postponed exit from lambda"];
182 [label="Function call: R|/runHigherOrder|<R|kotlin/Int|>(...)"]; 181 [label="Function call: R|/runHigherOrder|<R|kotlin/Int|>(...)"];
183 [label="Exit block"]; 182 [label="Exit block"];
} }
150 [label="Exit function test_4" style="filled" fillcolor=red]; 183 [label="Exit function test_4" style="filled" fillcolor=red];
} }
149 -> {151}; 149 -> {150};
150 -> {151};
151 -> {152}; 151 -> {152};
152 -> {153}; 152 -> {153};
153 -> {154}; 153 -> {154};
154 -> {155}; 154 -> {155};
155 -> {157}; 155 -> {156 158};
156 -> {179}; 156 -> {157};
157 -> {158 159}; 157 -> {158};
158 -> {160}; 158 -> {159};
159 -> {161}; 159 -> {160};
160 -> {159}; 160 -> {161};
161 -> {162}; 161 -> {162};
162 -> {163}; 162 -> {163};
163 -> {164}; 163 -> {171 164};
164 -> {165}; 164 -> {165};
165 -> {166 172}; 165 -> {166};
166 -> {167}; 166 -> {167};
167 -> {168}; 167 -> {168};
168 -> {150}; 168 -> {169};
168 -> {169} [style=dotted]; 169 -> {170};
169 -> {170} [style=dotted]; 170 -> {177};
170 -> {171} [style=dotted]; 171 -> {172};
171 -> {156} [style=dotted];
172 -> {173}; 172 -> {173};
173 -> {174}; 173 -> {183};
174 -> {175}; 173 -> {174} [style=dotted];
175 -> {176}; 174 -> {175} [style=dotted];
176 -> {177}; 175 -> {176} [style=dotted];
176 -> {177} [style=dotted];
177 -> {178}; 177 -> {178};
178 -> {156}; 178 -> {179};
179 -> {180}; 179 -> {180 184};
180 -> {181 184}; 180 -> {181};
181 -> {182}; 181 -> {182};
182 -> {183}; 182 -> {183};
183 -> {150}; 184 -> {185};
184 -> {186}; 185 -> {186};
186 -> {187}; 186 -> {187};
187 -> {188}; 187 -> {188};
188 -> {189}; 188 -> {189};
189 -> {185};
} }
@@ -8,200 +8,200 @@ digraph simpleIf_kt {
0 [label="Enter function test_1" style="filled" fillcolor=red]; 0 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
subgraph cluster_2 { subgraph cluster_2 {
color=blue color=blue
3 [label="Enter when"]; 2 [label="Enter when"];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
5 [label="Enter when branch condition "]; 3 [label="Enter when branch condition "];
6 [label="Access variable R|<local>/x|"]; 4 [label="Access variable R|<local>/x|"];
7 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"]; 5 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
8 [label="Exit when branch condition"]; 6 [label="Exit when branch condition"];
} }
15 [label="Synthetic else branch"]; 7 [label="Synthetic else branch"];
9 [label="Enter when branch result"]; 8 [label="Enter when branch result"];
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
10 [label="Enter block"]; 9 [label="Enter block"];
11 [label="Access variable R|<local>/x|"]; 10 [label="Access variable R|<local>/x|"];
12 [label="Access variable R|kotlin/String.length|"]; 11 [label="Access variable R|kotlin/String.length|"];
13 [label="Exit block"]; 12 [label="Exit block"];
} }
14 [label="Exit when branch result"]; 13 [label="Exit when branch result"];
4 [label="Exit when"]; 14 [label="Exit when"];
} }
16 [label="Access variable R|<local>/x|"]; 15 [label="Access variable R|<local>/x|"];
17 [label="Access variable <Unresolved name: length>#"]; 16 [label="Access variable <Unresolved name: length>#"];
18 [label="Exit block"]; 17 [label="Exit block"];
} }
1 [label="Exit function test_1" style="filled" fillcolor=red]; 18 [label="Exit function test_1" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {5}; 3 -> {4};
4 -> {16}; 4 -> {5};
5 -> {6}; 5 -> {6};
6 -> {7}; 6 -> {8 7};
7 -> {8}; 7 -> {14};
8 -> {9 15}; 8 -> {9};
9 -> {10}; 9 -> {10};
10 -> {11}; 10 -> {11};
11 -> {12}; 11 -> {12};
12 -> {13}; 12 -> {13};
13 -> {14}; 13 -> {14};
14 -> {4}; 14 -> {15};
15 -> {4}; 15 -> {16};
16 -> {17}; 16 -> {17};
17 -> {18}; 17 -> {18};
18 -> {1};
subgraph cluster_5 { subgraph cluster_5 {
color=red color=red
19 [label="Enter function test_2" style="filled" fillcolor=red]; 19 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
21 [label="Enter block"]; 20 [label="Enter block"];
22 [label="Access variable R|<local>/x|"]; 21 [label="Access variable R|<local>/x|"];
23 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"]; 22 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
24 [label="Variable declaration: lval b: R|kotlin/Boolean|"]; 23 [label="Variable declaration: lval b: R|kotlin/Boolean|"];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
25 [label="Enter when"]; 24 [label="Enter when"];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
27 [label="Enter when branch condition "]; 25 [label="Enter when branch condition "];
28 [label="Access variable R|<local>/b|"]; 26 [label="Access variable R|<local>/b|"];
29 [label="Exit when branch condition"]; 27 [label="Exit when branch condition"];
} }
36 [label="Synthetic else branch"]; 28 [label="Synthetic else branch"];
30 [label="Enter when branch result"]; 29 [label="Enter when branch result"];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
31 [label="Enter block"]; 30 [label="Enter block"];
32 [label="Access variable R|<local>/x|"]; 31 [label="Access variable R|<local>/x|"];
33 [label="Access variable R|kotlin/String.length|"]; 32 [label="Access variable R|kotlin/String.length|"];
34 [label="Exit block"]; 33 [label="Exit block"];
} }
35 [label="Exit when branch result"]; 34 [label="Exit when branch result"];
26 [label="Exit when"]; 35 [label="Exit when"];
} }
37 [label="Access variable R|<local>/x|"]; 36 [label="Access variable R|<local>/x|"];
38 [label="Access variable <Unresolved name: length>#"]; 37 [label="Access variable <Unresolved name: length>#"];
39 [label="Exit block"]; 38 [label="Exit block"];
} }
20 [label="Exit function test_2" style="filled" fillcolor=red]; 39 [label="Exit function test_2" style="filled" fillcolor=red];
} }
19 -> {21}; 19 -> {20};
20 -> {21};
21 -> {22}; 21 -> {22};
22 -> {23}; 22 -> {23};
23 -> {24}; 23 -> {24};
24 -> {25}; 24 -> {25};
25 -> {27}; 25 -> {26};
26 -> {37}; 26 -> {27};
27 -> {28}; 27 -> {29 28};
28 -> {29}; 28 -> {35};
29 -> {30 36}; 29 -> {30};
30 -> {31}; 30 -> {31};
31 -> {32}; 31 -> {32};
32 -> {33}; 32 -> {33};
33 -> {34}; 33 -> {34};
34 -> {35}; 34 -> {35};
35 -> {26}; 35 -> {36};
36 -> {26}; 36 -> {37};
37 -> {38}; 37 -> {38};
38 -> {39}; 38 -> {39};
39 -> {20};
subgraph cluster_10 { subgraph cluster_10 {
color=red color=red
40 [label="Enter function test_3" style="filled" fillcolor=red]; 40 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
42 [label="Enter block"]; 41 [label="Enter block"];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
43 [label="Enter when"]; 42 [label="Enter when"];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
45 [label="Enter when branch condition "]; 43 [label="Enter when branch condition "];
46 [label="Access variable R|<local>/x|"]; 44 [label="Access variable R|<local>/x|"];
47 [label="Type operator: (R|<local>/x| !is R|kotlin/String|)"]; 45 [label="Type operator: (R|<local>/x| !is R|kotlin/String|)"];
48 [label="Exit when branch condition"]; 46 [label="Exit when branch condition"];
} }
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
53 [label="Enter when branch condition "]; 47 [label="Enter when branch condition "];
54 [label="Access variable R|<local>/x|"]; 48 [label="Access variable R|<local>/x|"];
55 [label="Type operator: (R|<local>/x| !is R|kotlin/Int|)"]; 49 [label="Type operator: (R|<local>/x| !is R|kotlin/Int|)"];
56 [label="Exit when branch condition"]; 50 [label="Exit when branch condition"];
} }
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
61 [label="Enter when branch condition else"]; 51 [label="Enter when branch condition else"];
62 [label="Exit when branch condition"]; 52 [label="Exit when branch condition"];
} }
63 [label="Enter when branch result"]; 53 [label="Enter when branch result"];
subgraph cluster_16 { subgraph cluster_16 {
color=blue color=blue
64 [label="Enter block"]; 54 [label="Enter block"];
65 [label="Access variable R|<local>/x|"]; 55 [label="Access variable R|<local>/x|"];
66 [label="Access variable R|kotlin/String.length|"]; 56 [label="Access variable R|kotlin/String.length|"];
67 [label="Access variable R|<local>/x|"]; 57 [label="Access variable R|<local>/x|"];
68 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"]; 58 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
69 [label="Exit block"];
}
70 [label="Exit when branch result"];
57 [label="Enter when branch result"];
subgraph cluster_17 {
color=blue
58 [label="Enter block"];
59 [label="Exit block"]; 59 [label="Exit block"];
} }
60 [label="Exit when branch result"]; 60 [label="Exit when branch result"];
49 [label="Enter when branch result"]; 61 [label="Enter when branch result"];
subgraph cluster_17 {
color=blue
62 [label="Enter block"];
63 [label="Exit block"];
}
64 [label="Exit when branch result"];
65 [label="Enter when branch result"];
subgraph cluster_18 { subgraph cluster_18 {
color=blue color=blue
50 [label="Enter block"]; 66 [label="Enter block"];
51 [label="Exit block"]; 67 [label="Exit block"];
} }
52 [label="Exit when branch result"]; 68 [label="Exit when branch result"];
44 [label="Exit when"]; 69 [label="Exit when"];
} }
71 [label="Exit block"]; 70 [label="Exit block"];
} }
41 [label="Exit function test_3" style="filled" fillcolor=red]; 71 [label="Exit function test_3" style="filled" fillcolor=red];
} }
40 -> {42}; 40 -> {41};
41 -> {42};
42 -> {43}; 42 -> {43};
43 -> {45}; 43 -> {44};
44 -> {71}; 44 -> {45};
45 -> {46}; 45 -> {46};
46 -> {47}; 46 -> {65 47};
47 -> {48}; 47 -> {48};
48 -> {49 53}; 48 -> {49};
49 -> {50}; 49 -> {50};
50 -> {51}; 50 -> {61 51};
51 -> {52}; 51 -> {52};
52 -> {44}; 52 -> {53};
53 -> {54}; 53 -> {54};
54 -> {55}; 54 -> {55};
55 -> {56}; 55 -> {56};
56 -> {57 61}; 56 -> {57};
57 -> {58}; 57 -> {58};
58 -> {59}; 58 -> {59};
59 -> {60}; 59 -> {60};
60 -> {44}; 60 -> {69};
61 -> {62}; 61 -> {62};
62 -> {63}; 62 -> {63};
63 -> {64}; 63 -> {64};
64 -> {65}; 64 -> {69};
65 -> {66}; 65 -> {66};
66 -> {67}; 66 -> {67};
67 -> {68}; 67 -> {68};
68 -> {69}; 68 -> {69};
69 -> {70}; 69 -> {70};
70 -> {44}; 70 -> {71};
71 -> {41};
} }
@@ -12,137 +12,137 @@ digraph smartcastFromArgument_kt {
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
3 [label="Enter class A" style="filled" fillcolor=red]; 2 [label="Enter class A" style="filled" fillcolor=red];
2 [label="Exit class A" style="filled" fillcolor=red]; 3 [label="Exit class A" style="filled" fillcolor=red];
} }
3 -> {2} [color=green]; 2 -> {3} [color=green];
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
4 [label="Enter function takeA" style="filled" fillcolor=red]; 4 [label="Enter function takeA" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
6 [label="Enter block"]; 5 [label="Enter block"];
7 [label="Const: Boolean(true)"]; 6 [label="Const: Boolean(true)"];
8 [label="Jump: ^takeA Boolean(true)"]; 7 [label="Jump: ^takeA Boolean(true)"];
9 [label="Stub" style="filled" fillcolor=gray]; 8 [label="Stub" style="filled" fillcolor=gray];
10 [label="Exit block" style="filled" fillcolor=gray]; 9 [label="Exit block" style="filled" fillcolor=gray];
} }
5 [label="Exit function takeA" style="filled" fillcolor=red]; 10 [label="Exit function takeA" style="filled" fillcolor=red];
} }
4 -> {6}; 4 -> {5};
5 -> {6};
6 -> {7}; 6 -> {7};
7 -> {8}; 7 -> {10};
8 -> {5}; 7 -> {8} [style=dotted];
8 -> {9} [style=dotted]; 8 -> {9} [style=dotted];
9 -> {10} [style=dotted]; 9 -> {10} [style=dotted];
10 -> {5} [style=dotted];
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
11 [label="Enter function test" style="filled" fillcolor=red]; 11 [label="Enter function test" style="filled" fillcolor=red];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
13 [label="Enter block"]; 12 [label="Enter block"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
14 [label="Enter when"]; 13 [label="Enter when"];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
16 [label="Enter when branch condition "]; 14 [label="Enter when branch condition "];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
17 [label="Enter when"]; 15 [label="Enter when"];
19 [label="Access variable R|<local>/a|"]; 16 [label="Access variable R|<local>/a|"];
20 [label="Type operator: (R|<local>/a| as? R|A|)"]; 17 [label="Type operator: (R|<local>/a| as? R|A|)"];
21 [label="Variable declaration: lval <elvis>: R|A?|"]; 18 [label="Variable declaration: lval <elvis>: R|A?|"];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
22 [label="Enter when branch condition "]; 19 [label="Enter when branch condition "];
23 [label="Const: Null(null)"]; 20 [label="Const: Null(null)"];
24 [label="Operator =="]; 21 [label="Operator =="];
25 [label="Exit when branch condition"]; 22 [label="Exit when branch condition"];
} }
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
32 [label="Enter when branch condition else"]; 23 [label="Enter when branch condition else"];
33 [label="Exit when branch condition"]; 24 [label="Exit when branch condition"];
} }
34 [label="Enter when branch result"]; 25 [label="Enter when branch result"];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
35 [label="Enter block"]; 26 [label="Enter block"];
36 [label="Access variable R|<local>/<elvis>|"]; 27 [label="Access variable R|<local>/<elvis>|"];
37 [label="Exit block"]; 28 [label="Exit block"];
} }
38 [label="Exit when branch result"]; 29 [label="Exit when branch result"];
26 [label="Enter when branch result"]; 30 [label="Enter when branch result"];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
27 [label="Enter block"]; 31 [label="Enter block"];
28 [label="Jump: ^test Unit"]; 32 [label="Jump: ^test Unit"];
29 [label="Stub" style="filled" fillcolor=gray]; 33 [label="Stub" style="filled" fillcolor=gray];
30 [label="Exit block" style="filled" fillcolor=gray]; 34 [label="Exit block" style="filled" fillcolor=gray];
} }
31 [label="Exit when branch result" style="filled" fillcolor=gray]; 35 [label="Exit when branch result" style="filled" fillcolor=gray];
18 [label="Exit when"]; 36 [label="Exit when"];
} }
39 [label="Function call: R|/takeA|(...)"]; 37 [label="Function call: R|/takeA|(...)"];
40 [label="Exit when branch condition"]; 38 [label="Exit when branch condition"];
} }
47 [label="Synthetic else branch"]; 39 [label="Synthetic else branch"];
41 [label="Enter when branch result"]; 40 [label="Enter when branch result"];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
42 [label="Enter block"]; 41 [label="Enter block"];
43 [label="Access variable R|<local>/a|"]; 42 [label="Access variable R|<local>/a|"];
44 [label="Function call: R|<local>/a|.R|/A.foo|()"]; 43 [label="Function call: R|<local>/a|.R|/A.foo|()"];
45 [label="Exit block"]; 44 [label="Exit block"];
} }
46 [label="Exit when branch result"]; 45 [label="Exit when branch result"];
15 [label="Exit when"]; 46 [label="Exit when"];
} }
48 [label="Exit block"]; 47 [label="Exit block"];
} }
12 [label="Exit function test" style="filled" fillcolor=red]; 48 [label="Exit function test" style="filled" fillcolor=red];
} }
11 -> {13}; 11 -> {12};
12 -> {13};
13 -> {14}; 13 -> {14};
14 -> {16}; 14 -> {15};
15 -> {48}; 15 -> {16};
16 -> {17}; 16 -> {17};
17 -> {19}; 17 -> {18};
18 -> {39}; 18 -> {19};
19 -> {20}; 19 -> {20};
20 -> {21}; 20 -> {21};
21 -> {22}; 21 -> {22};
22 -> {23}; 22 -> {30 23};
23 -> {24}; 23 -> {24};
24 -> {25}; 24 -> {25};
25 -> {26 32}; 25 -> {26};
26 -> {27}; 26 -> {27};
27 -> {28}; 27 -> {28};
28 -> {12}; 28 -> {29};
28 -> {29} [style=dotted]; 29 -> {36};
29 -> {30} [style=dotted]; 30 -> {31};
30 -> {31} [style=dotted]; 31 -> {32};
31 -> {18} [style=dotted]; 32 -> {48};
32 -> {33}; 32 -> {33} [style=dotted];
33 -> {34}; 33 -> {34} [style=dotted];
34 -> {35}; 34 -> {35} [style=dotted];
35 -> {36}; 35 -> {36} [style=dotted];
36 -> {37}; 36 -> {37};
37 -> {38}; 37 -> {38};
38 -> {18}; 38 -> {40 39};
39 -> {40}; 39 -> {46};
40 -> {41 47}; 40 -> {41};
41 -> {42}; 41 -> {42};
42 -> {43}; 42 -> {43};
43 -> {44}; 43 -> {44};
44 -> {45}; 44 -> {45};
45 -> {46}; 45 -> {46};
46 -> {15}; 46 -> {47};
47 -> {15}; 47 -> {48};
48 -> {12};
} }
@@ -12,10 +12,10 @@ digraph when_kt {
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
3 [label="Enter class A" style="filled" fillcolor=red]; 2 [label="Enter class A" style="filled" fillcolor=red];
2 [label="Exit class A" style="filled" fillcolor=red]; 3 [label="Exit class A" style="filled" fillcolor=red];
} }
3 -> {2} [color=green]; 2 -> {3} [color=green];
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
@@ -26,179 +26,180 @@ digraph when_kt {
subgraph cluster_3 { subgraph cluster_3 {
color=red color=red
7 [label="Enter class B" style="filled" fillcolor=red]; 6 [label="Enter class B" style="filled" fillcolor=red];
6 [label="Exit class B" style="filled" fillcolor=red]; 7 [label="Exit class B" style="filled" fillcolor=red];
} }
7 -> {6} [color=green]; 6 -> {7} [color=green];
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
8 [label="Enter function test_1" style="filled" fillcolor=red]; 8 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
10 [label="Enter block"]; 9 [label="Enter block"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
11 [label="Enter when"]; 10 [label="Enter when"];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
13 [label="Enter when branch condition "]; 11 [label="Enter when branch condition "];
14 [label="Access variable R|<local>/x|"]; 12 [label="Access variable R|<local>/x|"];
15 [label="Type operator: (R|<local>/x| is R|A|)"]; 13 [label="Type operator: (R|<local>/x| is R|A|)"];
16 [label="Exit when branch condition"]; 14 [label="Exit when branch condition"];
} }
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
23 [label="Enter when branch condition "]; 15 [label="Enter when branch condition "];
24 [label="Access variable R|<local>/x|"]; 16 [label="Access variable R|<local>/x|"];
25 [label="Type operator: (R|<local>/x| is R|B|)"]; 17 [label="Type operator: (R|<local>/x| is R|B|)"];
26 [label="Exit when branch condition"]; 18 [label="Exit when branch condition"];
} }
33 [label="Synthetic else branch"]; 19 [label="Synthetic else branch"];
27 [label="Enter when branch result"]; 20 [label="Enter when branch result"];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
28 [label="Enter block"]; 21 [label="Enter block"];
29 [label="Access variable R|<local>/x|"]; 22 [label="Access variable R|<local>/x|"];
30 [label="Function call: R|<local>/x|.R|/B.bar|()"]; 23 [label="Function call: R|<local>/x|.R|/B.bar|()"];
31 [label="Exit block"]; 24 [label="Exit block"];
} }
32 [label="Exit when branch result"]; 25 [label="Exit when branch result"];
17 [label="Enter when branch result"]; 26 [label="Enter when branch result"];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
18 [label="Enter block"]; 27 [label="Enter block"];
19 [label="Access variable R|<local>/x|"]; 28 [label="Access variable R|<local>/x|"];
20 [label="Function call: R|<local>/x|.R|/A.foo|()"]; 29 [label="Function call: R|<local>/x|.R|/A.foo|()"];
21 [label="Exit block"]; 30 [label="Exit block"];
} }
22 [label="Exit when branch result"]; 31 [label="Exit when branch result"];
12 [label="Exit when"]; 32 [label="Exit when"];
} }
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
34 [label="Enter when"]; 33 [label="Enter when"];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
36 [label="Enter when branch condition "]; 34 [label="Enter when branch condition "];
37 [label="Access variable R|<local>/x|"]; 35 [label="Access variable R|<local>/x|"];
38 [label="Type operator: (R|<local>/x| !is R|A|)"]; 36 [label="Type operator: (R|<local>/x| !is R|A|)"];
39 [label="Exit when branch condition"]; 37 [label="Exit when branch condition"];
} }
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
44 [label="Enter when branch condition "]; 38 [label="Enter when branch condition "];
45 [label="Access variable R|<local>/x|"]; 39 [label="Access variable R|<local>/x|"];
46 [label="Type operator: (R|<local>/x| !is R|B|)"]; 40 [label="Type operator: (R|<local>/x| !is R|B|)"];
47 [label="Exit when branch condition"]; 41 [label="Exit when branch condition"];
} }
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
54 [label="Enter when branch condition "]; 42 [label="Enter when branch condition "];
55 [label="Access variable R|<local>/x|"]; 43 [label="Access variable R|<local>/x|"];
56 [label="Type operator: (R|<local>/x| is R|kotlin/Int|)"]; 44 [label="Type operator: (R|<local>/x| is R|kotlin/Int|)"];
57 [label="Exit when branch condition"]; 45 [label="Exit when branch condition"];
} }
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
68 [label="Enter when branch condition else"]; 46 [label="Enter when branch condition else"];
69 [label="Exit when branch condition"]; 47 [label="Exit when branch condition"];
} }
70 [label="Enter when branch result"];
subgraph cluster_16 {
color=blue
71 [label="Enter block"];
72 [label="Access variable R|<local>/x|"];
73 [label="Function call: R|<local>/x|.R|/A.foo|()"];
74 [label="Access variable R|<local>/x|"];
75 [label="Function call: R|<local>/x|.R|/B.bar|()"];
76 [label="Exit block"];
}
77 [label="Exit when branch result"];
58 [label="Enter when branch result"];
subgraph cluster_17 {
color=blue
59 [label="Enter block"];
60 [label="Access variable R|<local>/x|"];
61 [label="Function call: R|<local>/x|.R|/A.foo|()"];
62 [label="Access variable R|<local>/x|"];
63 [label="Function call: R|<local>/x|.R|/B.bar|()"];
64 [label="Access variable R|<local>/x|"];
65 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
66 [label="Exit block"];
}
67 [label="Exit when branch result"];
48 [label="Enter when branch result"]; 48 [label="Enter when branch result"];
subgraph cluster_18 { subgraph cluster_16 {
color=blue color=blue
49 [label="Enter block"]; 49 [label="Enter block"];
50 [label="Access variable R|<local>/x|"]; 50 [label="Access variable R|<local>/x|"];
51 [label="Function call: R|<local>/x|.R|/A.foo|()"]; 51 [label="Function call: R|<local>/x|.R|/A.foo|()"];
52 [label="Exit block"]; 52 [label="Access variable R|<local>/x|"];
53 [label="Function call: R|<local>/x|.R|/B.bar|()"];
54 [label="Exit block"];
} }
53 [label="Exit when branch result"]; 55 [label="Exit when branch result"];
40 [label="Enter when branch result"]; 56 [label="Enter when branch result"];
subgraph cluster_17 {
color=blue
57 [label="Enter block"];
58 [label="Access variable R|<local>/x|"];
59 [label="Function call: R|<local>/x|.R|/A.foo|()"];
60 [label="Access variable R|<local>/x|"];
61 [label="Function call: R|<local>/x|.R|/B.bar|()"];
62 [label="Access variable R|<local>/x|"];
63 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
64 [label="Exit block"];
}
65 [label="Exit when branch result"];
66 [label="Enter when branch result"];
subgraph cluster_18 {
color=blue
67 [label="Enter block"];
68 [label="Access variable R|<local>/x|"];
69 [label="Function call: R|<local>/x|.R|/A.foo|()"];
70 [label="Exit block"];
}
71 [label="Exit when branch result"];
72 [label="Enter when branch result"];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
41 [label="Enter block"]; 73 [label="Enter block"];
42 [label="Exit block"]; 74 [label="Exit block"];
} }
43 [label="Exit when branch result"]; 75 [label="Exit when branch result"];
35 [label="Exit when"]; 76 [label="Exit when"];
} }
78 [label="Exit block"]; 77 [label="Exit block"];
} }
9 [label="Exit function test_1" style="filled" fillcolor=red]; 78 [label="Exit function test_1" style="filled" fillcolor=red];
} }
8 -> {10}; 8 -> {9};
9 -> {10};
10 -> {11}; 10 -> {11};
11 -> {13}; 11 -> {12};
12 -> {34}; 12 -> {13};
13 -> {14}; 13 -> {14};
14 -> {15}; 14 -> {26 15};
15 -> {16}; 15 -> {16};
16 -> {17 23}; 16 -> {17};
17 -> {18}; 17 -> {18};
18 -> {19}; 18 -> {20 19};
19 -> {20}; 19 -> {32};
20 -> {21}; 20 -> {21};
21 -> {22}; 21 -> {22};
22 -> {12}; 22 -> {23};
23 -> {24}; 23 -> {24};
24 -> {25}; 24 -> {25};
25 -> {26}; 25 -> {32};
26 -> {27 33}; 26 -> {27};
27 -> {28}; 27 -> {28};
28 -> {29}; 28 -> {29};
29 -> {30}; 29 -> {30};
30 -> {31}; 30 -> {31};
31 -> {32}; 31 -> {32};
32 -> {12}; 32 -> {33};
33 -> {12}; 33 -> {34};
34 -> {36}; 34 -> {35};
35 -> {78}; 35 -> {36};
36 -> {37}; 36 -> {37};
37 -> {38}; 37 -> {72 38};
38 -> {39}; 38 -> {39};
39 -> {40 44}; 39 -> {40};
40 -> {41}; 40 -> {41};
41 -> {42}; 41 -> {66 42};
42 -> {43}; 42 -> {43};
43 -> {35}; 43 -> {44};
44 -> {45}; 44 -> {45};
45 -> {46}; 45 -> {56 46};
46 -> {47}; 46 -> {47};
47 -> {48 54}; 47 -> {48};
48 -> {49}; 48 -> {49};
49 -> {50}; 49 -> {50};
50 -> {51}; 50 -> {51};
51 -> {52}; 51 -> {52};
52 -> {53}; 52 -> {53};
53 -> {35}; 53 -> {54};
54 -> {55}; 54 -> {55};
55 -> {56}; 55 -> {76};
56 -> {57}; 56 -> {57};
57 -> {58 68}; 57 -> {58};
58 -> {59}; 58 -> {59};
59 -> {60}; 59 -> {60};
60 -> {61}; 60 -> {61};
@@ -206,183 +207,183 @@ digraph when_kt {
62 -> {63}; 62 -> {63};
63 -> {64}; 63 -> {64};
64 -> {65}; 64 -> {65};
65 -> {66}; 65 -> {76};
66 -> {67}; 66 -> {67};
67 -> {35}; 67 -> {68};
68 -> {69}; 68 -> {69};
69 -> {70}; 69 -> {70};
70 -> {71}; 70 -> {71};
71 -> {72}; 71 -> {76};
72 -> {73}; 72 -> {73};
73 -> {74}; 73 -> {74};
74 -> {75}; 74 -> {75};
75 -> {76}; 75 -> {76};
76 -> {77}; 76 -> {77};
77 -> {35}; 77 -> {78};
78 -> {9};
subgraph cluster_20 { subgraph cluster_20 {
color=red color=red
79 [label="Enter function test_2" style="filled" fillcolor=red]; 79 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
81 [label="Enter block"]; 80 [label="Enter block"];
subgraph cluster_22 { subgraph cluster_22 {
color=blue color=blue
82 [label="Enter when"]; 81 [label="Enter when"];
84 [label="Access variable R|<local>/x|"]; 82 [label="Access variable R|<local>/x|"];
subgraph cluster_23 { subgraph cluster_23 {
color=blue color=blue
85 [label="Enter when branch condition "]; 83 [label="Enter when branch condition "];
86 [label="Type operator: ($subj$ is R|A|)"]; 84 [label="Type operator: ($subj$ is R|A|)"];
87 [label="Exit when branch condition"]; 85 [label="Exit when branch condition"];
} }
subgraph cluster_24 { subgraph cluster_24 {
color=blue color=blue
94 [label="Enter when branch condition "]; 86 [label="Enter when branch condition "];
95 [label="Type operator: ($subj$ is R|B|)"]; 87 [label="Type operator: ($subj$ is R|B|)"];
96 [label="Exit when branch condition"]; 88 [label="Exit when branch condition"];
} }
103 [label="Synthetic else branch"]; 89 [label="Synthetic else branch"];
97 [label="Enter when branch result"]; 90 [label="Enter when branch result"];
subgraph cluster_25 { subgraph cluster_25 {
color=blue color=blue
98 [label="Enter block"]; 91 [label="Enter block"];
99 [label="Access variable R|<local>/x|"]; 92 [label="Access variable R|<local>/x|"];
100 [label="Function call: R|<local>/x|.R|/B.bar|()"]; 93 [label="Function call: R|<local>/x|.R|/B.bar|()"];
101 [label="Exit block"]; 94 [label="Exit block"];
} }
102 [label="Exit when branch result"]; 95 [label="Exit when branch result"];
88 [label="Enter when branch result"]; 96 [label="Enter when branch result"];
subgraph cluster_26 { subgraph cluster_26 {
color=blue color=blue
89 [label="Enter block"]; 97 [label="Enter block"];
90 [label="Access variable R|<local>/x|"]; 98 [label="Access variable R|<local>/x|"];
91 [label="Function call: R|<local>/x|.R|/A.foo|()"]; 99 [label="Function call: R|<local>/x|.R|/A.foo|()"];
92 [label="Exit block"]; 100 [label="Exit block"];
} }
93 [label="Exit when branch result"]; 101 [label="Exit when branch result"];
83 [label="Exit when"]; 102 [label="Exit when"];
} }
subgraph cluster_27 { subgraph cluster_27 {
color=blue color=blue
104 [label="Enter when"]; 103 [label="Enter when"];
106 [label="Access variable R|<local>/x|"]; 104 [label="Access variable R|<local>/x|"];
subgraph cluster_28 { subgraph cluster_28 {
color=blue color=blue
107 [label="Enter when branch condition "]; 105 [label="Enter when branch condition "];
108 [label="Type operator: ($subj$ !is R|A|)"]; 106 [label="Type operator: ($subj$ !is R|A|)"];
109 [label="Exit when branch condition"]; 107 [label="Exit when branch condition"];
} }
subgraph cluster_29 { subgraph cluster_29 {
color=blue color=blue
114 [label="Enter when branch condition "]; 108 [label="Enter when branch condition "];
115 [label="Type operator: ($subj$ !is R|B|)"]; 109 [label="Type operator: ($subj$ !is R|B|)"];
116 [label="Exit when branch condition"]; 110 [label="Exit when branch condition"];
} }
subgraph cluster_30 { subgraph cluster_30 {
color=blue color=blue
123 [label="Enter when branch condition "]; 111 [label="Enter when branch condition "];
124 [label="Type operator: ($subj$ is R|kotlin/Int|)"]; 112 [label="Type operator: ($subj$ is R|kotlin/Int|)"];
125 [label="Exit when branch condition"]; 113 [label="Exit when branch condition"];
} }
subgraph cluster_31 { subgraph cluster_31 {
color=blue color=blue
136 [label="Enter when branch condition else"]; 114 [label="Enter when branch condition else"];
137 [label="Exit when branch condition"]; 115 [label="Exit when branch condition"];
} }
138 [label="Enter when branch result"]; 116 [label="Enter when branch result"];
subgraph cluster_32 { subgraph cluster_32 {
color=blue color=blue
139 [label="Enter block"]; 117 [label="Enter block"];
140 [label="Access variable R|<local>/x|"]; 118 [label="Access variable R|<local>/x|"];
141 [label="Function call: R|<local>/x|.R|/A.foo|()"]; 119 [label="Function call: R|<local>/x|.R|/A.foo|()"];
142 [label="Access variable R|<local>/x|"]; 120 [label="Access variable R|<local>/x|"];
143 [label="Function call: R|<local>/x|.R|/B.bar|()"]; 121 [label="Function call: R|<local>/x|.R|/B.bar|()"];
144 [label="Exit block"]; 122 [label="Exit block"];
} }
145 [label="Exit when branch result"]; 123 [label="Exit when branch result"];
126 [label="Enter when branch result"]; 124 [label="Enter when branch result"];
subgraph cluster_33 { subgraph cluster_33 {
color=blue color=blue
127 [label="Enter block"]; 125 [label="Enter block"];
126 [label="Access variable R|<local>/x|"];
127 [label="Function call: R|<local>/x|.R|/A.foo|()"];
128 [label="Access variable R|<local>/x|"]; 128 [label="Access variable R|<local>/x|"];
129 [label="Function call: R|<local>/x|.R|/A.foo|()"]; 129 [label="Function call: R|<local>/x|.R|/B.bar|()"];
130 [label="Access variable R|<local>/x|"]; 130 [label="Access variable R|<local>/x|"];
131 [label="Function call: R|<local>/x|.R|/B.bar|()"]; 131 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
132 [label="Access variable R|<local>/x|"]; 132 [label="Exit block"];
133 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
134 [label="Exit block"];
} }
135 [label="Exit when branch result"]; 133 [label="Exit when branch result"];
117 [label="Enter when branch result"]; 134 [label="Enter when branch result"];
subgraph cluster_34 { subgraph cluster_34 {
color=blue color=blue
118 [label="Enter block"]; 135 [label="Enter block"];
119 [label="Access variable R|<local>/x|"]; 136 [label="Access variable R|<local>/x|"];
120 [label="Function call: R|<local>/x|.R|/A.foo|()"]; 137 [label="Function call: R|<local>/x|.R|/A.foo|()"];
121 [label="Exit block"]; 138 [label="Exit block"];
} }
122 [label="Exit when branch result"]; 139 [label="Exit when branch result"];
110 [label="Enter when branch result"]; 140 [label="Enter when branch result"];
subgraph cluster_35 { subgraph cluster_35 {
color=blue color=blue
111 [label="Enter block"]; 141 [label="Enter block"];
112 [label="Exit block"]; 142 [label="Exit block"];
} }
113 [label="Exit when branch result"]; 143 [label="Exit when branch result"];
105 [label="Exit when"]; 144 [label="Exit when"];
} }
146 [label="Exit block"]; 145 [label="Exit block"];
} }
80 [label="Exit function test_2" style="filled" fillcolor=red]; 146 [label="Exit function test_2" style="filled" fillcolor=red];
} }
79 -> {81}; 79 -> {80};
80 -> {81};
81 -> {82}; 81 -> {82};
82 -> {84}; 82 -> {83};
83 -> {104}; 83 -> {84};
84 -> {85}; 84 -> {85};
85 -> {86}; 85 -> {96 86};
86 -> {87}; 86 -> {87};
87 -> {88 94}; 87 -> {88};
88 -> {89}; 88 -> {90 89};
89 -> {90}; 89 -> {102};
90 -> {91}; 90 -> {91};
91 -> {92}; 91 -> {92};
92 -> {93}; 92 -> {93};
93 -> {83}; 93 -> {94};
94 -> {95}; 94 -> {95};
95 -> {96}; 95 -> {102};
96 -> {97 103}; 96 -> {97};
97 -> {98}; 97 -> {98};
98 -> {99}; 98 -> {99};
99 -> {100}; 99 -> {100};
100 -> {101}; 100 -> {101};
101 -> {102}; 101 -> {102};
102 -> {83}; 102 -> {103};
103 -> {83}; 103 -> {104};
104 -> {106}; 104 -> {105};
105 -> {146}; 105 -> {106};
106 -> {107}; 106 -> {107};
107 -> {108}; 107 -> {140 108};
108 -> {109}; 108 -> {109};
109 -> {110 114}; 109 -> {110};
110 -> {111}; 110 -> {134 111};
111 -> {112}; 111 -> {112};
112 -> {113}; 112 -> {113};
113 -> {105}; 113 -> {124 114};
114 -> {115}; 114 -> {115};
115 -> {116}; 115 -> {116};
116 -> {117 123}; 116 -> {117};
117 -> {118}; 117 -> {118};
118 -> {119}; 118 -> {119};
119 -> {120}; 119 -> {120};
120 -> {121}; 120 -> {121};
121 -> {122}; 121 -> {122};
122 -> {105}; 122 -> {123};
123 -> {124}; 123 -> {144};
124 -> {125}; 124 -> {125};
125 -> {126 136}; 125 -> {126};
126 -> {127}; 126 -> {127};
127 -> {128}; 127 -> {128};
128 -> {129}; 128 -> {129};
@@ -390,112 +391,111 @@ digraph when_kt {
130 -> {131}; 130 -> {131};
131 -> {132}; 131 -> {132};
132 -> {133}; 132 -> {133};
133 -> {134}; 133 -> {144};
134 -> {135}; 134 -> {135};
135 -> {105}; 135 -> {136};
136 -> {137}; 136 -> {137};
137 -> {138}; 137 -> {138};
138 -> {139}; 138 -> {139};
139 -> {140}; 139 -> {144};
140 -> {141}; 140 -> {141};
141 -> {142}; 141 -> {142};
142 -> {143}; 142 -> {143};
143 -> {144}; 143 -> {144};
144 -> {145}; 144 -> {145};
145 -> {105}; 145 -> {146};
146 -> {80};
subgraph cluster_36 { subgraph cluster_36 {
color=red color=red
147 [label="Enter function test_3" style="filled" fillcolor=red]; 147 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_37 { subgraph cluster_37 {
color=blue color=blue
149 [label="Enter block"]; 148 [label="Enter block"];
subgraph cluster_38 { subgraph cluster_38 {
color=blue color=blue
150 [label="Enter when"]; 149 [label="Enter when"];
152 [label="Access variable R|<local>/x|"]; 150 [label="Access variable R|<local>/x|"];
153 [label="Variable declaration: lval y: R|kotlin/Any?|"]; 151 [label="Variable declaration: lval y: R|kotlin/Any?|"];
subgraph cluster_39 { subgraph cluster_39 {
color=blue color=blue
154 [label="Enter when branch condition "]; 152 [label="Enter when branch condition "];
155 [label="Type operator: ($subj$ is R|A|)"]; 153 [label="Type operator: ($subj$ is R|A|)"];
156 [label="Exit when branch condition"]; 154 [label="Exit when branch condition"];
} }
subgraph cluster_40 { subgraph cluster_40 {
color=blue color=blue
165 [label="Enter when branch condition "]; 155 [label="Enter when branch condition "];
166 [label="Type operator: ($subj$ is R|B|)"]; 156 [label="Type operator: ($subj$ is R|B|)"];
167 [label="Exit when branch condition"]; 157 [label="Exit when branch condition"];
} }
176 [label="Synthetic else branch"]; 158 [label="Synthetic else branch"];
168 [label="Enter when branch result"]; 159 [label="Enter when branch result"];
subgraph cluster_41 { subgraph cluster_41 {
color=blue color=blue
169 [label="Enter block"]; 160 [label="Enter block"];
170 [label="Access variable R|<local>/x|"]; 161 [label="Access variable R|<local>/x|"];
171 [label="Function call: R|<local>/x|.R|/B.bar|()"]; 162 [label="Function call: R|<local>/x|.R|/B.bar|()"];
172 [label="Access variable R|<local>/y|"]; 163 [label="Access variable R|<local>/y|"];
173 [label="Function call: R|<local>/y|.R|/B.bar|()"]; 164 [label="Function call: R|<local>/y|.R|/B.bar|()"];
174 [label="Exit block"]; 165 [label="Exit block"];
} }
175 [label="Exit when branch result"]; 166 [label="Exit when branch result"];
157 [label="Enter when branch result"]; 167 [label="Enter when branch result"];
subgraph cluster_42 { subgraph cluster_42 {
color=blue color=blue
158 [label="Enter block"]; 168 [label="Enter block"];
159 [label="Access variable R|<local>/x|"]; 169 [label="Access variable R|<local>/x|"];
160 [label="Function call: R|<local>/x|.R|/A.foo|()"]; 170 [label="Function call: R|<local>/x|.R|/A.foo|()"];
161 [label="Access variable R|<local>/y|"]; 171 [label="Access variable R|<local>/y|"];
162 [label="Function call: R|<local>/y|.R|/A.foo|()"]; 172 [label="Function call: R|<local>/y|.R|/A.foo|()"];
163 [label="Exit block"]; 173 [label="Exit block"];
} }
164 [label="Exit when branch result"]; 174 [label="Exit when branch result"];
151 [label="Exit when"]; 175 [label="Exit when"];
} }
subgraph cluster_43 { subgraph cluster_43 {
color=blue color=blue
177 [label="Enter when"]; 176 [label="Enter when"];
179 [label="Access variable R|<local>/x|"]; 177 [label="Access variable R|<local>/x|"];
180 [label="Variable declaration: lval y: R|kotlin/Any?|"]; 178 [label="Variable declaration: lval y: R|kotlin/Any?|"];
subgraph cluster_44 { subgraph cluster_44 {
color=blue color=blue
181 [label="Enter when branch condition "]; 179 [label="Enter when branch condition "];
182 [label="Type operator: ($subj$ !is R|A|)"]; 180 [label="Type operator: ($subj$ !is R|A|)"];
183 [label="Exit when branch condition"]; 181 [label="Exit when branch condition"];
} }
subgraph cluster_45 { subgraph cluster_45 {
color=blue color=blue
188 [label="Enter when branch condition "]; 182 [label="Enter when branch condition "];
189 [label="Type operator: ($subj$ !is R|B|)"]; 183 [label="Type operator: ($subj$ !is R|B|)"];
190 [label="Exit when branch condition"]; 184 [label="Exit when branch condition"];
} }
subgraph cluster_46 { subgraph cluster_46 {
color=blue color=blue
199 [label="Enter when branch condition "]; 185 [label="Enter when branch condition "];
200 [label="Type operator: ($subj$ is R|kotlin/Int|)"]; 186 [label="Type operator: ($subj$ is R|kotlin/Int|)"];
201 [label="Exit when branch condition"]; 187 [label="Exit when branch condition"];
} }
subgraph cluster_47 { subgraph cluster_47 {
color=blue color=blue
218 [label="Enter when branch condition else"]; 188 [label="Enter when branch condition else"];
219 [label="Exit when branch condition"]; 189 [label="Exit when branch condition"];
} }
220 [label="Enter when branch result"]; 190 [label="Enter when branch result"];
subgraph cluster_48 { subgraph cluster_48 {
color=blue color=blue
221 [label="Enter block"]; 191 [label="Enter block"];
222 [label="Access variable R|<local>/x|"]; 192 [label="Access variable R|<local>/x|"];
223 [label="Function call: R|<local>/x|.R|/A.foo|()"]; 193 [label="Function call: R|<local>/x|.R|/A.foo|()"];
224 [label="Access variable R|<local>/x|"]; 194 [label="Access variable R|<local>/x|"];
225 [label="Function call: R|<local>/x|.R|/B.bar|()"]; 195 [label="Function call: R|<local>/x|.R|/B.bar|()"];
226 [label="Access variable R|<local>/y|"]; 196 [label="Access variable R|<local>/y|"];
227 [label="Function call: R|<local>/y|.R|/A.foo|()"]; 197 [label="Function call: R|<local>/y|.R|/A.foo|()"];
228 [label="Access variable R|<local>/y|"]; 198 [label="Access variable R|<local>/y|"];
229 [label="Function call: R|<local>/y|.R|/B.bar|()"]; 199 [label="Function call: R|<local>/y|.R|/B.bar|()"];
230 [label="Exit block"]; 200 [label="Exit block"];
} }
231 [label="Exit when branch result"]; 201 [label="Exit when branch result"];
202 [label="Enter when branch result"]; 202 [label="Enter when branch result"];
subgraph cluster_49 { subgraph cluster_49 {
color=blue color=blue
@@ -515,50 +515,51 @@ digraph when_kt {
216 [label="Exit block"]; 216 [label="Exit block"];
} }
217 [label="Exit when branch result"]; 217 [label="Exit when branch result"];
191 [label="Enter when branch result"]; 218 [label="Enter when branch result"];
subgraph cluster_50 { subgraph cluster_50 {
color=blue color=blue
192 [label="Enter block"]; 219 [label="Enter block"];
193 [label="Access variable R|<local>/x|"]; 220 [label="Access variable R|<local>/x|"];
194 [label="Function call: R|<local>/x|.R|/A.foo|()"]; 221 [label="Function call: R|<local>/x|.R|/A.foo|()"];
195 [label="Access variable R|<local>/y|"]; 222 [label="Access variable R|<local>/y|"];
196 [label="Function call: R|<local>/y|.R|/A.foo|()"]; 223 [label="Function call: R|<local>/y|.R|/A.foo|()"];
197 [label="Exit block"]; 224 [label="Exit block"];
} }
198 [label="Exit when branch result"]; 225 [label="Exit when branch result"];
184 [label="Enter when branch result"]; 226 [label="Enter when branch result"];
subgraph cluster_51 { subgraph cluster_51 {
color=blue color=blue
185 [label="Enter block"]; 227 [label="Enter block"];
186 [label="Exit block"]; 228 [label="Exit block"];
} }
187 [label="Exit when branch result"]; 229 [label="Exit when branch result"];
178 [label="Exit when"]; 230 [label="Exit when"];
} }
232 [label="Exit block"]; 231 [label="Exit block"];
} }
148 [label="Exit function test_3" style="filled" fillcolor=red]; 232 [label="Exit function test_3" style="filled" fillcolor=red];
} }
147 -> {149}; 147 -> {148};
148 -> {149};
149 -> {150}; 149 -> {150};
150 -> {152}; 150 -> {151};
151 -> {177}; 151 -> {152};
152 -> {153}; 152 -> {153};
153 -> {154}; 153 -> {154};
154 -> {155}; 154 -> {167 155};
155 -> {156}; 155 -> {156};
156 -> {157 165}; 156 -> {157};
157 -> {158}; 157 -> {159 158};
158 -> {159}; 158 -> {175};
159 -> {160}; 159 -> {160};
160 -> {161}; 160 -> {161};
161 -> {162}; 161 -> {162};
162 -> {163}; 162 -> {163};
163 -> {164}; 163 -> {164};
164 -> {151}; 164 -> {165};
165 -> {166}; 165 -> {166};
166 -> {167}; 166 -> {175};
167 -> {168 176}; 167 -> {168};
168 -> {169}; 168 -> {169};
169 -> {170}; 169 -> {170};
170 -> {171}; 170 -> {171};
@@ -566,22 +567,22 @@ digraph when_kt {
172 -> {173}; 172 -> {173};
173 -> {174}; 173 -> {174};
174 -> {175}; 174 -> {175};
175 -> {151}; 175 -> {176};
176 -> {151}; 176 -> {177};
177 -> {179}; 177 -> {178};
178 -> {232}; 178 -> {179};
179 -> {180}; 179 -> {180};
180 -> {181}; 180 -> {181};
181 -> {182}; 181 -> {226 182};
182 -> {183}; 182 -> {183};
183 -> {184 188}; 183 -> {184};
184 -> {185}; 184 -> {218 185};
185 -> {186}; 185 -> {186};
186 -> {187}; 186 -> {187};
187 -> {178}; 187 -> {202 188};
188 -> {189}; 188 -> {189};
189 -> {190}; 189 -> {190};
190 -> {191 199}; 190 -> {191};
191 -> {192}; 191 -> {192};
192 -> {193}; 192 -> {193};
193 -> {194}; 193 -> {194};
@@ -589,10 +590,10 @@ digraph when_kt {
195 -> {196}; 195 -> {196};
196 -> {197}; 196 -> {197};
197 -> {198}; 197 -> {198};
198 -> {178}; 198 -> {199};
199 -> {200}; 199 -> {200};
200 -> {201}; 200 -> {201};
201 -> {202 218}; 201 -> {230};
202 -> {203}; 202 -> {203};
203 -> {204}; 203 -> {204};
204 -> {205}; 204 -> {205};
@@ -608,7 +609,7 @@ digraph when_kt {
214 -> {215}; 214 -> {215};
215 -> {216}; 215 -> {216};
216 -> {217}; 216 -> {217};
217 -> {178}; 217 -> {230};
218 -> {219}; 218 -> {219};
219 -> {220}; 219 -> {220};
220 -> {221}; 220 -> {221};
@@ -616,70 +617,69 @@ digraph when_kt {
222 -> {223}; 222 -> {223};
223 -> {224}; 223 -> {224};
224 -> {225}; 224 -> {225};
225 -> {226}; 225 -> {230};
226 -> {227}; 226 -> {227};
227 -> {228}; 227 -> {228};
228 -> {229}; 228 -> {229};
229 -> {230}; 229 -> {230};
230 -> {231}; 230 -> {231};
231 -> {178}; 231 -> {232};
232 -> {148};
subgraph cluster_52 { subgraph cluster_52 {
color=red color=red
233 [label="Enter function test_4" style="filled" fillcolor=red]; 233 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_53 { subgraph cluster_53 {
color=blue color=blue
235 [label="Enter block"]; 234 [label="Enter block"];
subgraph cluster_54 { subgraph cluster_54 {
color=blue color=blue
236 [label="Enter when"]; 235 [label="Enter when"];
238 [label="Access variable R|<local>/x|"]; 236 [label="Access variable R|<local>/x|"];
239 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"]; 237 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
subgraph cluster_55 { subgraph cluster_55 {
color=blue color=blue
240 [label="Enter when branch condition "]; 238 [label="Enter when branch condition "];
241 [label="Const: Int(1)"]; 239 [label="Const: Int(1)"];
242 [label="Operator =="]; 240 [label="Operator =="];
243 [label="Exit when branch condition"]; 241 [label="Exit when branch condition"];
} }
250 [label="Synthetic else branch"]; 242 [label="Synthetic else branch"];
244 [label="Enter when branch result"]; 243 [label="Enter when branch result"];
subgraph cluster_56 { subgraph cluster_56 {
color=blue color=blue
245 [label="Enter block"]; 244 [label="Enter block"];
246 [label="Access variable R|<local>/x|"]; 245 [label="Access variable R|<local>/x|"];
247 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"]; 246 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
248 [label="Exit block"]; 247 [label="Exit block"];
} }
249 [label="Exit when branch result"]; 248 [label="Exit when branch result"];
237 [label="Exit when"]; 249 [label="Exit when"];
} }
251 [label="Access variable R|<local>/x|"]; 250 [label="Access variable R|<local>/x|"];
252 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"]; 251 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
253 [label="Exit block"]; 252 [label="Exit block"];
} }
234 [label="Exit function test_4" style="filled" fillcolor=red]; 253 [label="Exit function test_4" style="filled" fillcolor=red];
} }
233 -> {235}; 233 -> {234};
234 -> {235};
235 -> {236}; 235 -> {236};
236 -> {238}; 236 -> {237};
237 -> {251}; 237 -> {238};
238 -> {239}; 238 -> {239};
239 -> {240}; 239 -> {240};
240 -> {241}; 240 -> {241};
241 -> {242}; 241 -> {243 242};
242 -> {243}; 242 -> {249};
243 -> {244 250}; 243 -> {244};
244 -> {245}; 244 -> {245};
245 -> {246}; 245 -> {246};
246 -> {247}; 246 -> {247};
247 -> {248}; 247 -> {248};
248 -> {249}; 248 -> {249};
249 -> {237}; 249 -> {250};
250 -> {237}; 250 -> {251};
251 -> {252}; 251 -> {252};
252 -> {253}; 252 -> {253};
253 -> {234};
} }
@@ -12,80 +12,81 @@ digraph equalsAndIdentity_kt {
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
3 [label="Enter class A" style="filled" fillcolor=red]; 2 [label="Enter class A" style="filled" fillcolor=red];
2 [label="Exit class A" style="filled" fillcolor=red]; 3 [label="Exit class A" style="filled" fillcolor=red];
} }
3 -> {2} [color=green]; 2 -> {3} [color=green];
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
4 [label="Enter function test_1" style="filled" fillcolor=red]; 4 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
6 [label="Enter block"]; 5 [label="Enter block"];
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
7 [label="Enter when"]; 6 [label="Enter when"];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
9 [label="Enter when branch condition "]; 7 [label="Enter when branch condition "];
10 [label="Access variable R|<local>/x|"]; 8 [label="Access variable R|<local>/x|"];
11 [label="Access variable R|<local>/y|"]; 9 [label="Access variable R|<local>/y|"];
12 [label="Operator =="]; 10 [label="Operator =="];
13 [label="Exit when branch condition"]; 11 [label="Exit when branch condition"];
} }
22 [label="Synthetic else branch"]; 12 [label="Synthetic else branch"];
14 [label="Enter when branch result"]; 13 [label="Enter when branch result"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
15 [label="Enter block"]; 14 [label="Enter block"];
16 [label="Access variable R|<local>/x|"]; 15 [label="Access variable R|<local>/x|"];
17 [label="Function call: R|<local>/x|.R|/A.foo|()"]; 16 [label="Function call: R|<local>/x|.R|/A.foo|()"];
18 [label="Access variable R|<local>/y|"]; 17 [label="Access variable R|<local>/y|"];
19 [label="Function call: R|<local>/y|.R|/A.foo|()"]; 18 [label="Function call: R|<local>/y|.R|/A.foo|()"];
20 [label="Exit block"]; 19 [label="Exit block"];
} }
21 [label="Exit when branch result"]; 20 [label="Exit when branch result"];
8 [label="Exit when"]; 21 [label="Exit when"];
} }
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
23 [label="Enter when"]; 22 [label="Enter when"];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
25 [label="Enter when branch condition "]; 23 [label="Enter when branch condition "];
26 [label="Access variable R|<local>/x|"]; 24 [label="Access variable R|<local>/x|"];
27 [label="Access variable R|<local>/y|"]; 25 [label="Access variable R|<local>/y|"];
28 [label="Operator ==="]; 26 [label="Operator ==="];
29 [label="Exit when branch condition"]; 27 [label="Exit when branch condition"];
} }
38 [label="Synthetic else branch"]; 28 [label="Synthetic else branch"];
30 [label="Enter when branch result"]; 29 [label="Enter when branch result"];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
31 [label="Enter block"]; 30 [label="Enter block"];
32 [label="Access variable R|<local>/x|"]; 31 [label="Access variable R|<local>/x|"];
33 [label="Function call: R|<local>/x|.R|/A.foo|()"]; 32 [label="Function call: R|<local>/x|.R|/A.foo|()"];
34 [label="Access variable R|<local>/y|"]; 33 [label="Access variable R|<local>/y|"];
35 [label="Function call: R|<local>/y|.R|/A.foo|()"]; 34 [label="Function call: R|<local>/y|.R|/A.foo|()"];
36 [label="Exit block"]; 35 [label="Exit block"];
} }
37 [label="Exit when branch result"]; 36 [label="Exit when branch result"];
24 [label="Exit when"]; 37 [label="Exit when"];
} }
39 [label="Exit block"]; 38 [label="Exit block"];
} }
5 [label="Exit function test_1" style="filled" fillcolor=red]; 39 [label="Exit function test_1" style="filled" fillcolor=red];
} }
4 -> {6}; 4 -> {5};
5 -> {6};
6 -> {7}; 6 -> {7};
7 -> {9}; 7 -> {8};
8 -> {23}; 8 -> {9};
9 -> {10}; 9 -> {10};
10 -> {11}; 10 -> {11};
11 -> {12}; 11 -> {13 12};
12 -> {13}; 12 -> {21};
13 -> {14 22}; 13 -> {14};
14 -> {15}; 14 -> {15};
15 -> {16}; 15 -> {16};
16 -> {17}; 16 -> {17};
@@ -93,15 +94,15 @@ digraph equalsAndIdentity_kt {
18 -> {19}; 18 -> {19};
19 -> {20}; 19 -> {20};
20 -> {21}; 20 -> {21};
21 -> {8}; 21 -> {22};
22 -> {8}; 22 -> {23};
23 -> {25}; 23 -> {24};
24 -> {39}; 24 -> {25};
25 -> {26}; 25 -> {26};
26 -> {27}; 26 -> {27};
27 -> {28}; 27 -> {29 28};
28 -> {29}; 28 -> {37};
29 -> {30 38}; 29 -> {30};
30 -> {31}; 30 -> {31};
31 -> {32}; 31 -> {32};
32 -> {33}; 32 -> {33};
@@ -109,79 +110,79 @@ digraph equalsAndIdentity_kt {
34 -> {35}; 34 -> {35};
35 -> {36}; 35 -> {36};
36 -> {37}; 36 -> {37};
37 -> {24}; 37 -> {38};
38 -> {24}; 38 -> {39};
39 -> {5};
subgraph cluster_10 { subgraph cluster_10 {
color=red color=red
40 [label="Enter function test_2" style="filled" fillcolor=red]; 40 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
42 [label="Enter block"]; 41 [label="Enter block"];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
43 [label="Enter when"]; 42 [label="Enter when"];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
45 [label="Enter when branch condition "]; 43 [label="Enter when branch condition "];
46 [label="Access variable R|<local>/x|"]; 44 [label="Access variable R|<local>/x|"];
47 [label="Access variable R|<local>/y|"]; 45 [label="Access variable R|<local>/y|"];
48 [label="Operator =="]; 46 [label="Operator =="];
49 [label="Exit when branch condition"]; 47 [label="Exit when branch condition"];
} }
58 [label="Synthetic else branch"]; 48 [label="Synthetic else branch"];
50 [label="Enter when branch result"]; 49 [label="Enter when branch result"];
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
51 [label="Enter block"]; 50 [label="Enter block"];
52 [label="Access variable R|<local>/x|"]; 51 [label="Access variable R|<local>/x|"];
53 [label="Function call: R|<local>/x|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"]; 52 [label="Function call: R|<local>/x|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
54 [label="Access variable R|<local>/y|"]; 53 [label="Access variable R|<local>/y|"];
55 [label="Function call: R|<local>/y|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"]; 54 [label="Function call: R|<local>/y|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
56 [label="Exit block"]; 55 [label="Exit block"];
} }
57 [label="Exit when branch result"]; 56 [label="Exit when branch result"];
44 [label="Exit when"]; 57 [label="Exit when"];
} }
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
59 [label="Enter when"]; 58 [label="Enter when"];
subgraph cluster_16 { subgraph cluster_16 {
color=blue color=blue
61 [label="Enter when branch condition "]; 59 [label="Enter when branch condition "];
62 [label="Access variable R|<local>/x|"]; 60 [label="Access variable R|<local>/x|"];
63 [label="Access variable R|<local>/y|"]; 61 [label="Access variable R|<local>/y|"];
64 [label="Operator ==="]; 62 [label="Operator ==="];
65 [label="Exit when branch condition"]; 63 [label="Exit when branch condition"];
} }
74 [label="Synthetic else branch"]; 64 [label="Synthetic else branch"];
66 [label="Enter when branch result"]; 65 [label="Enter when branch result"];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
67 [label="Enter block"]; 66 [label="Enter block"];
68 [label="Access variable R|<local>/x|"]; 67 [label="Access variable R|<local>/x|"];
69 [label="Function call: R|<local>/x|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"]; 68 [label="Function call: R|<local>/x|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
70 [label="Access variable R|<local>/y|"]; 69 [label="Access variable R|<local>/y|"];
71 [label="Function call: R|<local>/y|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"]; 70 [label="Function call: R|<local>/y|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
72 [label="Exit block"]; 71 [label="Exit block"];
} }
73 [label="Exit when branch result"]; 72 [label="Exit when branch result"];
60 [label="Exit when"]; 73 [label="Exit when"];
} }
75 [label="Exit block"]; 74 [label="Exit block"];
} }
41 [label="Exit function test_2" style="filled" fillcolor=red]; 75 [label="Exit function test_2" style="filled" fillcolor=red];
} }
40 -> {42}; 40 -> {41};
41 -> {42};
42 -> {43}; 42 -> {43};
43 -> {45}; 43 -> {44};
44 -> {59}; 44 -> {45};
45 -> {46}; 45 -> {46};
46 -> {47}; 46 -> {47};
47 -> {48}; 47 -> {49 48};
48 -> {49}; 48 -> {57};
49 -> {50 58}; 49 -> {50};
50 -> {51}; 50 -> {51};
51 -> {52}; 51 -> {52};
52 -> {53}; 52 -> {53};
@@ -189,15 +190,15 @@ digraph equalsAndIdentity_kt {
54 -> {55}; 54 -> {55};
55 -> {56}; 55 -> {56};
56 -> {57}; 56 -> {57};
57 -> {44}; 57 -> {58};
58 -> {44}; 58 -> {59};
59 -> {61}; 59 -> {60};
60 -> {75}; 60 -> {61};
61 -> {62}; 61 -> {62};
62 -> {63}; 62 -> {63};
63 -> {64}; 63 -> {65 64};
64 -> {65}; 64 -> {73};
65 -> {66 74}; 65 -> {66};
66 -> {67}; 66 -> {67};
67 -> {68}; 67 -> {68};
68 -> {69}; 68 -> {69};
@@ -205,117 +206,117 @@ digraph equalsAndIdentity_kt {
70 -> {71}; 70 -> {71};
71 -> {72}; 71 -> {72};
72 -> {73}; 72 -> {73};
73 -> {60}; 73 -> {74};
74 -> {60}; 74 -> {75};
75 -> {41};
subgraph cluster_18 { subgraph cluster_18 {
color=red color=red
76 [label="Enter function test_3" style="filled" fillcolor=red]; 76 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
78 [label="Enter block"]; 77 [label="Enter block"];
subgraph cluster_20 { subgraph cluster_20 {
color=blue color=blue
79 [label="Enter when"]; 78 [label="Enter when"];
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
81 [label="Enter when branch condition "]; 79 [label="Enter when branch condition "];
82 [label="Access variable R|<local>/y|"]; 80 [label="Access variable R|<local>/y|"];
83 [label="Const: Null(null)"]; 81 [label="Const: Null(null)"];
84 [label="Operator =="]; 82 [label="Operator =="];
85 [label="Exit when branch condition"]; 83 [label="Exit when branch condition"];
} }
92 [label="Synthetic else branch"]; 84 [label="Synthetic else branch"];
86 [label="Enter when branch result"]; 85 [label="Enter when branch result"];
subgraph cluster_22 { subgraph cluster_22 {
color=blue color=blue
87 [label="Enter block"]; 86 [label="Enter block"];
88 [label="Jump: ^test_3 Unit"]; 87 [label="Jump: ^test_3 Unit"];
89 [label="Stub" style="filled" fillcolor=gray]; 88 [label="Stub" style="filled" fillcolor=gray];
90 [label="Exit block" style="filled" fillcolor=gray]; 89 [label="Exit block" style="filled" fillcolor=gray];
} }
91 [label="Exit when branch result" style="filled" fillcolor=gray]; 90 [label="Exit when branch result" style="filled" fillcolor=gray];
80 [label="Exit when"]; 91 [label="Exit when"];
} }
subgraph cluster_23 { subgraph cluster_23 {
color=blue color=blue
93 [label="Enter when"]; 92 [label="Enter when"];
subgraph cluster_24 { subgraph cluster_24 {
color=blue color=blue
95 [label="Enter when branch condition "]; 93 [label="Enter when branch condition "];
96 [label="Access variable R|<local>/x|"]; 94 [label="Access variable R|<local>/x|"];
97 [label="Access variable R|<local>/y|"]; 95 [label="Access variable R|<local>/y|"];
98 [label="Operator =="]; 96 [label="Operator =="];
99 [label="Exit when branch condition"]; 97 [label="Exit when branch condition"];
} }
108 [label="Synthetic else branch"]; 98 [label="Synthetic else branch"];
100 [label="Enter when branch result"]; 99 [label="Enter when branch result"];
subgraph cluster_25 { subgraph cluster_25 {
color=blue color=blue
101 [label="Enter block"]; 100 [label="Enter block"];
102 [label="Access variable R|<local>/x|"]; 101 [label="Access variable R|<local>/x|"];
103 [label="Function call: R|<local>/x|.R|/A.foo|()"]; 102 [label="Function call: R|<local>/x|.R|/A.foo|()"];
104 [label="Access variable R|<local>/y|"]; 103 [label="Access variable R|<local>/y|"];
105 [label="Function call: R|<local>/y|.R|/A.foo|()"]; 104 [label="Function call: R|<local>/y|.R|/A.foo|()"];
106 [label="Exit block"]; 105 [label="Exit block"];
} }
107 [label="Exit when branch result"]; 106 [label="Exit when branch result"];
94 [label="Exit when"]; 107 [label="Exit when"];
} }
subgraph cluster_26 { subgraph cluster_26 {
color=blue color=blue
109 [label="Enter when"]; 108 [label="Enter when"];
subgraph cluster_27 { subgraph cluster_27 {
color=blue color=blue
111 [label="Enter when branch condition "]; 109 [label="Enter when branch condition "];
112 [label="Access variable R|<local>/x|"]; 110 [label="Access variable R|<local>/x|"];
113 [label="Access variable R|<local>/y|"]; 111 [label="Access variable R|<local>/y|"];
114 [label="Operator ==="]; 112 [label="Operator ==="];
115 [label="Exit when branch condition"]; 113 [label="Exit when branch condition"];
} }
124 [label="Synthetic else branch"]; 114 [label="Synthetic else branch"];
116 [label="Enter when branch result"]; 115 [label="Enter when branch result"];
subgraph cluster_28 { subgraph cluster_28 {
color=blue color=blue
117 [label="Enter block"]; 116 [label="Enter block"];
118 [label="Access variable R|<local>/x|"]; 117 [label="Access variable R|<local>/x|"];
119 [label="Function call: R|<local>/x|.R|/A.foo|()"]; 118 [label="Function call: R|<local>/x|.R|/A.foo|()"];
120 [label="Access variable R|<local>/y|"]; 119 [label="Access variable R|<local>/y|"];
121 [label="Function call: R|<local>/y|.R|/A.foo|()"]; 120 [label="Function call: R|<local>/y|.R|/A.foo|()"];
122 [label="Exit block"]; 121 [label="Exit block"];
} }
123 [label="Exit when branch result"]; 122 [label="Exit when branch result"];
110 [label="Exit when"]; 123 [label="Exit when"];
} }
125 [label="Exit block"]; 124 [label="Exit block"];
} }
77 [label="Exit function test_3" style="filled" fillcolor=red]; 125 [label="Exit function test_3" style="filled" fillcolor=red];
} }
76 -> {78}; 76 -> {77};
77 -> {78};
78 -> {79}; 78 -> {79};
79 -> {81}; 79 -> {80};
80 -> {93}; 80 -> {81};
81 -> {82}; 81 -> {82};
82 -> {83}; 82 -> {83};
83 -> {84}; 83 -> {85 84};
84 -> {85}; 84 -> {91};
85 -> {86 92}; 85 -> {86};
86 -> {87}; 86 -> {87};
87 -> {88}; 87 -> {125};
88 -> {77}; 87 -> {88} [style=dotted];
88 -> {89} [style=dotted]; 88 -> {89} [style=dotted];
89 -> {90} [style=dotted]; 89 -> {90} [style=dotted];
90 -> {91} [style=dotted]; 90 -> {91} [style=dotted];
91 -> {80} [style=dotted]; 91 -> {92};
92 -> {80}; 92 -> {93};
93 -> {95}; 93 -> {94};
94 -> {109}; 94 -> {95};
95 -> {96}; 95 -> {96};
96 -> {97}; 96 -> {97};
97 -> {98}; 97 -> {99 98};
98 -> {99}; 98 -> {107};
99 -> {100 108}; 99 -> {100};
100 -> {101}; 100 -> {101};
101 -> {102}; 101 -> {102};
102 -> {103}; 102 -> {103};
@@ -323,15 +324,15 @@ digraph equalsAndIdentity_kt {
104 -> {105}; 104 -> {105};
105 -> {106}; 105 -> {106};
106 -> {107}; 106 -> {107};
107 -> {94}; 107 -> {108};
108 -> {94}; 108 -> {109};
109 -> {111}; 109 -> {110};
110 -> {125}; 110 -> {111};
111 -> {112}; 111 -> {112};
112 -> {113}; 112 -> {113};
113 -> {114}; 113 -> {115 114};
114 -> {115}; 114 -> {123};
115 -> {116 124}; 115 -> {116};
116 -> {117}; 116 -> {117};
117 -> {118}; 117 -> {118};
118 -> {119}; 118 -> {119};
@@ -339,8 +340,7 @@ digraph equalsAndIdentity_kt {
120 -> {121}; 120 -> {121};
121 -> {122}; 121 -> {122};
122 -> {123}; 122 -> {123};
123 -> {110}; 123 -> {124};
124 -> {110}; 124 -> {125};
125 -> {77};
} }
@@ -12,10 +12,10 @@ digraph inPlaceLambdas_kt {
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
3 [label="Enter class A" style="filled" fillcolor=red]; 2 [label="Enter class A" style="filled" fillcolor=red];
2 [label="Exit class A" style="filled" fillcolor=red]; 3 [label="Exit class A" style="filled" fillcolor=red];
} }
3 -> {2} [color=green]; 2 -> {3} [color=green];
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
@@ -26,209 +26,209 @@ digraph inPlaceLambdas_kt {
subgraph cluster_3 { subgraph cluster_3 {
color=red color=red
7 [label="Enter class B" style="filled" fillcolor=red]; 6 [label="Enter class B" style="filled" fillcolor=red];
6 [label="Exit class B" style="filled" fillcolor=red]; 7 [label="Exit class B" style="filled" fillcolor=red];
} }
7 -> {6} [color=green]; 6 -> {7} [color=green];
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
8 [label="Enter function test_1" style="filled" fillcolor=red]; 8 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
10 [label="Enter block"]; 9 [label="Enter block"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
11 [label="Enter when"]; 10 [label="Enter when"];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
13 [label="Enter when branch condition "]; 11 [label="Enter when branch condition "];
14 [label="Access variable R|<local>/x|"]; 12 [label="Access variable R|<local>/x|"];
15 [label="Type operator: (R|<local>/x| is R|A|)"]; 13 [label="Type operator: (R|<local>/x| is R|A|)"];
16 [label="Exit when branch condition"]; 14 [label="Exit when branch condition"];
} }
25 [label="Synthetic else branch"]; 15 [label="Synthetic else branch"];
17 [label="Enter when branch result"]; 16 [label="Enter when branch result"];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
18 [label="Enter block"]; 17 [label="Enter block"];
19 [label="Postponed enter to lambda"]; 18 [label="Postponed enter to lambda"];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
27 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 27 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
29 [label="Enter block"]; 28 [label="Enter block"];
30 [label="Access variable R|<local>/x|"]; 29 [label="Access variable R|<local>/x|"];
31 [label="Function call: R|<local>/x|.R|/A.foo|()"]; 30 [label="Function call: R|<local>/x|.R|/A.foo|()"];
32 [label="Exit block"]; 31 [label="Exit block"];
} }
28 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 32 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
22 [label="Call arguments union" style="filled" fillcolor=yellow]; 19 [label="Call arguments union" style="filled" fillcolor=yellow];
20 [label="Postponed exit from lambda"]; 20 [label="Postponed exit from lambda"];
21 [label="Function call: R|kotlin/run|<R|kotlin/Unit|>(...)"]; 21 [label="Function call: R|kotlin/run|<R|kotlin/Unit|>(...)"];
23 [label="Exit block"]; 22 [label="Exit block"];
} }
24 [label="Exit when branch result"]; 23 [label="Exit when branch result"];
12 [label="Exit when"]; 24 [label="Exit when"];
} }
26 [label="Exit block"]; 25 [label="Exit block"];
} }
9 [label="Exit function test_1" style="filled" fillcolor=red]; 26 [label="Exit function test_1" style="filled" fillcolor=red];
} }
8 -> {10}; 8 -> {9};
9 -> {10};
10 -> {11}; 10 -> {11};
11 -> {13}; 11 -> {12};
12 -> {26}; 12 -> {13};
13 -> {14}; 13 -> {14};
14 -> {15}; 14 -> {16 15};
15 -> {16}; 15 -> {24};
16 -> {17 25}; 16 -> {17};
17 -> {18}; 17 -> {18};
18 -> {19}; 18 -> {27};
19 -> {27}; 18 -> {20} [color=red];
19 -> {20} [color=red]; 19 -> {21} [color=red];
20 -> {21} [color=green]; 20 -> {21} [color=green];
21 -> {23}; 21 -> {22};
22 -> {21} [color=red]; 22 -> {23};
23 -> {24}; 23 -> {24};
24 -> {12}; 24 -> {25};
25 -> {12}; 25 -> {26};
26 -> {9}; 27 -> {28};
27 -> {29}; 28 -> {29};
28 -> {20} [color=green];
28 -> {22} [color=red];
29 -> {30}; 29 -> {30};
30 -> {31}; 30 -> {31};
31 -> {32}; 31 -> {32};
32 -> {28}; 32 -> {20} [color=green];
32 -> {19} [color=red];
subgraph cluster_11 { subgraph cluster_11 {
color=red color=red
33 [label="Enter function test_2" style="filled" fillcolor=red]; 33 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
35 [label="Enter block"]; 34 [label="Enter block"];
36 [label="Postponed enter to lambda"]; 35 [label="Postponed enter to lambda"];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
43 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 43 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
45 [label="Enter block"]; 44 [label="Enter block"];
46 [label="Access variable R|<local>/x|"]; 45 [label="Access variable R|<local>/x|"];
47 [label="Type operator: (R|<local>/x| as R|B|)"]; 46 [label="Type operator: (R|<local>/x| as R|B|)"];
48 [label="Exit block"]; 47 [label="Exit block"];
} }
44 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 48 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
39 [label="Call arguments union" style="filled" fillcolor=yellow]; 36 [label="Call arguments union" style="filled" fillcolor=yellow];
37 [label="Postponed exit from lambda"]; 37 [label="Postponed exit from lambda"];
38 [label="Function call: R|kotlin/run|<R|B|>(...)"]; 38 [label="Function call: R|kotlin/run|<R|B|>(...)"];
40 [label="Access variable R|<local>/x|"]; 39 [label="Access variable R|<local>/x|"];
41 [label="Function call: R|<local>/x|.R|/B.bar|()"]; 40 [label="Function call: R|<local>/x|.R|/B.bar|()"];
42 [label="Exit block"]; 41 [label="Exit block"];
} }
34 [label="Exit function test_2" style="filled" fillcolor=red]; 42 [label="Exit function test_2" style="filled" fillcolor=red];
} }
33 -> {35}; 33 -> {34};
35 -> {36}; 34 -> {35};
36 -> {43}; 35 -> {43};
36 -> {37} [color=red]; 35 -> {37} [color=red];
36 -> {38} [color=red];
37 -> {38} [color=green]; 37 -> {38} [color=green];
38 -> {40}; 38 -> {39};
39 -> {38} [color=red]; 39 -> {40};
40 -> {41}; 40 -> {41};
41 -> {42}; 41 -> {42};
42 -> {34}; 43 -> {44};
43 -> {45}; 44 -> {45};
44 -> {37} [color=green];
44 -> {39} [color=red];
45 -> {46}; 45 -> {46};
46 -> {47}; 46 -> {47};
47 -> {48}; 47 -> {48};
48 -> {44}; 48 -> {37} [color=green];
48 -> {36} [color=red];
subgraph cluster_15 { subgraph cluster_15 {
color=red color=red
49 [label="Enter function test_3" style="filled" fillcolor=red]; 49 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_16 { subgraph cluster_16 {
color=blue color=blue
51 [label="Enter block"]; 50 [label="Enter block"];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
52 [label="Enter when"]; 51 [label="Enter when"];
subgraph cluster_18 { subgraph cluster_18 {
color=blue color=blue
54 [label="Enter when branch condition "]; 52 [label="Enter when branch condition "];
55 [label="Access variable R|<local>/x|"]; 53 [label="Access variable R|<local>/x|"];
56 [label="Type operator: (R|<local>/x| is R|A|)"]; 54 [label="Type operator: (R|<local>/x| is R|A|)"];
57 [label="Exit when branch condition"]; 55 [label="Exit when branch condition"];
} }
68 [label="Synthetic else branch"]; 56 [label="Synthetic else branch"];
58 [label="Enter when branch result"]; 57 [label="Enter when branch result"];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
59 [label="Enter block"]; 58 [label="Enter block"];
60 [label="Postponed enter to lambda"]; 59 [label="Postponed enter to lambda"];
subgraph cluster_20 { subgraph cluster_20 {
color=blue color=blue
70 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 70 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
72 [label="Enter block"]; 71 [label="Enter block"];
73 [label="Access variable R|<local>/x|"]; 72 [label="Access variable R|<local>/x|"];
74 [label="Function call: R|<local>/x|.R|/A.foo|()"]; 73 [label="Function call: R|<local>/x|.R|/A.foo|()"];
75 [label="Access variable R|<local>/x|"]; 74 [label="Access variable R|<local>/x|"];
76 [label="Type operator: (R|<local>/x| as R|B|)"]; 75 [label="Type operator: (R|<local>/x| as R|B|)"];
77 [label="Exit block"]; 76 [label="Exit block"];
} }
71 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 77 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
63 [label="Call arguments union" style="filled" fillcolor=yellow]; 60 [label="Call arguments union" style="filled" fillcolor=yellow];
61 [label="Postponed exit from lambda"]; 61 [label="Postponed exit from lambda"];
62 [label="Function call: R|kotlin/run|<R|B|>(...)"]; 62 [label="Function call: R|kotlin/run|<R|B|>(...)"];
64 [label="Access variable R|<local>/x|"]; 63 [label="Access variable R|<local>/x|"];
65 [label="Function call: R|<local>/x|.R|/B.bar|()"]; 64 [label="Function call: R|<local>/x|.R|/B.bar|()"];
66 [label="Exit block"]; 65 [label="Exit block"];
} }
67 [label="Exit when branch result"]; 66 [label="Exit when branch result"];
53 [label="Exit when"]; 67 [label="Exit when"];
} }
69 [label="Exit block"]; 68 [label="Exit block"];
} }
50 [label="Exit function test_3" style="filled" fillcolor=red]; 69 [label="Exit function test_3" style="filled" fillcolor=red];
} }
49 -> {51}; 49 -> {50};
50 -> {51};
51 -> {52}; 51 -> {52};
52 -> {54}; 52 -> {53};
53 -> {69}; 53 -> {54};
54 -> {55}; 54 -> {55};
55 -> {56}; 55 -> {57 56};
56 -> {57}; 56 -> {67};
57 -> {58 68}; 57 -> {58};
58 -> {59}; 58 -> {59};
59 -> {60}; 59 -> {70};
60 -> {70}; 59 -> {61} [color=red];
60 -> {61} [color=red]; 60 -> {62} [color=red];
61 -> {62} [color=green]; 61 -> {62} [color=green];
62 -> {64}; 62 -> {63};
63 -> {62} [color=red]; 63 -> {64};
64 -> {65}; 64 -> {65};
65 -> {66}; 65 -> {66};
66 -> {67}; 66 -> {67};
67 -> {53}; 67 -> {68};
68 -> {53}; 68 -> {69};
69 -> {50}; 70 -> {71};
70 -> {72}; 71 -> {72};
71 -> {61} [color=green];
71 -> {63} [color=red];
72 -> {73}; 72 -> {73};
73 -> {74}; 73 -> {74};
74 -> {75}; 74 -> {75};
75 -> {76}; 75 -> {76};
76 -> {77}; 76 -> {77};
77 -> {71}; 77 -> {61} [color=green];
77 -> {60} [color=red];
} }
@@ -8,48 +8,48 @@ digraph smartcastOnLambda_kt {
0 [label="Enter function test" style="filled" fillcolor=red]; 0 [label="Enter function test" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
subgraph cluster_2 { subgraph cluster_2 {
color=blue color=blue
3 [label="Enter when"]; 2 [label="Enter when"];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
5 [label="Enter when branch condition "]; 3 [label="Enter when branch condition "];
6 [label="Access variable R|<local>/func|"]; 4 [label="Access variable R|<local>/func|"];
7 [label="Const: Null(null)"]; 5 [label="Const: Null(null)"];
8 [label="Operator !="]; 6 [label="Operator !="];
9 [label="Exit when branch condition"]; 7 [label="Exit when branch condition"];
} }
15 [label="Synthetic else branch"]; 8 [label="Synthetic else branch"];
10 [label="Enter when branch result"]; 9 [label="Enter when branch result"];
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
11 [label="Enter block"]; 10 [label="Enter block"];
12 [label="Function call: R|<local>/func|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"]; 11 [label="Function call: R|<local>/func|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
13 [label="Exit block"]; 12 [label="Exit block"];
} }
14 [label="Exit when branch result"]; 13 [label="Exit when branch result"];
4 [label="Exit when"]; 14 [label="Exit when"];
} }
16 [label="Exit block"]; 15 [label="Exit block"];
} }
1 [label="Exit function test" style="filled" fillcolor=red]; 16 [label="Exit function test" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {5}; 3 -> {4};
4 -> {16}; 4 -> {5};
5 -> {6}; 5 -> {6};
6 -> {7}; 6 -> {7};
7 -> {8}; 7 -> {9 8};
8 -> {9}; 8 -> {14};
9 -> {10 15}; 9 -> {10};
10 -> {11}; 10 -> {11};
11 -> {12}; 11 -> {12};
12 -> {13}; 12 -> {13};
13 -> {14}; 13 -> {14};
14 -> {4}; 14 -> {15};
15 -> {4}; 15 -> {16};
16 -> {1};
} }
@@ -12,92 +12,92 @@ digraph dataFlowInfoFromWhileCondition_kt {
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
3 [label="Enter class A" style="filled" fillcolor=red]; 2 [label="Enter class A" style="filled" fillcolor=red];
2 [label="Exit class A" style="filled" fillcolor=red]; 3 [label="Exit class A" style="filled" fillcolor=red];
} }
3 -> {2} [color=green]; 2 -> {3} [color=green];
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
5 [label="Enter class B" style="filled" fillcolor=red]; 4 [label="Enter class B" style="filled" fillcolor=red];
4 [label="Exit class B" style="filled" fillcolor=red]; 5 [label="Exit class B" style="filled" fillcolor=red];
} }
5 -> {4} [color=green]; 4 -> {5} [color=green];
subgraph cluster_3 { subgraph cluster_3 {
color=red color=red
7 [label="Enter class C" style="filled" fillcolor=red]; 6 [label="Enter class C" style="filled" fillcolor=red];
6 [label="Exit class C" style="filled" fillcolor=red]; 7 [label="Exit class C" style="filled" fillcolor=red];
} }
7 -> {6} [color=green]; 6 -> {7} [color=green];
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
8 [label="Enter function test" style="filled" fillcolor=red]; 8 [label="Enter function test" style="filled" fillcolor=red];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
10 [label="Enter block"]; 9 [label="Enter block"];
11 [label="Const: Null(null)"]; 10 [label="Const: Null(null)"];
12 [label="Variable declaration: lvar a: R|A?|"]; 11 [label="Variable declaration: lvar a: R|A?|"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
13 [label="Enter while loop"]; 12 [label="Enter while loop"];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
15 [label="Enter loop condition"]; 13 [label="Enter loop condition"];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
17 [label="Enter ||"]; 14 [label="Enter ||"];
18 [label="Access variable R|<local>/a|"]; 15 [label="Access variable R|<local>/a|"];
19 [label="Type operator: (R|<local>/a| is R|B|)"]; 16 [label="Type operator: (R|<local>/a| is R|B|)"];
20 [label="Exit left part of ||"]; 17 [label="Exit left part of ||"];
21 [label="Enter right part of ||"]; 18 [label="Enter right part of ||"];
22 [label="Access variable R|<local>/a|"]; 19 [label="Access variable R|<local>/a|"];
23 [label="Type operator: (R|<local>/a| is R|C|)"]; 20 [label="Type operator: (R|<local>/a| is R|C|)"];
16 [label="Exit ||"]; 21 [label="Exit ||"];
} }
24 [label="Exit loop condition"]; 22 [label="Exit loop condition"];
} }
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
25 [label="Enter loop block"]; 23 [label="Enter loop block"];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
26 [label="Enter block"]; 24 [label="Enter block"];
27 [label="Access variable R|<local>/a|"]; 25 [label="Access variable R|<local>/a|"];
28 [label="Function call: R|<local>/a|.R|/A.foo|()"]; 26 [label="Function call: R|<local>/a|.R|/A.foo|()"];
29 [label="Exit block"]; 27 [label="Exit block"];
} }
30 [label="Exit loop block"]; 28 [label="Exit loop block"];
} }
14 [label="Exit whileloop"]; 29 [label="Exit whileloop"];
} }
31 [label="Exit block"]; 30 [label="Exit block"];
} }
9 [label="Exit function test" style="filled" fillcolor=red]; 31 [label="Exit function test" style="filled" fillcolor=red];
} }
8 -> {10}; 8 -> {9};
9 -> {10};
10 -> {11}; 10 -> {11};
11 -> {12}; 11 -> {12};
12 -> {13}; 12 -> {13};
13 -> {15}; 13 -> {14};
14 -> {31}; 14 -> {15};
15 -> {17}; 15 -> {16};
16 -> {24}; 16 -> {17};
17 -> {18}; 17 -> {21 18};
18 -> {19}; 18 -> {19};
19 -> {20}; 19 -> {20};
20 -> {16 21}; 20 -> {21};
21 -> {22}; 21 -> {22};
22 -> {23}; 22 -> {29 23};
23 -> {16}; 23 -> {24};
24 -> {14 25}; 24 -> {25};
25 -> {26}; 25 -> {26};
26 -> {27}; 26 -> {27};
27 -> {28}; 27 -> {28};
28 -> {29}; 28 -> {13} [color=green style=dashed];
29 -> {30}; 29 -> {30};
30 -> {15} [color=green style=dashed]; 30 -> {31};
31 -> {9};
} }
@@ -12,623 +12,623 @@ digraph endlessLoops_kt {
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
3 [label="Enter class A" style="filled" fillcolor=red]; 2 [label="Enter class A" style="filled" fillcolor=red];
2 [label="Exit class A" style="filled" fillcolor=red]; 3 [label="Exit class A" style="filled" fillcolor=red];
} }
3 -> {2} [color=green]; 2 -> {3} [color=green];
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
4 [label="Enter function test_1" style="filled" fillcolor=red]; 4 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
6 [label="Enter block"]; 5 [label="Enter block"];
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
7 [label="Enter while loop"]; 6 [label="Enter while loop"];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
9 [label="Enter loop condition"]; 7 [label="Enter loop condition"];
10 [label="Const: Boolean(true)"]; 8 [label="Const: Boolean(true)"];
11 [label="Exit loop condition"]; 9 [label="Exit loop condition"];
} }
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
12 [label="Enter loop block"]; 10 [label="Enter loop block"];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
13 [label="Enter block"]; 11 [label="Enter block"];
14 [label="Access variable R|<local>/x|"]; 12 [label="Access variable R|<local>/x|"];
15 [label="Type operator: (R|<local>/x| as R|A|)"]; 13 [label="Type operator: (R|<local>/x| as R|A|)"];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
16 [label="Enter when"]; 14 [label="Enter when"];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
18 [label="Enter when branch condition "]; 15 [label="Enter when branch condition "];
19 [label="Access variable R|<local>/b|"]; 16 [label="Access variable R|<local>/b|"];
20 [label="Exit when branch condition"]; 17 [label="Exit when branch condition"];
} }
27 [label="Synthetic else branch"]; 18 [label="Synthetic else branch"];
21 [label="Enter when branch result"]; 19 [label="Enter when branch result"];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
22 [label="Enter block"]; 20 [label="Enter block"];
23 [label="Jump: break@@@[Boolean(true)] "]; 21 [label="Jump: break@@@[Boolean(true)] "];
24 [label="Stub" style="filled" fillcolor=gray]; 22 [label="Stub" style="filled" fillcolor=gray];
25 [label="Exit block" style="filled" fillcolor=gray]; 23 [label="Exit block" style="filled" fillcolor=gray];
} }
26 [label="Exit when branch result" style="filled" fillcolor=gray]; 24 [label="Exit when branch result" style="filled" fillcolor=gray];
17 [label="Exit when"]; 25 [label="Exit when"];
} }
28 [label="Exit block"]; 26 [label="Exit block"];
} }
29 [label="Exit loop block"]; 27 [label="Exit loop block"];
} }
8 [label="Exit whileloop"]; 28 [label="Exit whileloop"];
} }
30 [label="Access variable R|<local>/x|"]; 29 [label="Access variable R|<local>/x|"];
31 [label="Function call: R|<local>/x|.R|/A.foo|()"]; 30 [label="Function call: R|<local>/x|.R|/A.foo|()"];
32 [label="Exit block"]; 31 [label="Exit block"];
} }
5 [label="Exit function test_1" style="filled" fillcolor=red]; 32 [label="Exit function test_1" style="filled" fillcolor=red];
} }
4 -> {6}; 4 -> {5};
5 -> {6};
6 -> {7}; 6 -> {7};
7 -> {9}; 7 -> {8};
8 -> {30}; 8 -> {9};
9 -> {10}; 9 -> {10};
9 -> {28} [style=dotted];
10 -> {11}; 10 -> {11};
11 -> {12}; 11 -> {12};
11 -> {8} [style=dotted];
12 -> {13}; 12 -> {13};
13 -> {14}; 13 -> {14};
14 -> {15}; 14 -> {15};
15 -> {16}; 15 -> {16};
16 -> {18}; 16 -> {17};
17 -> {28}; 17 -> {19 18};
18 -> {19}; 18 -> {25};
19 -> {20}; 19 -> {20};
20 -> {21 27}; 20 -> {21};
21 -> {22}; 21 -> {28};
22 -> {23}; 21 -> {22} [style=dotted];
23 -> {8}; 22 -> {23} [style=dotted];
23 -> {24} [style=dotted]; 23 -> {24} [style=dotted];
24 -> {25} [style=dotted]; 24 -> {25} [style=dotted];
25 -> {26} [style=dotted]; 25 -> {26};
26 -> {17} [style=dotted]; 26 -> {27};
27 -> {17}; 27 -> {7} [color=green style=dashed];
28 -> {29}; 28 -> {29};
29 -> {9} [color=green style=dashed]; 29 -> {30};
30 -> {31}; 30 -> {31};
31 -> {32}; 31 -> {32};
32 -> {5};
subgraph cluster_11 { subgraph cluster_11 {
color=red color=red
33 [label="Enter function test_2" style="filled" fillcolor=red]; 33 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
35 [label="Enter block"]; 34 [label="Enter block"];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
36 [label="Enter while loop"]; 35 [label="Enter while loop"];
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
38 [label="Enter loop condition"]; 36 [label="Enter loop condition"];
39 [label="Const: Boolean(true)"]; 37 [label="Const: Boolean(true)"];
40 [label="Exit loop condition"]; 38 [label="Exit loop condition"];
} }
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
41 [label="Enter loop block"]; 39 [label="Enter loop block"];
subgraph cluster_16 { subgraph cluster_16 {
color=blue color=blue
42 [label="Enter block"]; 40 [label="Enter block"];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
43 [label="Enter when"]; 41 [label="Enter when"];
subgraph cluster_18 { subgraph cluster_18 {
color=blue color=blue
45 [label="Enter when branch condition "]; 42 [label="Enter when branch condition "];
46 [label="Access variable R|<local>/b|"]; 43 [label="Access variable R|<local>/b|"];
47 [label="Exit when branch condition"]; 44 [label="Exit when branch condition"];
} }
56 [label="Synthetic else branch"]; 45 [label="Synthetic else branch"];
48 [label="Enter when branch result"]; 46 [label="Enter when branch result"];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
49 [label="Enter block"]; 47 [label="Enter block"];
50 [label="Access variable R|<local>/x|"]; 48 [label="Access variable R|<local>/x|"];
51 [label="Type operator: (R|<local>/x| as R|A|)"]; 49 [label="Type operator: (R|<local>/x| as R|A|)"];
52 [label="Jump: break@@@[Boolean(true)] "]; 50 [label="Jump: break@@@[Boolean(true)] "];
53 [label="Stub" style="filled" fillcolor=gray]; 51 [label="Stub" style="filled" fillcolor=gray];
54 [label="Exit block" style="filled" fillcolor=gray]; 52 [label="Exit block" style="filled" fillcolor=gray];
} }
55 [label="Exit when branch result" style="filled" fillcolor=gray]; 53 [label="Exit when branch result" style="filled" fillcolor=gray];
44 [label="Exit when"]; 54 [label="Exit when"];
} }
57 [label="Exit block"]; 55 [label="Exit block"];
} }
58 [label="Exit loop block"]; 56 [label="Exit loop block"];
} }
37 [label="Exit whileloop"]; 57 [label="Exit whileloop"];
} }
59 [label="Access variable R|<local>/x|"]; 58 [label="Access variable R|<local>/x|"];
60 [label="Function call: R|<local>/x|.R|/A.foo|()"]; 59 [label="Function call: R|<local>/x|.R|/A.foo|()"];
61 [label="Exit block"]; 60 [label="Exit block"];
} }
34 [label="Exit function test_2" style="filled" fillcolor=red]; 61 [label="Exit function test_2" style="filled" fillcolor=red];
} }
33 -> {35}; 33 -> {34};
34 -> {35};
35 -> {36}; 35 -> {36};
36 -> {38}; 36 -> {37};
37 -> {59}; 37 -> {38};
38 -> {39}; 38 -> {39};
38 -> {57} [style=dotted];
39 -> {40}; 39 -> {40};
40 -> {41}; 40 -> {41};
40 -> {37} [style=dotted];
41 -> {42}; 41 -> {42};
42 -> {43}; 42 -> {43};
43 -> {45}; 43 -> {44};
44 -> {57}; 44 -> {46 45};
45 -> {46}; 45 -> {54};
46 -> {47}; 46 -> {47};
47 -> {48 56}; 47 -> {48};
48 -> {49}; 48 -> {49};
49 -> {50}; 49 -> {50};
50 -> {51}; 50 -> {57};
51 -> {52}; 50 -> {51} [style=dotted];
52 -> {37}; 51 -> {52} [style=dotted];
52 -> {53} [style=dotted]; 52 -> {53} [style=dotted];
53 -> {54} [style=dotted]; 53 -> {54} [style=dotted];
54 -> {55} [style=dotted]; 54 -> {55};
55 -> {44} [style=dotted]; 55 -> {56};
56 -> {44}; 56 -> {36} [color=green style=dashed];
57 -> {58}; 57 -> {58};
58 -> {38} [color=green style=dashed]; 58 -> {59};
59 -> {60}; 59 -> {60};
60 -> {61}; 60 -> {61};
61 -> {34};
subgraph cluster_20 { subgraph cluster_20 {
color=red color=red
62 [label="Enter function test_3" style="filled" fillcolor=red]; 62 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
64 [label="Enter block"]; 63 [label="Enter block"];
subgraph cluster_22 { subgraph cluster_22 {
color=blue color=blue
65 [label="Enter while loop"]; 64 [label="Enter while loop"];
subgraph cluster_23 { subgraph cluster_23 {
color=blue color=blue
67 [label="Enter loop condition"]; 65 [label="Enter loop condition"];
68 [label="Const: Boolean(true)"]; 66 [label="Const: Boolean(true)"];
69 [label="Exit loop condition"]; 67 [label="Exit loop condition"];
} }
subgraph cluster_24 { subgraph cluster_24 {
color=blue color=blue
70 [label="Enter loop block"]; 68 [label="Enter loop block"];
subgraph cluster_25 { subgraph cluster_25 {
color=blue color=blue
71 [label="Enter block"]; 69 [label="Enter block"];
72 [label="Access variable R|<local>/x|"]; 70 [label="Access variable R|<local>/x|"];
73 [label="Type operator: (R|<local>/x| as R|A|)"]; 71 [label="Type operator: (R|<local>/x| as R|A|)"];
subgraph cluster_26 { subgraph cluster_26 {
color=blue color=blue
74 [label="Enter when"]; 72 [label="Enter when"];
subgraph cluster_27 { subgraph cluster_27 {
color=blue color=blue
76 [label="Enter when branch condition "]; 73 [label="Enter when branch condition "];
77 [label="Access variable R|<local>/b|"]; 74 [label="Access variable R|<local>/b|"];
78 [label="Exit when branch condition"]; 75 [label="Exit when branch condition"];
} }
85 [label="Synthetic else branch"]; 76 [label="Synthetic else branch"];
79 [label="Enter when branch result"]; 77 [label="Enter when branch result"];
subgraph cluster_28 { subgraph cluster_28 {
color=blue color=blue
80 [label="Enter block"]; 78 [label="Enter block"];
81 [label="Jump: break@@@[Boolean(true)] "]; 79 [label="Jump: break@@@[Boolean(true)] "];
82 [label="Stub" style="filled" fillcolor=gray]; 80 [label="Stub" style="filled" fillcolor=gray];
83 [label="Exit block" style="filled" fillcolor=gray]; 81 [label="Exit block" style="filled" fillcolor=gray];
} }
84 [label="Exit when branch result" style="filled" fillcolor=gray]; 82 [label="Exit when branch result" style="filled" fillcolor=gray];
75 [label="Exit when"]; 83 [label="Exit when"];
} }
subgraph cluster_29 { subgraph cluster_29 {
color=blue color=blue
86 [label="Enter when"]; 84 [label="Enter when"];
subgraph cluster_30 { subgraph cluster_30 {
color=blue color=blue
88 [label="Enter when branch condition "]; 85 [label="Enter when branch condition "];
89 [label="Access variable R|<local>/b|"]; 86 [label="Access variable R|<local>/b|"];
90 [label="Exit when branch condition"]; 87 [label="Exit when branch condition"];
} }
97 [label="Synthetic else branch"]; 88 [label="Synthetic else branch"];
91 [label="Enter when branch result"]; 89 [label="Enter when branch result"];
subgraph cluster_31 { subgraph cluster_31 {
color=blue color=blue
92 [label="Enter block"]; 90 [label="Enter block"];
93 [label="Jump: break@@@[Boolean(true)] "]; 91 [label="Jump: break@@@[Boolean(true)] "];
94 [label="Stub" style="filled" fillcolor=gray]; 92 [label="Stub" style="filled" fillcolor=gray];
95 [label="Exit block" style="filled" fillcolor=gray]; 93 [label="Exit block" style="filled" fillcolor=gray];
} }
96 [label="Exit when branch result" style="filled" fillcolor=gray]; 94 [label="Exit when branch result" style="filled" fillcolor=gray];
87 [label="Exit when"]; 95 [label="Exit when"];
} }
98 [label="Exit block"]; 96 [label="Exit block"];
} }
99 [label="Exit loop block"]; 97 [label="Exit loop block"];
} }
66 [label="Exit whileloop"]; 98 [label="Exit whileloop"];
} }
100 [label="Access variable R|<local>/x|"]; 99 [label="Access variable R|<local>/x|"];
101 [label="Function call: R|<local>/x|.R|/A.foo|()"]; 100 [label="Function call: R|<local>/x|.R|/A.foo|()"];
102 [label="Exit block"]; 101 [label="Exit block"];
} }
63 [label="Exit function test_3" style="filled" fillcolor=red]; 102 [label="Exit function test_3" style="filled" fillcolor=red];
} }
62 -> {64}; 62 -> {63};
63 -> {64};
64 -> {65}; 64 -> {65};
65 -> {67}; 65 -> {66};
66 -> {100}; 66 -> {67};
67 -> {68}; 67 -> {68};
67 -> {98} [style=dotted];
68 -> {69}; 68 -> {69};
69 -> {70}; 69 -> {70};
69 -> {66} [style=dotted];
70 -> {71}; 70 -> {71};
71 -> {72}; 71 -> {72};
72 -> {73}; 72 -> {73};
73 -> {74}; 73 -> {74};
74 -> {76}; 74 -> {75};
75 -> {86}; 75 -> {77 76};
76 -> {77}; 76 -> {83};
77 -> {78}; 77 -> {78};
78 -> {79 85}; 78 -> {79};
79 -> {80}; 79 -> {98};
80 -> {81}; 79 -> {80} [style=dotted];
81 -> {66}; 80 -> {81} [style=dotted];
81 -> {82} [style=dotted]; 81 -> {82} [style=dotted];
82 -> {83} [style=dotted]; 82 -> {83} [style=dotted];
83 -> {84} [style=dotted]; 83 -> {84};
84 -> {75} [style=dotted]; 84 -> {85};
85 -> {75}; 85 -> {86};
86 -> {88}; 86 -> {87};
87 -> {98}; 87 -> {89 88};
88 -> {89}; 88 -> {95};
89 -> {90}; 89 -> {90};
90 -> {91 97}; 90 -> {91};
91 -> {92}; 91 -> {98};
92 -> {93}; 91 -> {92} [style=dotted];
93 -> {66}; 92 -> {93} [style=dotted];
93 -> {94} [style=dotted]; 93 -> {94} [style=dotted];
94 -> {95} [style=dotted]; 94 -> {95} [style=dotted];
95 -> {96} [style=dotted]; 95 -> {96};
96 -> {87} [style=dotted]; 96 -> {97};
97 -> {87}; 97 -> {65} [color=green style=dashed];
98 -> {99}; 98 -> {99};
99 -> {67} [color=green style=dashed]; 99 -> {100};
100 -> {101}; 100 -> {101};
101 -> {102}; 101 -> {102};
102 -> {63};
subgraph cluster_32 { subgraph cluster_32 {
color=red color=red
103 [label="Enter function test_4" style="filled" fillcolor=red]; 103 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_33 { subgraph cluster_33 {
color=blue color=blue
105 [label="Enter block"]; 104 [label="Enter block"];
subgraph cluster_34 { subgraph cluster_34 {
color=blue color=blue
106 [label="Enter while loop"]; 105 [label="Enter while loop"];
subgraph cluster_35 { subgraph cluster_35 {
color=blue color=blue
108 [label="Enter loop condition"]; 106 [label="Enter loop condition"];
109 [label="Const: Boolean(true)"]; 107 [label="Const: Boolean(true)"];
110 [label="Exit loop condition"]; 108 [label="Exit loop condition"];
} }
subgraph cluster_36 { subgraph cluster_36 {
color=blue color=blue
111 [label="Enter loop block"]; 109 [label="Enter loop block"];
subgraph cluster_37 { subgraph cluster_37 {
color=blue color=blue
112 [label="Enter block"]; 110 [label="Enter block"];
subgraph cluster_38 { subgraph cluster_38 {
color=blue color=blue
113 [label="Enter when"]; 111 [label="Enter when"];
subgraph cluster_39 { subgraph cluster_39 {
color=blue color=blue
115 [label="Enter when branch condition "]; 112 [label="Enter when branch condition "];
116 [label="Access variable R|<local>/b|"]; 113 [label="Access variable R|<local>/b|"];
117 [label="Exit when branch condition"]; 114 [label="Exit when branch condition"];
} }
126 [label="Synthetic else branch"]; 115 [label="Synthetic else branch"];
118 [label="Enter when branch result"]; 116 [label="Enter when branch result"];
subgraph cluster_40 { subgraph cluster_40 {
color=blue color=blue
119 [label="Enter block"]; 117 [label="Enter block"];
120 [label="Access variable R|<local>/x|"]; 118 [label="Access variable R|<local>/x|"];
121 [label="Type operator: (R|<local>/x| as R|A|)"]; 119 [label="Type operator: (R|<local>/x| as R|A|)"];
122 [label="Jump: break@@@[Boolean(true)] "]; 120 [label="Jump: break@@@[Boolean(true)] "];
123 [label="Stub" style="filled" fillcolor=gray]; 121 [label="Stub" style="filled" fillcolor=gray];
124 [label="Exit block" style="filled" fillcolor=gray]; 122 [label="Exit block" style="filled" fillcolor=gray];
} }
125 [label="Exit when branch result" style="filled" fillcolor=gray]; 123 [label="Exit when branch result" style="filled" fillcolor=gray];
114 [label="Exit when"]; 124 [label="Exit when"];
} }
127 [label="Jump: break@@@[Boolean(true)] "]; 125 [label="Jump: break@@@[Boolean(true)] "];
128 [label="Stub" style="filled" fillcolor=gray]; 126 [label="Stub" style="filled" fillcolor=gray];
129 [label="Exit block" style="filled" fillcolor=gray]; 127 [label="Exit block" style="filled" fillcolor=gray];
} }
130 [label="Exit loop block" style="filled" fillcolor=gray]; 128 [label="Exit loop block" style="filled" fillcolor=gray];
} }
107 [label="Exit whileloop"]; 129 [label="Exit whileloop"];
} }
131 [label="Access variable R|<local>/x|"]; 130 [label="Access variable R|<local>/x|"];
132 [label="Function call: R|<local>/x|.<Unresolved name: foo>#()"]; 131 [label="Function call: R|<local>/x|.<Unresolved name: foo>#()"];
133 [label="Exit block"]; 132 [label="Exit block"];
} }
104 [label="Exit function test_4" style="filled" fillcolor=red]; 133 [label="Exit function test_4" style="filled" fillcolor=red];
} }
103 -> {105}; 103 -> {104};
104 -> {105};
105 -> {106}; 105 -> {106};
106 -> {108}; 106 -> {107};
107 -> {131}; 107 -> {108};
108 -> {109}; 108 -> {109};
108 -> {129} [style=dotted];
109 -> {110}; 109 -> {110};
110 -> {111}; 110 -> {111};
110 -> {107} [style=dotted];
111 -> {112}; 111 -> {112};
112 -> {113}; 112 -> {113};
113 -> {115}; 113 -> {114};
114 -> {127}; 114 -> {116 115};
115 -> {116}; 115 -> {124};
116 -> {117}; 116 -> {117};
117 -> {118 126}; 117 -> {118};
118 -> {119}; 118 -> {119};
119 -> {120}; 119 -> {120};
120 -> {121}; 120 -> {129};
121 -> {122}; 120 -> {121} [style=dotted];
122 -> {107}; 121 -> {122} [style=dotted];
122 -> {123} [style=dotted]; 122 -> {123} [style=dotted];
123 -> {124} [style=dotted]; 123 -> {124} [style=dotted];
124 -> {125} [style=dotted]; 124 -> {125};
125 -> {114} [style=dotted]; 125 -> {129};
126 -> {114}; 125 -> {126} [style=dotted];
127 -> {107}; 126 -> {127} [style=dotted];
127 -> {128} [style=dotted]; 127 -> {128} [style=dotted];
128 -> {129} [style=dotted]; 128 -> {106} [color=green style=dotted];
129 -> {130} [style=dotted]; 129 -> {130};
130 -> {108} [color=green style=dotted]; 130 -> {131};
131 -> {132}; 131 -> {132};
132 -> {133}; 132 -> {133};
133 -> {104};
subgraph cluster_41 { subgraph cluster_41 {
color=red color=red
134 [label="Enter function test_5" style="filled" fillcolor=red]; 134 [label="Enter function test_5" style="filled" fillcolor=red];
subgraph cluster_42 { subgraph cluster_42 {
color=blue color=blue
136 [label="Enter block"]; 135 [label="Enter block"];
subgraph cluster_43 { subgraph cluster_43 {
color=blue color=blue
137 [label="Enter do-while loop"]; 136 [label="Enter do-while loop"];
subgraph cluster_44 { subgraph cluster_44 {
color=blue color=blue
139 [label="Enter loop block"]; 137 [label="Enter loop block"];
subgraph cluster_45 { subgraph cluster_45 {
color=blue color=blue
140 [label="Enter block"]; 138 [label="Enter block"];
subgraph cluster_46 { subgraph cluster_46 {
color=blue color=blue
141 [label="Enter when"]; 139 [label="Enter when"];
subgraph cluster_47 { subgraph cluster_47 {
color=blue color=blue
143 [label="Enter when branch condition "]; 140 [label="Enter when branch condition "];
144 [label="Access variable R|<local>/b|"]; 141 [label="Access variable R|<local>/b|"];
145 [label="Exit when branch condition"]; 142 [label="Exit when branch condition"];
} }
154 [label="Synthetic else branch"]; 143 [label="Synthetic else branch"];
146 [label="Enter when branch result"]; 144 [label="Enter when branch result"];
subgraph cluster_48 { subgraph cluster_48 {
color=blue color=blue
147 [label="Enter block"]; 145 [label="Enter block"];
148 [label="Access variable R|<local>/x|"]; 146 [label="Access variable R|<local>/x|"];
149 [label="Type operator: (R|<local>/x| as R|A|)"]; 147 [label="Type operator: (R|<local>/x| as R|A|)"];
150 [label="Jump: break@@@[Boolean(true)] "]; 148 [label="Jump: break@@@[Boolean(true)] "];
151 [label="Stub" style="filled" fillcolor=gray]; 149 [label="Stub" style="filled" fillcolor=gray];
152 [label="Exit block" style="filled" fillcolor=gray]; 150 [label="Exit block" style="filled" fillcolor=gray];
} }
153 [label="Exit when branch result" style="filled" fillcolor=gray]; 151 [label="Exit when branch result" style="filled" fillcolor=gray];
142 [label="Exit when"]; 152 [label="Exit when"];
} }
155 [label="Exit block"]; 153 [label="Exit block"];
} }
156 [label="Exit loop block"]; 154 [label="Exit loop block"];
} }
subgraph cluster_49 { subgraph cluster_49 {
color=blue color=blue
157 [label="Enter loop condition"]; 155 [label="Enter loop condition"];
158 [label="Const: Boolean(true)"]; 156 [label="Const: Boolean(true)"];
159 [label="Exit loop condition"]; 157 [label="Exit loop condition"];
} }
138 [label="Exit do-whileloop"]; 158 [label="Exit do-whileloop"];
} }
160 [label="Access variable R|<local>/x|"]; 159 [label="Access variable R|<local>/x|"];
161 [label="Function call: R|<local>/x|.R|/A.foo|()"]; 160 [label="Function call: R|<local>/x|.R|/A.foo|()"];
162 [label="Exit block"]; 161 [label="Exit block"];
} }
135 [label="Exit function test_5" style="filled" fillcolor=red]; 162 [label="Exit function test_5" style="filled" fillcolor=red];
} }
134 -> {136}; 134 -> {135};
135 -> {136};
136 -> {137}; 136 -> {137};
137 -> {139}; 137 -> {138};
138 -> {160}; 138 -> {139};
139 -> {140}; 139 -> {140};
140 -> {141}; 140 -> {141};
141 -> {143}; 141 -> {142};
142 -> {155}; 142 -> {144 143};
143 -> {144}; 143 -> {152};
144 -> {145}; 144 -> {145};
145 -> {146 154}; 145 -> {146};
146 -> {147}; 146 -> {147};
147 -> {148}; 147 -> {148};
148 -> {149}; 148 -> {158};
149 -> {150}; 148 -> {149} [style=dotted];
150 -> {138}; 149 -> {150} [style=dotted];
150 -> {151} [style=dotted]; 150 -> {151} [style=dotted];
151 -> {152} [style=dotted]; 151 -> {152} [style=dotted];
152 -> {153} [style=dotted]; 152 -> {153};
153 -> {142} [style=dotted]; 153 -> {154};
154 -> {142}; 154 -> {155};
155 -> {156}; 155 -> {156};
156 -> {157}; 156 -> {157};
157 -> {158}; 157 -> {158} [style=dotted];
157 -> {137} [color=green style=dashed];
158 -> {159}; 158 -> {159};
159 -> {138} [style=dotted]; 159 -> {160};
159 -> {139} [color=green style=dashed];
160 -> {161}; 160 -> {161};
161 -> {162}; 161 -> {162};
162 -> {135};
subgraph cluster_50 { subgraph cluster_50 {
color=red color=red
163 [label="Enter function test_6" style="filled" fillcolor=red]; 163 [label="Enter function test_6" style="filled" fillcolor=red];
subgraph cluster_51 { subgraph cluster_51 {
color=blue color=blue
165 [label="Enter block"]; 164 [label="Enter block"];
subgraph cluster_52 { subgraph cluster_52 {
color=blue color=blue
166 [label="Enter do-while loop"]; 165 [label="Enter do-while loop"];
subgraph cluster_53 { subgraph cluster_53 {
color=blue color=blue
168 [label="Enter loop block"]; 166 [label="Enter loop block"];
subgraph cluster_54 { subgraph cluster_54 {
color=blue color=blue
169 [label="Enter block"]; 167 [label="Enter block"];
170 [label="Access variable R|<local>/x|"]; 168 [label="Access variable R|<local>/x|"];
171 [label="Type operator: (R|<local>/x| as R|A|)"]; 169 [label="Type operator: (R|<local>/x| as R|A|)"];
subgraph cluster_55 { subgraph cluster_55 {
color=blue color=blue
172 [label="Enter when"]; 170 [label="Enter when"];
subgraph cluster_56 { subgraph cluster_56 {
color=blue color=blue
174 [label="Enter when branch condition "]; 171 [label="Enter when branch condition "];
175 [label="Access variable R|<local>/b|"]; 172 [label="Access variable R|<local>/b|"];
176 [label="Exit when branch condition"]; 173 [label="Exit when branch condition"];
} }
183 [label="Synthetic else branch"]; 174 [label="Synthetic else branch"];
177 [label="Enter when branch result"]; 175 [label="Enter when branch result"];
subgraph cluster_57 { subgraph cluster_57 {
color=blue color=blue
178 [label="Enter block"]; 176 [label="Enter block"];
179 [label="Jump: break@@@[Boolean(true)] "]; 177 [label="Jump: break@@@[Boolean(true)] "];
180 [label="Stub" style="filled" fillcolor=gray]; 178 [label="Stub" style="filled" fillcolor=gray];
181 [label="Exit block" style="filled" fillcolor=gray]; 179 [label="Exit block" style="filled" fillcolor=gray];
} }
182 [label="Exit when branch result" style="filled" fillcolor=gray]; 180 [label="Exit when branch result" style="filled" fillcolor=gray];
173 [label="Exit when"]; 181 [label="Exit when"];
} }
184 [label="Exit block"]; 182 [label="Exit block"];
} }
185 [label="Exit loop block"]; 183 [label="Exit loop block"];
} }
subgraph cluster_58 { subgraph cluster_58 {
color=blue color=blue
186 [label="Enter loop condition"]; 184 [label="Enter loop condition"];
187 [label="Const: Boolean(true)"]; 185 [label="Const: Boolean(true)"];
188 [label="Exit loop condition"]; 186 [label="Exit loop condition"];
} }
167 [label="Exit do-whileloop"]; 187 [label="Exit do-whileloop"];
} }
189 [label="Access variable R|<local>/x|"]; 188 [label="Access variable R|<local>/x|"];
190 [label="Function call: R|<local>/x|.R|/A.foo|()"]; 189 [label="Function call: R|<local>/x|.R|/A.foo|()"];
191 [label="Exit block"]; 190 [label="Exit block"];
} }
164 [label="Exit function test_6" style="filled" fillcolor=red]; 191 [label="Exit function test_6" style="filled" fillcolor=red];
} }
163 -> {165}; 163 -> {164};
164 -> {165};
165 -> {166}; 165 -> {166};
166 -> {168}; 166 -> {167};
167 -> {189}; 167 -> {168};
168 -> {169}; 168 -> {169};
169 -> {170}; 169 -> {170};
170 -> {171}; 170 -> {171};
171 -> {172}; 171 -> {172};
172 -> {174}; 172 -> {173};
173 -> {184}; 173 -> {175 174};
174 -> {175}; 174 -> {181};
175 -> {176}; 175 -> {176};
176 -> {177 183}; 176 -> {177};
177 -> {178}; 177 -> {187};
178 -> {179}; 177 -> {178} [style=dotted];
179 -> {167}; 178 -> {179} [style=dotted];
179 -> {180} [style=dotted]; 179 -> {180} [style=dotted];
180 -> {181} [style=dotted]; 180 -> {181} [style=dotted];
181 -> {182} [style=dotted]; 181 -> {182};
182 -> {173} [style=dotted]; 182 -> {183};
183 -> {173}; 183 -> {184};
184 -> {185}; 184 -> {185};
185 -> {186}; 185 -> {186};
186 -> {187}; 186 -> {187} [style=dotted];
186 -> {166} [color=green style=dashed];
187 -> {188}; 187 -> {188};
188 -> {167} [style=dotted]; 188 -> {189};
188 -> {168} [color=green style=dashed];
189 -> {190}; 189 -> {190};
190 -> {191}; 190 -> {191};
191 -> {164};
subgraph cluster_59 { subgraph cluster_59 {
color=red color=red
192 [label="Enter function test_7" style="filled" fillcolor=red]; 192 [label="Enter function test_7" style="filled" fillcolor=red];
subgraph cluster_60 { subgraph cluster_60 {
color=blue color=blue
194 [label="Enter block"]; 193 [label="Enter block"];
subgraph cluster_61 { subgraph cluster_61 {
color=blue color=blue
195 [label="Enter do-while loop"]; 194 [label="Enter do-while loop"];
subgraph cluster_62 { subgraph cluster_62 {
color=blue color=blue
197 [label="Enter loop block"]; 195 [label="Enter loop block"];
subgraph cluster_63 { subgraph cluster_63 {
color=blue color=blue
198 [label="Enter block"]; 196 [label="Enter block"];
199 [label="Access variable R|<local>/x|"]; 197 [label="Access variable R|<local>/x|"];
200 [label="Type operator: (R|<local>/x| as R|A|)"]; 198 [label="Type operator: (R|<local>/x| as R|A|)"];
201 [label="Exit block"]; 199 [label="Exit block"];
} }
202 [label="Exit loop block"]; 200 [label="Exit loop block"];
} }
subgraph cluster_64 { subgraph cluster_64 {
color=blue color=blue
203 [label="Enter loop condition"]; 201 [label="Enter loop condition"];
204 [label="Const: Boolean(true)"]; 202 [label="Const: Boolean(true)"];
205 [label="Exit loop condition"]; 203 [label="Exit loop condition"];
} }
196 [label="Exit do-whileloop" style="filled" fillcolor=gray]; 204 [label="Exit do-whileloop" style="filled" fillcolor=gray];
} }
206 [label="Access variable R|<local>/x|" style="filled" fillcolor=gray]; 205 [label="Access variable R|<local>/x|" style="filled" fillcolor=gray];
207 [label="Function call: R|<local>/x|.R|/A.foo|()" style="filled" fillcolor=gray]; 206 [label="Function call: R|<local>/x|.R|/A.foo|()" style="filled" fillcolor=gray];
208 [label="Exit block" style="filled" fillcolor=gray]; 207 [label="Exit block" style="filled" fillcolor=gray];
} }
193 [label="Exit function test_7" style="filled" fillcolor=red style="filled" fillcolor=gray]; 208 [label="Exit function test_7" style="filled" fillcolor=red style="filled" fillcolor=gray];
} }
192 -> {194}; 192 -> {193};
193 -> {194};
194 -> {195}; 194 -> {195};
195 -> {197}; 195 -> {196};
196 -> {206} [style=dotted]; 196 -> {197};
197 -> {198}; 197 -> {198};
198 -> {199}; 198 -> {199};
199 -> {200}; 199 -> {200};
200 -> {201}; 200 -> {201};
201 -> {202}; 201 -> {202};
202 -> {203}; 202 -> {203};
203 -> {204}; 203 -> {204} [style=dotted];
204 -> {205}; 203 -> {195} [color=green style=dashed];
205 -> {196} [style=dotted]; 204 -> {205} [style=dotted];
205 -> {197} [color=green style=dashed]; 205 -> {206} [style=dotted];
206 -> {207} [style=dotted]; 206 -> {207} [style=dotted];
207 -> {208} [style=dotted]; 207 -> {208} [style=dotted];
208 -> {193} [style=dotted];
} }
@@ -12,10 +12,10 @@ digraph multipleCasts_kt {
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
3 [label="Enter class A" style="filled" fillcolor=red]; 2 [label="Enter class A" style="filled" fillcolor=red];
2 [label="Exit class A" style="filled" fillcolor=red]; 3 [label="Exit class A" style="filled" fillcolor=red];
} }
3 -> {2} [color=green]; 2 -> {3} [color=green];
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
@@ -26,55 +26,56 @@ digraph multipleCasts_kt {
subgraph cluster_3 { subgraph cluster_3 {
color=red color=red
7 [label="Enter class B" style="filled" fillcolor=red]; 6 [label="Enter class B" style="filled" fillcolor=red];
6 [label="Exit class B" style="filled" fillcolor=red]; 7 [label="Exit class B" style="filled" fillcolor=red];
} }
7 -> {6} [color=green]; 6 -> {7} [color=green];
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
8 [label="Enter function getAny" style="filled" fillcolor=red]; 8 [label="Enter function getAny" style="filled" fillcolor=red];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
10 [label="Enter block"]; 9 [label="Enter block"];
11 [label="Const: Null(null)"]; 10 [label="Const: Null(null)"];
12 [label="Jump: ^getAny Null(null)"]; 11 [label="Jump: ^getAny Null(null)"];
13 [label="Stub" style="filled" fillcolor=gray]; 12 [label="Stub" style="filled" fillcolor=gray];
14 [label="Exit block" style="filled" fillcolor=gray]; 13 [label="Exit block" style="filled" fillcolor=gray];
} }
9 [label="Exit function getAny" style="filled" fillcolor=red]; 14 [label="Exit function getAny" style="filled" fillcolor=red];
} }
8 -> {10}; 8 -> {9};
9 -> {10};
10 -> {11}; 10 -> {11};
11 -> {12}; 11 -> {14};
12 -> {9}; 11 -> {12} [style=dotted];
12 -> {13} [style=dotted]; 12 -> {13} [style=dotted];
13 -> {14} [style=dotted]; 13 -> {14} [style=dotted];
14 -> {9} [style=dotted];
subgraph cluster_6 { subgraph cluster_6 {
color=red color=red
15 [label="Enter function test_0" style="filled" fillcolor=red]; 15 [label="Enter function test_0" style="filled" fillcolor=red];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
17 [label="Enter block"]; 16 [label="Enter block"];
18 [label="Function call: R|/getAny|()"]; 17 [label="Function call: R|/getAny|()"];
19 [label="Variable declaration: lval a: R|kotlin/Any?|"]; 18 [label="Variable declaration: lval a: R|kotlin/Any?|"];
20 [label="Function call: R|/getAny|()"]; 19 [label="Function call: R|/getAny|()"];
21 [label="Variable declaration: lval b: R|kotlin/Any?|"]; 20 [label="Variable declaration: lval b: R|kotlin/Any?|"];
22 [label="Access variable R|<local>/a|"]; 21 [label="Access variable R|<local>/a|"];
23 [label="Type operator: (R|<local>/a| as R|A|)"]; 22 [label="Type operator: (R|<local>/a| as R|A|)"];
24 [label="Access variable R|<local>/a|"]; 23 [label="Access variable R|<local>/a|"];
25 [label="Function call: R|<local>/a|.R|/A.foo|()"]; 24 [label="Function call: R|<local>/a|.R|/A.foo|()"];
26 [label="Access variable R|<local>/b|"]; 25 [label="Access variable R|<local>/b|"];
27 [label="Type operator: (R|<local>/b| as R|B|)"]; 26 [label="Type operator: (R|<local>/b| as R|B|)"];
28 [label="Access variable R|<local>/b|"]; 27 [label="Access variable R|<local>/b|"];
29 [label="Function call: R|<local>/b|.R|/B.foo|()"]; 28 [label="Function call: R|<local>/b|.R|/B.foo|()"];
30 [label="Exit block"]; 29 [label="Exit block"];
} }
16 [label="Exit function test_0" style="filled" fillcolor=red]; 30 [label="Exit function test_0" style="filled" fillcolor=red];
} }
15 -> {17}; 15 -> {16};
16 -> {17};
17 -> {18}; 17 -> {18};
18 -> {19}; 18 -> {19};
19 -> {20}; 19 -> {20};
@@ -88,73 +89,73 @@ digraph multipleCasts_kt {
27 -> {28}; 27 -> {28};
28 -> {29}; 28 -> {29};
29 -> {30}; 29 -> {30};
30 -> {16};
subgraph cluster_8 { subgraph cluster_8 {
color=red color=red
31 [label="Enter function test_1" style="filled" fillcolor=red]; 31 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
33 [label="Enter block"]; 32 [label="Enter block"];
34 [label="Function call: R|/getAny|()"]; 33 [label="Function call: R|/getAny|()"];
35 [label="Variable declaration: lval a: R|kotlin/Any?|"]; 34 [label="Variable declaration: lval a: R|kotlin/Any?|"];
36 [label="Function call: R|/getAny|()"]; 35 [label="Function call: R|/getAny|()"];
37 [label="Variable declaration: lval b: R|kotlin/Any?|"]; 36 [label="Variable declaration: lval b: R|kotlin/Any?|"];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
38 [label="Enter when"]; 37 [label="Enter when"];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
40 [label="Enter when branch condition "]; 38 [label="Enter when branch condition "];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
42 [label="Enter &&"]; 39 [label="Enter &&"];
43 [label="Access variable R|<local>/a|"]; 40 [label="Access variable R|<local>/a|"];
44 [label="Type operator: (R|<local>/a| is R|A|)"]; 41 [label="Type operator: (R|<local>/a| is R|A|)"];
45 [label="Exit left part of &&"]; 42 [label="Exit left part of &&"];
46 [label="Enter right part of &&"]; 43 [label="Enter right part of &&"];
47 [label="Access variable R|<local>/b|"]; 44 [label="Access variable R|<local>/b|"];
48 [label="Type operator: (R|<local>/b| is R|B|)"]; 45 [label="Type operator: (R|<local>/b| is R|B|)"];
41 [label="Exit &&"]; 46 [label="Exit &&"];
} }
49 [label="Exit when branch condition"]; 47 [label="Exit when branch condition"];
} }
58 [label="Synthetic else branch"]; 48 [label="Synthetic else branch"];
50 [label="Enter when branch result"]; 49 [label="Enter when branch result"];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
51 [label="Enter block"]; 50 [label="Enter block"];
52 [label="Access variable R|<local>/a|"]; 51 [label="Access variable R|<local>/a|"];
53 [label="Function call: R|<local>/a|.R|/A.foo|()"]; 52 [label="Function call: R|<local>/a|.R|/A.foo|()"];
54 [label="Access variable R|<local>/b|"]; 53 [label="Access variable R|<local>/b|"];
55 [label="Function call: R|<local>/b|.R|/B.foo|()"]; 54 [label="Function call: R|<local>/b|.R|/B.foo|()"];
56 [label="Exit block"]; 55 [label="Exit block"];
} }
57 [label="Exit when branch result"]; 56 [label="Exit when branch result"];
39 [label="Exit when"]; 57 [label="Exit when"];
} }
59 [label="Exit block"]; 58 [label="Exit block"];
} }
32 [label="Exit function test_1" style="filled" fillcolor=red]; 59 [label="Exit function test_1" style="filled" fillcolor=red];
} }
31 -> {33}; 31 -> {32};
32 -> {33};
33 -> {34}; 33 -> {34};
34 -> {35}; 34 -> {35};
35 -> {36}; 35 -> {36};
36 -> {37}; 36 -> {37};
37 -> {38}; 37 -> {38};
38 -> {40}; 38 -> {39};
39 -> {59}; 39 -> {40};
40 -> {42}; 40 -> {41};
41 -> {49}; 41 -> {42};
42 -> {43}; 42 -> {46 43};
43 -> {44}; 43 -> {44};
44 -> {45}; 44 -> {45};
45 -> {41 46}; 45 -> {46};
46 -> {47}; 46 -> {47};
47 -> {48}; 47 -> {49 48};
48 -> {41}; 48 -> {57};
49 -> {50 58}; 49 -> {50};
50 -> {51}; 50 -> {51};
51 -> {52}; 51 -> {52};
52 -> {53}; 52 -> {53};
@@ -162,8 +163,7 @@ digraph multipleCasts_kt {
54 -> {55}; 54 -> {55};
55 -> {56}; 55 -> {56};
56 -> {57}; 56 -> {57};
57 -> {39}; 57 -> {58};
58 -> {39}; 58 -> {59};
59 -> {32};
} }
File diff suppressed because it is too large Load Diff
@@ -8,56 +8,56 @@ digraph implicitReceiverAsWhenSubject_kt {
0 [label="Enter function test_1" style="filled" fillcolor=red]; 0 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
subgraph cluster_2 { subgraph cluster_2 {
color=blue color=blue
3 [label="Enter when"]; 2 [label="Enter when"];
5 [label="Access variable this@R|/test_1|"]; 3 [label="Access variable this@R|/test_1|"];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
6 [label="Enter when branch condition "]; 4 [label="Enter when branch condition "];
7 [label="Type operator: ($subj$ is R|kotlin/collections/List<*>|)"]; 5 [label="Type operator: ($subj$ is R|kotlin/collections/List<*>|)"];
8 [label="Exit when branch condition"]; 6 [label="Exit when branch condition"];
} }
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
15 [label="Enter when branch condition "]; 7 [label="Enter when branch condition "];
16 [label="Type operator: ($subj$ is R|kotlin/String|)"]; 8 [label="Type operator: ($subj$ is R|kotlin/String|)"];
17 [label="Exit when branch condition"]; 9 [label="Exit when branch condition"];
} }
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
23 [label="Enter when branch condition else"]; 10 [label="Enter when branch condition else"];
24 [label="Exit when branch condition"]; 11 [label="Exit when branch condition"];
} }
25 [label="Enter when branch result"]; 12 [label="Enter when branch result"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
26 [label="Enter block"]; 13 [label="Enter block"];
27 [label="Const: Int(0)"]; 14 [label="Const: Int(0)"];
28 [label="Exit block"]; 15 [label="Exit block"];
} }
29 [label="Exit when branch result"]; 16 [label="Exit when branch result"];
18 [label="Enter when branch result"]; 17 [label="Enter when branch result"];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
19 [label="Enter block"]; 18 [label="Enter block"];
20 [label="Access variable R|kotlin/String.length|"]; 19 [label="Access variable R|kotlin/String.length|"];
21 [label="Exit block"]; 20 [label="Exit block"];
} }
22 [label="Exit when branch result"]; 21 [label="Exit when branch result"];
9 [label="Enter when branch result"]; 22 [label="Enter when branch result"];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
10 [label="Enter block"]; 23 [label="Enter block"];
11 [label="Access variable this@R|/test_1|"]; 24 [label="Access variable this@R|/test_1|"];
12 [label="Access variable R|kotlin/collections/List.size|"]; 25 [label="Access variable R|kotlin/collections/List.size|"];
13 [label="Exit block"]; 26 [label="Exit block"];
} }
14 [label="Exit when branch result"]; 27 [label="Exit when branch result"];
4 [label="Exit when"]; 28 [label="Exit when"];
} }
30 [label="Jump: ^test_1 when (this@R|/test_1|) { 29 [label="Jump: ^test_1 when (this@R|/test_1|) {
($subj$ is R|kotlin/collections/List<*>|) -> { ($subj$ is R|kotlin/collections/List<*>|) -> {
this@R|/test_1|.R|kotlin/collections/List.size| this@R|/test_1|.R|kotlin/collections/List.size|
} }
@@ -69,105 +69,105 @@ digraph implicitReceiverAsWhenSubject_kt {
} }
} }
"]; "];
31 [label="Stub" style="filled" fillcolor=gray]; 30 [label="Stub" style="filled" fillcolor=gray];
32 [label="Exit block" style="filled" fillcolor=gray]; 31 [label="Exit block" style="filled" fillcolor=gray];
} }
1 [label="Exit function test_1" style="filled" fillcolor=red]; 32 [label="Exit function test_1" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {5}; 3 -> {4};
4 -> {30}; 4 -> {5};
5 -> {6}; 5 -> {6};
6 -> {7}; 6 -> {22 7};
7 -> {8}; 7 -> {8};
8 -> {9 15}; 8 -> {9};
9 -> {10}; 9 -> {17 10};
10 -> {11}; 10 -> {11};
11 -> {12}; 11 -> {12};
12 -> {13}; 12 -> {13};
13 -> {14}; 13 -> {14};
14 -> {4}; 14 -> {15};
15 -> {16}; 15 -> {16};
16 -> {17}; 16 -> {28};
17 -> {18 23}; 17 -> {18};
18 -> {19}; 18 -> {19};
19 -> {20}; 19 -> {20};
20 -> {21}; 20 -> {21};
21 -> {22}; 21 -> {28};
22 -> {4}; 22 -> {23};
23 -> {24}; 23 -> {24};
24 -> {25}; 24 -> {25};
25 -> {26}; 25 -> {26};
26 -> {27}; 26 -> {27};
27 -> {28}; 27 -> {28};
28 -> {29}; 28 -> {29};
29 -> {4}; 29 -> {32};
30 -> {1}; 29 -> {30} [style=dotted];
30 -> {31} [style=dotted]; 30 -> {31} [style=dotted];
31 -> {32} [style=dotted]; 31 -> {32} [style=dotted];
32 -> {1} [style=dotted];
subgraph cluster_9 { subgraph cluster_9 {
color=red color=red
33 [label="Enter function test_2" style="filled" fillcolor=red]; 33 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
35 [label="Enter block"]; 34 [label="Enter block"];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
36 [label="Enter when"]; 35 [label="Enter when"];
38 [label="Access variable this@R|/test_2|"]; 36 [label="Access variable this@R|/test_2|"];
39 [label="Variable declaration: lval x: R|kotlin/Any|"]; 37 [label="Variable declaration: lval x: R|kotlin/Any|"];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
40 [label="Enter when branch condition "]; 38 [label="Enter when branch condition "];
41 [label="Type operator: ($subj$ is R|kotlin/collections/List<*>|)"]; 39 [label="Type operator: ($subj$ is R|kotlin/collections/List<*>|)"];
42 [label="Exit when branch condition"]; 40 [label="Exit when branch condition"];
} }
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
51 [label="Enter when branch condition "]; 41 [label="Enter when branch condition "];
52 [label="Type operator: ($subj$ is R|kotlin/String|)"]; 42 [label="Type operator: ($subj$ is R|kotlin/String|)"];
53 [label="Exit when branch condition"]; 43 [label="Exit when branch condition"];
} }
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
61 [label="Enter when branch condition else"]; 44 [label="Enter when branch condition else"];
62 [label="Exit when branch condition"]; 45 [label="Exit when branch condition"];
} }
63 [label="Enter when branch result"]; 46 [label="Enter when branch result"];
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
64 [label="Enter block"]; 47 [label="Enter block"];
65 [label="Const: Int(0)"]; 48 [label="Const: Int(0)"];
66 [label="Exit block"];
}
67 [label="Exit when branch result"];
54 [label="Enter when branch result"];
subgraph cluster_16 {
color=blue
55 [label="Enter block"];
56 [label="Access variable R|<local>/x|"];
57 [label="Access variable R|kotlin/String.length|"];
58 [label="Access variable R|kotlin/String.length|"];
59 [label="Exit block"];
}
60 [label="Exit when branch result"];
43 [label="Enter when branch result"];
subgraph cluster_17 {
color=blue
44 [label="Enter block"];
45 [label="Access variable R|<local>/x|"];
46 [label="Access variable R|kotlin/collections/List.size|"];
47 [label="Access variable this@R|/test_2|"];
48 [label="Access variable R|kotlin/collections/List.size|"];
49 [label="Exit block"]; 49 [label="Exit block"];
} }
50 [label="Exit when branch result"]; 50 [label="Exit when branch result"];
37 [label="Exit when"]; 51 [label="Enter when branch result"];
subgraph cluster_16 {
color=blue
52 [label="Enter block"];
53 [label="Access variable R|<local>/x|"];
54 [label="Access variable R|kotlin/String.length|"];
55 [label="Access variable R|kotlin/String.length|"];
56 [label="Exit block"];
}
57 [label="Exit when branch result"];
58 [label="Enter when branch result"];
subgraph cluster_17 {
color=blue
59 [label="Enter block"];
60 [label="Access variable R|<local>/x|"];
61 [label="Access variable R|kotlin/collections/List.size|"];
62 [label="Access variable this@R|/test_2|"];
63 [label="Access variable R|kotlin/collections/List.size|"];
64 [label="Exit block"];
}
65 [label="Exit when branch result"];
66 [label="Exit when"];
} }
68 [label="Jump: ^test_2 when (lval x: R|kotlin/Any| = this@R|/test_2|) { 67 [label="Jump: ^test_2 when (lval x: R|kotlin/Any| = this@R|/test_2|) {
($subj$ is R|kotlin/collections/List<*>|) -> { ($subj$ is R|kotlin/collections/List<*>|) -> {
R|<local>/x|.R|kotlin/collections/List.size| R|<local>/x|.R|kotlin/collections/List.size|
this@R|/test_2|.R|kotlin/collections/List.size| this@R|/test_2|.R|kotlin/collections/List.size|
@@ -181,48 +181,48 @@ digraph implicitReceiverAsWhenSubject_kt {
} }
} }
"]; "];
69 [label="Stub" style="filled" fillcolor=gray]; 68 [label="Stub" style="filled" fillcolor=gray];
70 [label="Exit block" style="filled" fillcolor=gray]; 69 [label="Exit block" style="filled" fillcolor=gray];
} }
34 [label="Exit function test_2" style="filled" fillcolor=red]; 70 [label="Exit function test_2" style="filled" fillcolor=red];
} }
33 -> {35}; 33 -> {34};
34 -> {35};
35 -> {36}; 35 -> {36};
36 -> {38}; 36 -> {37};
37 -> {68}; 37 -> {38};
38 -> {39}; 38 -> {39};
39 -> {40}; 39 -> {40};
40 -> {41}; 40 -> {58 41};
41 -> {42}; 41 -> {42};
42 -> {43 51}; 42 -> {43};
43 -> {44}; 43 -> {51 44};
44 -> {45}; 44 -> {45};
45 -> {46}; 45 -> {46};
46 -> {47}; 46 -> {47};
47 -> {48}; 47 -> {48};
48 -> {49}; 48 -> {49};
49 -> {50}; 49 -> {50};
50 -> {37}; 50 -> {66};
51 -> {52}; 51 -> {52};
52 -> {53}; 52 -> {53};
53 -> {54 61}; 53 -> {54};
54 -> {55}; 54 -> {55};
55 -> {56}; 55 -> {56};
56 -> {57}; 56 -> {57};
57 -> {58}; 57 -> {66};
58 -> {59}; 58 -> {59};
59 -> {60}; 59 -> {60};
60 -> {37}; 60 -> {61};
61 -> {62}; 61 -> {62};
62 -> {63}; 62 -> {63};
63 -> {64}; 63 -> {64};
64 -> {65}; 64 -> {65};
65 -> {66}; 65 -> {66};
66 -> {67}; 66 -> {67};
67 -> {37}; 67 -> {70};
68 -> {34}; 67 -> {68} [style=dotted];
68 -> {69} [style=dotted]; 68 -> {69} [style=dotted];
69 -> {70} [style=dotted]; 69 -> {70} [style=dotted];
70 -> {34} [style=dotted];
} }
@@ -6,142 +6,143 @@ digraph implicitReceivers_kt {
subgraph cluster_0 { subgraph cluster_0 {
color=red color=red
0 [label="Enter function <init>" style="filled" fillcolor=red]; 0 [label="Enter function <init>" style="filled" fillcolor=red];
2 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 1 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
1 [label="Exit function <init>" style="filled" fillcolor=red]; 2 [label="Exit function <init>" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
2 -> {1}; 1 -> {2};
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
3 [label="Enter function foo" style="filled" fillcolor=red]; 3 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_2 { subgraph cluster_2 {
color=blue color=blue
5 [label="Enter block"]; 4 [label="Enter block"];
6 [label="Exit block"]; 5 [label="Exit block"];
} }
4 [label="Exit function foo" style="filled" fillcolor=red]; 6 [label="Exit function foo" style="filled" fillcolor=red];
} }
3 -> {5}; 3 -> {4};
4 -> {5};
5 -> {6}; 5 -> {6};
6 -> {4};
subgraph cluster_3 { subgraph cluster_3 {
color=red color=red
8 [label="Enter class A" style="filled" fillcolor=red]; 7 [label="Enter class A" style="filled" fillcolor=red];
7 [label="Exit class A" style="filled" fillcolor=red]; 8 [label="Exit class A" style="filled" fillcolor=red];
} }
8 -> {7} [color=green]; 7 -> {8} [color=green];
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
9 [label="Enter function <init>" style="filled" fillcolor=red]; 9 [label="Enter function <init>" style="filled" fillcolor=red];
11 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 10 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
10 [label="Exit function <init>" style="filled" fillcolor=red]; 11 [label="Exit function <init>" style="filled" fillcolor=red];
} }
9 -> {11}; 9 -> {10};
11 -> {10}; 10 -> {11};
subgraph cluster_5 { subgraph cluster_5 {
color=red color=red
12 [label="Enter function bar" style="filled" fillcolor=red]; 12 [label="Enter function bar" style="filled" fillcolor=red];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
14 [label="Enter block"]; 13 [label="Enter block"];
15 [label="Exit block"]; 14 [label="Exit block"];
} }
13 [label="Exit function bar" style="filled" fillcolor=red]; 15 [label="Exit function bar" style="filled" fillcolor=red];
} }
12 -> {14}; 12 -> {13};
13 -> {14};
14 -> {15}; 14 -> {15};
15 -> {13};
subgraph cluster_7 { subgraph cluster_7 {
color=red color=red
17 [label="Enter class B" style="filled" fillcolor=red]; 16 [label="Enter class B" style="filled" fillcolor=red];
16 [label="Exit class B" style="filled" fillcolor=red]; 17 [label="Exit class B" style="filled" fillcolor=red];
} }
17 -> {16} [color=green]; 16 -> {17} [color=green];
subgraph cluster_8 { subgraph cluster_8 {
color=red color=red
18 [label="Enter function with" style="filled" fillcolor=red]; 18 [label="Enter function with" style="filled" fillcolor=red];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
20 [label="Enter block"]; 19 [label="Enter block"];
21 [label="Exit block"]; 20 [label="Exit block"];
} }
19 [label="Exit function with" style="filled" fillcolor=red]; 21 [label="Exit function with" style="filled" fillcolor=red];
} }
18 -> {20}; 18 -> {19};
19 -> {20};
20 -> {21}; 20 -> {21};
21 -> {19};
subgraph cluster_10 { subgraph cluster_10 {
color=red color=red
22 [label="Enter function test_1" style="filled" fillcolor=red]; 22 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
24 [label="Enter block"]; 23 [label="Enter block"];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
25 [label="Enter when"]; 24 [label="Enter when"];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
27 [label="Enter when branch condition "]; 25 [label="Enter when branch condition "];
28 [label="Access variable this@R|/test_1|"]; 26 [label="Access variable this@R|/test_1|"];
29 [label="Type operator: (this@R|/test_1| is R|A|)"]; 27 [label="Type operator: (this@R|/test_1| is R|A|)"];
30 [label="Exit when branch condition"]; 28 [label="Exit when branch condition"];
} }
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
38 [label="Enter when branch condition else"]; 29 [label="Enter when branch condition else"];
39 [label="Exit when branch condition"]; 30 [label="Exit when branch condition"];
} }
40 [label="Enter when branch result"];
subgraph cluster_15 {
color=blue
41 [label="Enter block"];
42 [label="Access variable this@R|/test_1|"];
43 [label="Function call: this@R|/test_1|.<Unresolved name: foo>#()"];
44 [label="Function call: <Unresolved name: foo>#()"];
45 [label="Exit block"];
}
46 [label="Exit when branch result"];
31 [label="Enter when branch result"]; 31 [label="Enter when branch result"];
subgraph cluster_16 { subgraph cluster_15 {
color=blue color=blue
32 [label="Enter block"]; 32 [label="Enter block"];
33 [label="Access variable this@R|/test_1|"]; 33 [label="Access variable this@R|/test_1|"];
34 [label="Function call: this@R|/test_1|.R|/A.foo|()"]; 34 [label="Function call: this@R|/test_1|.<Unresolved name: foo>#()"];
35 [label="Function call: this@R|/test_1|.R|/A.foo|()"]; 35 [label="Function call: <Unresolved name: foo>#()"];
36 [label="Exit block"]; 36 [label="Exit block"];
} }
37 [label="Exit when branch result"]; 37 [label="Exit when branch result"];
26 [label="Exit when"]; 38 [label="Enter when branch result"];
subgraph cluster_16 {
color=blue
39 [label="Enter block"];
40 [label="Access variable this@R|/test_1|"];
41 [label="Function call: this@R|/test_1|.R|/A.foo|()"];
42 [label="Function call: this@R|/test_1|.R|/A.foo|()"];
43 [label="Exit block"];
}
44 [label="Exit when branch result"];
45 [label="Exit when"];
} }
47 [label="Access variable this@R|/test_1|"]; 46 [label="Access variable this@R|/test_1|"];
48 [label="Function call: this@R|/test_1|.<Unresolved name: foo>#()"]; 47 [label="Function call: this@R|/test_1|.<Unresolved name: foo>#()"];
49 [label="Function call: <Unresolved name: foo>#()"]; 48 [label="Function call: <Unresolved name: foo>#()"];
50 [label="Exit block"]; 49 [label="Exit block"];
} }
23 [label="Exit function test_1" style="filled" fillcolor=red]; 50 [label="Exit function test_1" style="filled" fillcolor=red];
} }
22 -> {24}; 22 -> {23};
23 -> {24};
24 -> {25}; 24 -> {25};
25 -> {27}; 25 -> {26};
26 -> {47}; 26 -> {27};
27 -> {28}; 27 -> {28};
28 -> {29}; 28 -> {38 29};
29 -> {30}; 29 -> {30};
30 -> {31 38}; 30 -> {31};
31 -> {32}; 31 -> {32};
32 -> {33}; 32 -> {33};
33 -> {34}; 33 -> {34};
34 -> {35}; 34 -> {35};
35 -> {36}; 35 -> {36};
36 -> {37}; 36 -> {37};
37 -> {26}; 37 -> {45};
38 -> {39}; 38 -> {39};
39 -> {40}; 39 -> {40};
40 -> {41}; 40 -> {41};
@@ -150,77 +151,77 @@ digraph implicitReceivers_kt {
43 -> {44}; 43 -> {44};
44 -> {45}; 44 -> {45};
45 -> {46}; 45 -> {46};
46 -> {26}; 46 -> {47};
47 -> {48}; 47 -> {48};
48 -> {49}; 48 -> {49};
49 -> {50}; 49 -> {50};
50 -> {23};
subgraph cluster_17 { subgraph cluster_17 {
color=red color=red
51 [label="Enter function test_2" style="filled" fillcolor=red]; 51 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_18 { subgraph cluster_18 {
color=blue color=blue
53 [label="Enter block"]; 52 [label="Enter block"];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
54 [label="Enter when"]; 53 [label="Enter when"];
subgraph cluster_20 { subgraph cluster_20 {
color=blue color=blue
56 [label="Enter when branch condition "]; 54 [label="Enter when branch condition "];
57 [label="Access variable this@R|/test_2|"]; 55 [label="Access variable this@R|/test_2|"];
58 [label="Type operator: (this@R|/test_2| !is R|A|)"]; 56 [label="Type operator: (this@R|/test_2| !is R|A|)"];
59 [label="Exit when branch condition"]; 57 [label="Exit when branch condition"];
} }
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
67 [label="Enter when branch condition else"]; 58 [label="Enter when branch condition else"];
68 [label="Exit when branch condition"]; 59 [label="Exit when branch condition"];
} }
69 [label="Enter when branch result"];
subgraph cluster_22 {
color=blue
70 [label="Enter block"];
71 [label="Access variable this@R|/test_2|"];
72 [label="Function call: this@R|/test_2|.R|/A.foo|()"];
73 [label="Function call: this@R|/test_2|.R|/A.foo|()"];
74 [label="Exit block"];
}
75 [label="Exit when branch result"];
60 [label="Enter when branch result"]; 60 [label="Enter when branch result"];
subgraph cluster_23 { subgraph cluster_22 {
color=blue color=blue
61 [label="Enter block"]; 61 [label="Enter block"];
62 [label="Access variable this@R|/test_2|"]; 62 [label="Access variable this@R|/test_2|"];
63 [label="Function call: this@R|/test_2|.<Unresolved name: foo>#()"]; 63 [label="Function call: this@R|/test_2|.R|/A.foo|()"];
64 [label="Function call: <Unresolved name: foo>#()"]; 64 [label="Function call: this@R|/test_2|.R|/A.foo|()"];
65 [label="Exit block"]; 65 [label="Exit block"];
} }
66 [label="Exit when branch result"]; 66 [label="Exit when branch result"];
55 [label="Exit when"]; 67 [label="Enter when branch result"];
subgraph cluster_23 {
color=blue
68 [label="Enter block"];
69 [label="Access variable this@R|/test_2|"];
70 [label="Function call: this@R|/test_2|.<Unresolved name: foo>#()"];
71 [label="Function call: <Unresolved name: foo>#()"];
72 [label="Exit block"];
}
73 [label="Exit when branch result"];
74 [label="Exit when"];
} }
76 [label="Access variable this@R|/test_2|"]; 75 [label="Access variable this@R|/test_2|"];
77 [label="Function call: this@R|/test_2|.<Unresolved name: foo>#()"]; 76 [label="Function call: this@R|/test_2|.<Unresolved name: foo>#()"];
78 [label="Function call: <Unresolved name: foo>#()"]; 77 [label="Function call: <Unresolved name: foo>#()"];
79 [label="Exit block"]; 78 [label="Exit block"];
} }
52 [label="Exit function test_2" style="filled" fillcolor=red]; 79 [label="Exit function test_2" style="filled" fillcolor=red];
} }
51 -> {53}; 51 -> {52};
52 -> {53};
53 -> {54}; 53 -> {54};
54 -> {56}; 54 -> {55};
55 -> {76}; 55 -> {56};
56 -> {57}; 56 -> {57};
57 -> {58}; 57 -> {67 58};
58 -> {59}; 58 -> {59};
59 -> {60 67}; 59 -> {60};
60 -> {61}; 60 -> {61};
61 -> {62}; 61 -> {62};
62 -> {63}; 62 -> {63};
63 -> {64}; 63 -> {64};
64 -> {65}; 64 -> {65};
65 -> {66}; 65 -> {66};
66 -> {55}; 66 -> {74};
67 -> {68}; 67 -> {68};
68 -> {69}; 68 -> {69};
69 -> {70}; 69 -> {70};
@@ -229,241 +230,241 @@ digraph implicitReceivers_kt {
72 -> {73}; 72 -> {73};
73 -> {74}; 73 -> {74};
74 -> {75}; 74 -> {75};
75 -> {55}; 75 -> {76};
76 -> {77}; 76 -> {77};
77 -> {78}; 77 -> {78};
78 -> {79}; 78 -> {79};
79 -> {52};
subgraph cluster_24 { subgraph cluster_24 {
color=red color=red
80 [label="Enter function test_3" style="filled" fillcolor=red]; 80 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_25 { subgraph cluster_25 {
color=blue color=blue
82 [label="Enter block"]; 81 [label="Enter block"];
83 [label="Access variable R|<local>/a|"]; 82 [label="Access variable R|<local>/a|"];
84 [label="Postponed enter to lambda"]; 83 [label="Postponed enter to lambda"];
subgraph cluster_26 { subgraph cluster_26 {
color=blue color=blue
89 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 89 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_27 { subgraph cluster_27 {
color=blue color=blue
91 [label="Enter block"]; 90 [label="Enter block"];
92 [label="Access variable R|<local>/b|"]; 91 [label="Access variable R|<local>/b|"];
93 [label="Postponed enter to lambda"]; 92 [label="Postponed enter to lambda"];
subgraph cluster_28 { subgraph cluster_28 {
color=blue color=blue
97 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 97 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_29 { subgraph cluster_29 {
color=blue color=blue
99 [label="Enter block"]; 98 [label="Enter block"];
100 [label="Access variable R|<local>/c|"]; 99 [label="Access variable R|<local>/c|"];
101 [label="Postponed enter to lambda"]; 100 [label="Postponed enter to lambda"];
subgraph cluster_30 { subgraph cluster_30 {
color=blue color=blue
109 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 109 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_31 { subgraph cluster_31 {
color=blue color=blue
111 [label="Enter block"]; 110 [label="Enter block"];
112 [label="Access variable this@R|special/anonymous|"]; 111 [label="Access variable this@R|special/anonymous|"];
113 [label="Type operator: (this@R|special/anonymous| as R|A|)"]; 112 [label="Type operator: (this@R|special/anonymous| as R|A|)"];
114 [label="Access variable this@R|special/anonymous|"]; 113 [label="Access variable this@R|special/anonymous|"];
114 [label="Function call: this@R|special/anonymous|.R|/A.foo|()"];
115 [label="Function call: this@R|special/anonymous|.R|/A.foo|()"]; 115 [label="Function call: this@R|special/anonymous|.R|/A.foo|()"];
116 [label="Function call: this@R|special/anonymous|.R|/A.foo|()"]; 116 [label="Exit block"];
117 [label="Exit block"];
} }
110 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 117 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
104 [label="Call arguments union" style="filled" fillcolor=yellow]; 101 [label="Call arguments union" style="filled" fillcolor=yellow];
102 [label="Postponed exit from lambda"]; 102 [label="Postponed exit from lambda"];
103 [label="Function call: R|kotlin/with|<R|kotlin/Any|, R|kotlin/Unit|>(...)"]; 103 [label="Function call: R|kotlin/with|<R|kotlin/Any|, R|kotlin/Unit|>(...)"];
105 [label="Access variable this@R|special/anonymous|"]; 104 [label="Access variable this@R|special/anonymous|"];
105 [label="Function call: this@R|special/anonymous|.R|/A.foo|()"];
106 [label="Function call: this@R|special/anonymous|.R|/A.foo|()"]; 106 [label="Function call: this@R|special/anonymous|.R|/A.foo|()"];
107 [label="Function call: this@R|special/anonymous|.R|/A.foo|()"]; 107 [label="Exit block"];
108 [label="Exit block"];
} }
98 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 108 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
94 [label="Postponed exit from lambda"]; 93 [label="Postponed exit from lambda"];
95 [label="Function call: R|kotlin/with|<R|kotlin/Any|, R|kotlin/Unit|>(...)"]; 94 [label="Function call: R|kotlin/with|<R|kotlin/Any|, R|kotlin/Unit|>(...)"];
96 [label="Exit block"]; 95 [label="Exit block"];
} }
90 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 96 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
87 [label="Call arguments union" style="filled" fillcolor=yellow]; 84 [label="Call arguments union" style="filled" fillcolor=yellow];
85 [label="Postponed exit from lambda"]; 85 [label="Postponed exit from lambda"];
86 [label="Function call: R|kotlin/with|<R|kotlin/Any|, R|kotlin/Unit|>(...)"]; 86 [label="Function call: R|kotlin/with|<R|kotlin/Any|, R|kotlin/Unit|>(...)"];
88 [label="Exit block"]; 87 [label="Exit block"];
} }
81 [label="Exit function test_3" style="filled" fillcolor=red]; 88 [label="Exit function test_3" style="filled" fillcolor=red];
} }
80 -> {82}; 80 -> {81};
81 -> {82};
82 -> {83}; 82 -> {83};
83 -> {84}; 83 -> {89};
84 -> {89}; 83 -> {85} [color=red];
84 -> {85} [color=red]; 84 -> {86} [color=red];
85 -> {86} [color=green]; 85 -> {86} [color=green];
86 -> {88}; 86 -> {87};
87 -> {86} [color=red]; 87 -> {88};
88 -> {81}; 89 -> {90};
89 -> {91}; 90 -> {91};
90 -> {85} [color=green];
90 -> {87} [color=red];
91 -> {92}; 91 -> {92};
92 -> {93}; 92 -> {97};
93 -> {97}; 92 -> {93} [color=red];
93 -> {94} [color=red]; 93 -> {94};
94 -> {95}; 94 -> {95};
95 -> {96}; 95 -> {96};
96 -> {90}; 96 -> {85} [color=green];
97 -> {99}; 96 -> {84} [color=red];
98 -> {94} [color=green]; 97 -> {98};
98 -> {99};
99 -> {100}; 99 -> {100};
100 -> {101}; 100 -> {109};
101 -> {109}; 100 -> {102} [color=red];
101 -> {102} [color=red]; 101 -> {103} [color=red];
102 -> {103} [color=green]; 102 -> {103} [color=green];
103 -> {105}; 103 -> {104};
104 -> {103} [color=red]; 104 -> {105};
105 -> {106}; 105 -> {106};
106 -> {107}; 106 -> {107};
107 -> {108}; 107 -> {108};
108 -> {98}; 108 -> {93} [color=green];
109 -> {111}; 109 -> {110};
110 -> {102} [color=green]; 110 -> {111};
110 -> {104} [color=red];
111 -> {112}; 111 -> {112};
112 -> {113}; 112 -> {113};
113 -> {114}; 113 -> {114};
114 -> {115}; 114 -> {115};
115 -> {116}; 115 -> {116};
116 -> {117}; 116 -> {117};
117 -> {110}; 117 -> {102} [color=green];
117 -> {101} [color=red];
subgraph cluster_32 { subgraph cluster_32 {
color=red color=red
118 [label="Enter function test_4" style="filled" fillcolor=red]; 118 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_33 { subgraph cluster_33 {
color=blue color=blue
120 [label="Enter block"]; 119 [label="Enter block"];
subgraph cluster_34 { subgraph cluster_34 {
color=blue color=blue
121 [label="Enter when"]; 120 [label="Enter when"];
subgraph cluster_35 { subgraph cluster_35 {
color=blue color=blue
123 [label="Enter when branch condition "]; 121 [label="Enter when branch condition "];
124 [label="Access variable this@R|/test_4|"]; 122 [label="Access variable this@R|/test_4|"];
125 [label="Type operator: (this@R|/test_4| !is R|A|)"]; 123 [label="Type operator: (this@R|/test_4| !is R|A|)"];
126 [label="Exit when branch condition"]; 124 [label="Exit when branch condition"];
} }
subgraph cluster_36 { subgraph cluster_36 {
color=blue color=blue
137 [label="Enter when branch condition else"]; 125 [label="Enter when branch condition else"];
138 [label="Exit when branch condition"]; 126 [label="Exit when branch condition"];
} }
139 [label="Enter when branch result"]; 127 [label="Enter when branch result"];
subgraph cluster_37 { subgraph cluster_37 {
color=blue color=blue
140 [label="Enter block"]; 128 [label="Enter block"];
subgraph cluster_38 { subgraph cluster_38 {
color=blue color=blue
141 [label="Enter when"]; 129 [label="Enter when"];
subgraph cluster_39 { subgraph cluster_39 {
color=blue color=blue
143 [label="Enter when branch condition "]; 130 [label="Enter when branch condition "];
144 [label="Access variable this@R|/test_4|"]; 131 [label="Access variable this@R|/test_4|"];
145 [label="Type operator: (this@R|/test_4| !is R|B|)"]; 132 [label="Type operator: (this@R|/test_4| !is R|B|)"];
146 [label="Exit when branch condition"]; 133 [label="Exit when branch condition"];
} }
subgraph cluster_40 { subgraph cluster_40 {
color=blue color=blue
157 [label="Enter when branch condition else"]; 134 [label="Enter when branch condition else"];
158 [label="Exit when branch condition"]; 135 [label="Exit when branch condition"];
} }
159 [label="Enter when branch result"]; 136 [label="Enter when branch result"];
subgraph cluster_41 { subgraph cluster_41 {
color=blue color=blue
160 [label="Enter block"]; 137 [label="Enter block"];
161 [label="Access variable this@R|/test_4|"]; 138 [label="Access variable this@R|/test_4|"];
162 [label="Function call: this@R|/test_4|.R|/A.foo|()"]; 139 [label="Function call: this@R|/test_4|.R|/A.foo|()"];
163 [label="Function call: this@R|/test_4|.R|/A.foo|()"]; 140 [label="Function call: this@R|/test_4|.R|/A.foo|()"];
164 [label="Access variable this@R|/test_4|"]; 141 [label="Access variable this@R|/test_4|"];
165 [label="Function call: this@R|/test_4|.R|/B.bar|()"]; 142 [label="Function call: this@R|/test_4|.R|/B.bar|()"];
166 [label="Function call: this@R|/test_4|.R|/B.bar|()"]; 143 [label="Function call: this@R|/test_4|.R|/B.bar|()"];
167 [label="Exit block"]; 144 [label="Exit block"];
} }
168 [label="Exit when branch result"]; 145 [label="Exit when branch result"];
147 [label="Enter when branch result"]; 146 [label="Enter when branch result"];
subgraph cluster_42 { subgraph cluster_42 {
color=blue color=blue
148 [label="Enter block"]; 147 [label="Enter block"];
149 [label="Access variable this@R|/test_4|"]; 148 [label="Access variable this@R|/test_4|"];
150 [label="Function call: this@R|/test_4|.<Unresolved name: bar>#()"]; 149 [label="Function call: this@R|/test_4|.<Unresolved name: bar>#()"];
151 [label="Function call: <Unresolved name: bar>#()"]; 150 [label="Function call: <Unresolved name: bar>#()"];
152 [label="Access variable this@R|/test_4|"]; 151 [label="Access variable this@R|/test_4|"];
152 [label="Function call: this@R|/test_4|.R|/A.foo|()"];
153 [label="Function call: this@R|/test_4|.R|/A.foo|()"]; 153 [label="Function call: this@R|/test_4|.R|/A.foo|()"];
154 [label="Function call: this@R|/test_4|.R|/A.foo|()"]; 154 [label="Exit block"];
155 [label="Exit block"];
} }
156 [label="Exit when branch result"]; 155 [label="Exit when branch result"];
142 [label="Exit when"]; 156 [label="Exit when"];
} }
169 [label="Exit block"]; 157 [label="Exit block"];
} }
170 [label="Exit when branch result"]; 158 [label="Exit when branch result"];
127 [label="Enter when branch result"]; 159 [label="Enter when branch result"];
subgraph cluster_43 { subgraph cluster_43 {
color=blue color=blue
128 [label="Enter block"]; 160 [label="Enter block"];
129 [label="Access variable this@R|/test_4|"]; 161 [label="Access variable this@R|/test_4|"];
130 [label="Function call: this@R|/test_4|.<Unresolved name: foo>#()"]; 162 [label="Function call: this@R|/test_4|.<Unresolved name: foo>#()"];
131 [label="Function call: <Unresolved name: foo>#()"]; 163 [label="Function call: <Unresolved name: foo>#()"];
132 [label="Access variable this@R|/test_4|"]; 164 [label="Access variable this@R|/test_4|"];
133 [label="Function call: this@R|/test_4|.<Unresolved name: bar>#()"]; 165 [label="Function call: this@R|/test_4|.<Unresolved name: bar>#()"];
134 [label="Function call: <Unresolved name: bar>#()"]; 166 [label="Function call: <Unresolved name: bar>#()"];
135 [label="Exit block"]; 167 [label="Exit block"];
} }
136 [label="Exit when branch result"]; 168 [label="Exit when branch result"];
122 [label="Exit when"]; 169 [label="Exit when"];
} }
171 [label="Access variable this@R|/test_4|"]; 170 [label="Access variable this@R|/test_4|"];
172 [label="Function call: this@R|/test_4|.<Unresolved name: foo>#()"]; 171 [label="Function call: this@R|/test_4|.<Unresolved name: foo>#()"];
173 [label="Function call: <Unresolved name: foo>#()"]; 172 [label="Function call: <Unresolved name: foo>#()"];
174 [label="Access variable this@R|/test_4|"]; 173 [label="Access variable this@R|/test_4|"];
175 [label="Function call: this@R|/test_4|.<Unresolved name: bar>#()"]; 174 [label="Function call: this@R|/test_4|.<Unresolved name: bar>#()"];
176 [label="Function call: <Unresolved name: bar>#()"]; 175 [label="Function call: <Unresolved name: bar>#()"];
177 [label="Exit block"]; 176 [label="Exit block"];
} }
119 [label="Exit function test_4" style="filled" fillcolor=red]; 177 [label="Exit function test_4" style="filled" fillcolor=red];
} }
118 -> {120}; 118 -> {119};
119 -> {120};
120 -> {121}; 120 -> {121};
121 -> {123}; 121 -> {122};
122 -> {171}; 122 -> {123};
123 -> {124}; 123 -> {124};
124 -> {125}; 124 -> {159 125};
125 -> {126}; 125 -> {126};
126 -> {127 137}; 126 -> {127};
127 -> {128}; 127 -> {128};
128 -> {129}; 128 -> {129};
129 -> {130}; 129 -> {130};
130 -> {131}; 130 -> {131};
131 -> {132}; 131 -> {132};
132 -> {133}; 132 -> {133};
133 -> {134}; 133 -> {146 134};
134 -> {135}; 134 -> {135};
135 -> {136}; 135 -> {136};
136 -> {122}; 136 -> {137};
137 -> {138}; 137 -> {138};
138 -> {139}; 138 -> {139};
139 -> {140}; 139 -> {140};
140 -> {141}; 140 -> {141};
141 -> {143}; 141 -> {142};
142 -> {169}; 142 -> {143};
143 -> {144}; 143 -> {144};
144 -> {145}; 144 -> {145};
145 -> {146}; 145 -> {156};
146 -> {147 157}; 146 -> {147};
147 -> {148}; 147 -> {148};
148 -> {149}; 148 -> {149};
149 -> {150}; 149 -> {150};
@@ -473,9 +474,9 @@ digraph implicitReceivers_kt {
153 -> {154}; 153 -> {154};
154 -> {155}; 154 -> {155};
155 -> {156}; 155 -> {156};
156 -> {142}; 156 -> {157};
157 -> {158}; 157 -> {158};
158 -> {159}; 158 -> {169};
159 -> {160}; 159 -> {160};
160 -> {161}; 160 -> {161};
161 -> {162}; 161 -> {162};
@@ -485,53 +486,52 @@ digraph implicitReceivers_kt {
165 -> {166}; 165 -> {166};
166 -> {167}; 166 -> {167};
167 -> {168}; 167 -> {168};
168 -> {142}; 168 -> {169};
169 -> {170}; 169 -> {170};
170 -> {122}; 170 -> {171};
171 -> {172}; 171 -> {172};
172 -> {173}; 172 -> {173};
173 -> {174}; 173 -> {174};
174 -> {175}; 174 -> {175};
175 -> {176}; 175 -> {176};
176 -> {177}; 176 -> {177};
177 -> {119};
subgraph cluster_44 { subgraph cluster_44 {
color=red color=red
178 [label="Enter function test_5" style="filled" fillcolor=red]; 178 [label="Enter function test_5" style="filled" fillcolor=red];
subgraph cluster_45 { subgraph cluster_45 {
color=blue color=blue
180 [label="Enter block"]; 179 [label="Enter block"];
subgraph cluster_46 { subgraph cluster_46 {
color=blue color=blue
181 [label="Enter when"]; 180 [label="Enter when"];
subgraph cluster_47 { subgraph cluster_47 {
color=blue color=blue
183 [label="Enter when branch condition "]; 181 [label="Enter when branch condition "];
184 [label="Access variable this@R|/test_5|"]; 182 [label="Access variable this@R|/test_5|"];
185 [label="Type operator: (this@R|/test_5| is R|kotlin/collections/List<*>|)"]; 183 [label="Type operator: (this@R|/test_5| is R|kotlin/collections/List<*>|)"];
186 [label="Exit when branch condition"]; 184 [label="Exit when branch condition"];
} }
subgraph cluster_48 { subgraph cluster_48 {
color=blue color=blue
192 [label="Enter when branch condition "]; 185 [label="Enter when branch condition "];
193 [label="Access variable this@R|/test_5|"]; 186 [label="Access variable this@R|/test_5|"];
194 [label="Type operator: (this@R|/test_5| is R|kotlin/String|)"]; 187 [label="Type operator: (this@R|/test_5| is R|kotlin/String|)"];
195 [label="Exit when branch condition"]; 188 [label="Exit when branch condition"];
} }
subgraph cluster_49 { subgraph cluster_49 {
color=blue color=blue
201 [label="Enter when branch condition else"]; 189 [label="Enter when branch condition else"];
202 [label="Exit when branch condition"]; 190 [label="Exit when branch condition"];
} }
203 [label="Enter when branch result"]; 191 [label="Enter when branch result"];
subgraph cluster_50 { subgraph cluster_50 {
color=blue color=blue
204 [label="Enter block"]; 192 [label="Enter block"];
205 [label="Const: Int(0)"]; 193 [label="Const: Int(0)"];
206 [label="Exit block"]; 194 [label="Exit block"];
} }
207 [label="Exit when branch result"]; 195 [label="Exit when branch result"];
196 [label="Enter when branch result"]; 196 [label="Enter when branch result"];
subgraph cluster_51 { subgraph cluster_51 {
color=blue color=blue
@@ -540,17 +540,17 @@ digraph implicitReceivers_kt {
199 [label="Exit block"]; 199 [label="Exit block"];
} }
200 [label="Exit when branch result"]; 200 [label="Exit when branch result"];
187 [label="Enter when branch result"]; 201 [label="Enter when branch result"];
subgraph cluster_52 { subgraph cluster_52 {
color=blue color=blue
188 [label="Enter block"]; 202 [label="Enter block"];
189 [label="Access variable R|kotlin/collections/List.size|"]; 203 [label="Access variable R|kotlin/collections/List.size|"];
190 [label="Exit block"]; 204 [label="Exit block"];
} }
191 [label="Exit when branch result"]; 205 [label="Exit when branch result"];
182 [label="Exit when"]; 206 [label="Exit when"];
} }
208 [label="Jump: ^test_5 when () { 207 [label="Jump: ^test_5 when () {
(this@R|/test_5| is R|kotlin/collections/List<*>|) -> { (this@R|/test_5| is R|kotlin/collections/List<*>|) -> {
this@R|/test_5|.R|kotlin/collections/List.size| this@R|/test_5|.R|kotlin/collections/List.size|
} }
@@ -562,62 +562,63 @@ digraph implicitReceivers_kt {
} }
} }
"]; "];
209 [label="Stub" style="filled" fillcolor=gray]; 208 [label="Stub" style="filled" fillcolor=gray];
210 [label="Exit block" style="filled" fillcolor=gray]; 209 [label="Exit block" style="filled" fillcolor=gray];
} }
179 [label="Exit function test_5" style="filled" fillcolor=red]; 210 [label="Exit function test_5" style="filled" fillcolor=red];
} }
178 -> {180}; 178 -> {179};
179 -> {180};
180 -> {181}; 180 -> {181};
181 -> {183}; 181 -> {182};
182 -> {208}; 182 -> {183};
183 -> {184}; 183 -> {184};
184 -> {185}; 184 -> {201 185};
185 -> {186}; 185 -> {186};
186 -> {187 192}; 186 -> {187};
187 -> {188}; 187 -> {188};
188 -> {189}; 188 -> {196 189};
189 -> {190}; 189 -> {190};
190 -> {191}; 190 -> {191};
191 -> {182}; 191 -> {192};
192 -> {193}; 192 -> {193};
193 -> {194}; 193 -> {194};
194 -> {195}; 194 -> {195};
195 -> {196 201}; 195 -> {206};
196 -> {197}; 196 -> {197};
197 -> {198}; 197 -> {198};
198 -> {199}; 198 -> {199};
199 -> {200}; 199 -> {200};
200 -> {182}; 200 -> {206};
201 -> {202}; 201 -> {202};
202 -> {203}; 202 -> {203};
203 -> {204}; 203 -> {204};
204 -> {205}; 204 -> {205};
205 -> {206}; 205 -> {206};
206 -> {207}; 206 -> {207};
207 -> {182}; 207 -> {210};
208 -> {179}; 207 -> {208} [style=dotted];
208 -> {209} [style=dotted]; 208 -> {209} [style=dotted];
209 -> {210} [style=dotted]; 209 -> {210} [style=dotted];
210 -> {179} [style=dotted];
subgraph cluster_53 { subgraph cluster_53 {
color=red color=red
211 [label="Enter function test_6" style="filled" fillcolor=red]; 211 [label="Enter function test_6" style="filled" fillcolor=red];
subgraph cluster_54 { subgraph cluster_54 {
color=blue color=blue
213 [label="Enter block"]; 212 [label="Enter block"];
214 [label="Access variable this@R|/test_6|"]; 213 [label="Access variable this@R|/test_6|"];
215 [label="Type operator: (this@R|/test_6| as R|kotlin/collections/List<*>|)"]; 214 [label="Type operator: (this@R|/test_6| as R|kotlin/collections/List<*>|)"];
216 [label="Access variable R|kotlin/collections/List.size|"]; 215 [label="Access variable R|kotlin/collections/List.size|"];
217 [label="Access variable this@R|/test_6|"]; 216 [label="Access variable this@R|/test_6|"];
218 [label="Type operator: (this@R|/test_6| as R|kotlin/String|)"]; 217 [label="Type operator: (this@R|/test_6| as R|kotlin/String|)"];
219 [label="Access variable R|kotlin/String.length|"]; 218 [label="Access variable R|kotlin/String.length|"];
220 [label="Exit block"]; 219 [label="Exit block"];
} }
212 [label="Exit function test_6" style="filled" fillcolor=red]; 220 [label="Exit function test_6" style="filled" fillcolor=red];
} }
211 -> {213}; 211 -> {212};
212 -> {213};
213 -> {214}; 213 -> {214};
214 -> {215}; 214 -> {215};
215 -> {216}; 215 -> {216};
@@ -625,6 +626,5 @@ digraph implicitReceivers_kt {
217 -> {218}; 217 -> {218};
218 -> {219}; 218 -> {219};
219 -> {220}; 219 -> {220};
220 -> {212};
} }
@@ -5,10 +5,10 @@ digraph thisOfExtensionProperty_kt {
subgraph cluster_0 { subgraph cluster_0 {
color=red color=red
1 [label="Enter class A" style="filled" fillcolor=red]; 0 [label="Enter class A" style="filled" fillcolor=red];
0 [label="Exit class A" style="filled" fillcolor=red]; 1 [label="Exit class A" style="filled" fillcolor=red];
} }
1 -> {0} [color=green]; 0 -> {1} [color=green];
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
@@ -19,83 +19,83 @@ digraph thisOfExtensionProperty_kt {
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
5 [label="Enter class B" style="filled" fillcolor=red]; 4 [label="Enter class B" style="filled" fillcolor=red];
4 [label="Exit class B" style="filled" fillcolor=red]; 5 [label="Exit class B" style="filled" fillcolor=red];
} }
5 -> {4} [color=green]; 4 -> {5} [color=green];
subgraph cluster_3 { subgraph cluster_3 {
color=red color=red
6 [label="Enter function getter" style="filled" fillcolor=red]; 6 [label="Enter function getter" style="filled" fillcolor=red];
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
8 [label="Enter block"]; 7 [label="Enter block"];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
10 [label="Enter &&"]; 8 [label="Enter &&"];
11 [label="Access variable this@R|/check_1|"]; 9 [label="Access variable this@R|/check_1|"];
12 [label="Type operator: (this@R|/check_1| is R|B|)"]; 10 [label="Type operator: (this@R|/check_1| is R|B|)"];
13 [label="Exit left part of &&"]; 11 [label="Exit left part of &&"];
14 [label="Enter right part of &&"]; 12 [label="Enter right part of &&"];
15 [label="Access variable R|/B.b|"]; 13 [label="Access variable R|/B.b|"];
9 [label="Exit &&"]; 14 [label="Exit &&"];
} }
16 [label="Jump: ^ (this@R|/check_1| is R|B|) && this@R|/check_1|.R|/B.b|"]; 15 [label="Jump: ^ (this@R|/check_1| is R|B|) && this@R|/check_1|.R|/B.b|"];
17 [label="Stub" style="filled" fillcolor=gray]; 16 [label="Stub" style="filled" fillcolor=gray];
18 [label="Exit block" style="filled" fillcolor=gray]; 17 [label="Exit block" style="filled" fillcolor=gray];
} }
7 [label="Exit function getter" style="filled" fillcolor=red]; 18 [label="Exit function getter" style="filled" fillcolor=red];
} }
6 -> {8}; 6 -> {7};
8 -> {10}; 7 -> {8};
9 -> {16}; 8 -> {9};
9 -> {10};
10 -> {11}; 10 -> {11};
11 -> {12}; 11 -> {14 12};
12 -> {13}; 12 -> {13};
13 -> {9 14}; 13 -> {14};
14 -> {15}; 14 -> {15};
15 -> {9}; 15 -> {18};
16 -> {7}; 15 -> {16} [style=dotted];
16 -> {17} [style=dotted]; 16 -> {17} [style=dotted];
17 -> {18} [style=dotted]; 17 -> {18} [style=dotted];
18 -> {7} [style=dotted];
subgraph cluster_6 { subgraph cluster_6 {
color=red color=red
19 [label="Enter function getter" style="filled" fillcolor=red]; 19 [label="Enter function getter" style="filled" fillcolor=red];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
21 [label="Enter block"]; 20 [label="Enter block"];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
23 [label="Enter &&"]; 21 [label="Enter &&"];
24 [label="Access variable this@R|/check_2|"]; 22 [label="Access variable this@R|/check_2|"];
25 [label="Type operator: (this@R|/check_2| is R|B|)"]; 23 [label="Type operator: (this@R|/check_2| is R|B|)"];
26 [label="Exit left part of &&"]; 24 [label="Exit left part of &&"];
27 [label="Enter right part of &&"]; 25 [label="Enter right part of &&"];
28 [label="Access variable this@R|/check_2|"]; 26 [label="Access variable this@R|/check_2|"];
29 [label="Access variable R|/B.b|"]; 27 [label="Access variable R|/B.b|"];
22 [label="Exit &&"]; 28 [label="Exit &&"];
} }
30 [label="Jump: ^ (this@R|/check_2| is R|B|) && this@R|/check_2|.R|/B.b|"]; 29 [label="Jump: ^ (this@R|/check_2| is R|B|) && this@R|/check_2|.R|/B.b|"];
31 [label="Stub" style="filled" fillcolor=gray]; 30 [label="Stub" style="filled" fillcolor=gray];
32 [label="Exit block" style="filled" fillcolor=gray]; 31 [label="Exit block" style="filled" fillcolor=gray];
} }
20 [label="Exit function getter" style="filled" fillcolor=red]; 32 [label="Exit function getter" style="filled" fillcolor=red];
} }
19 -> {21}; 19 -> {20};
21 -> {23}; 20 -> {21};
22 -> {30}; 21 -> {22};
22 -> {23};
23 -> {24}; 23 -> {24};
24 -> {25}; 24 -> {28 25};
25 -> {26}; 25 -> {26};
26 -> {22 27}; 26 -> {27};
27 -> {28}; 27 -> {28};
28 -> {29}; 28 -> {29};
29 -> {22}; 29 -> {32};
30 -> {20}; 29 -> {30} [style=dotted];
30 -> {31} [style=dotted]; 30 -> {31} [style=dotted];
31 -> {32} [style=dotted]; 31 -> {32} [style=dotted];
32 -> {20} [style=dotted];
} }
@@ -6,32 +6,32 @@ digraph assignSafeCall_kt {
subgraph cluster_0 { subgraph cluster_0 {
color=red color=red
0 [label="Enter function <init>" style="filled" fillcolor=red]; 0 [label="Enter function <init>" style="filled" fillcolor=red];
2 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 1 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
1 [label="Exit function <init>" style="filled" fillcolor=red]; 2 [label="Exit function <init>" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
2 -> {1}; 1 -> {2};
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
3 [label="Enter function foo" style="filled" fillcolor=red]; 3 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_2 { subgraph cluster_2 {
color=blue color=blue
5 [label="Enter block"]; 4 [label="Enter block"];
6 [label="Const: Int(1)"]; 5 [label="Const: Int(1)"];
7 [label="Jump: ^foo Int(1)"]; 6 [label="Jump: ^foo Int(1)"];
8 [label="Stub" style="filled" fillcolor=gray]; 7 [label="Stub" style="filled" fillcolor=gray];
9 [label="Exit block" style="filled" fillcolor=gray]; 8 [label="Exit block" style="filled" fillcolor=gray];
} }
4 [label="Exit function foo" style="filled" fillcolor=red]; 9 [label="Exit function foo" style="filled" fillcolor=red];
} }
3 -> {5}; 3 -> {4};
4 -> {5};
5 -> {6}; 5 -> {6};
6 -> {7}; 6 -> {9};
7 -> {4}; 6 -> {7} [style=dotted];
7 -> {8} [style=dotted]; 7 -> {8} [style=dotted];
8 -> {9} [style=dotted]; 8 -> {9} [style=dotted];
9 -> {4} [style=dotted];
subgraph cluster_3 { subgraph cluster_3 {
color=red color=red
@@ -45,236 +45,236 @@ digraph assignSafeCall_kt {
15 [label="Enter function bar" style="filled" fillcolor=red]; 15 [label="Enter function bar" style="filled" fillcolor=red];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
17 [label="Enter block"]; 16 [label="Enter block"];
18 [label="Exit block"]; 17 [label="Exit block"];
} }
16 [label="Exit function bar" style="filled" fillcolor=red]; 18 [label="Exit function bar" style="filled" fillcolor=red];
} }
15 -> {17}; 15 -> {16};
16 -> {17};
17 -> {18}; 17 -> {18};
18 -> {16};
subgraph cluster_6 { subgraph cluster_6 {
color=red color=red
20 [label="Enter class A" style="filled" fillcolor=red]; 19 [label="Enter class A" style="filled" fillcolor=red];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
12 [label="Enter property" style="filled" fillcolor=red]; 12 [label="Enter property" style="filled" fillcolor=red];
14 [label="Const: Int(1)"]; 13 [label="Const: Int(1)"];
13 [label="Exit property" style="filled" fillcolor=red]; 14 [label="Exit property" style="filled" fillcolor=red];
} }
19 [label="Exit class A" style="filled" fillcolor=red]; 20 [label="Exit class A" style="filled" fillcolor=red];
} }
20 -> {12} [color=green]; 19 -> {12} [color=green];
12 -> {14}; 12 -> {13};
13 -> {19} [color=green]; 13 -> {14};
14 -> {13}; 14 -> {20} [color=green];
subgraph cluster_8 { subgraph cluster_8 {
color=red color=red
21 [label="Enter function test_1" style="filled" fillcolor=red]; 21 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
23 [label="Enter block"]; 22 [label="Enter block"];
24 [label="Access variable R|<local>/a|"]; 23 [label="Access variable R|<local>/a|"];
25 [label="Enter safe call"]; 24 [label="Enter safe call"];
27 [label="Access variable R|/A.x|"]; 25 [label="Access variable R|/A.x|"];
26 [label="Exit safe call"]; 26 [label="Exit safe call"];
28 [label="Variable declaration: lval x: R|kotlin/Int?|"]; 27 [label="Variable declaration: lval x: R|kotlin/Int?|"];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
29 [label="Enter when"]; 28 [label="Enter when"];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
31 [label="Enter when branch condition "]; 29 [label="Enter when branch condition "];
32 [label="Access variable R|<local>/x|"]; 30 [label="Access variable R|<local>/x|"];
33 [label="Const: Null(null)"]; 31 [label="Const: Null(null)"];
34 [label="Operator !="]; 32 [label="Operator !="];
35 [label="Exit when branch condition"]; 33 [label="Exit when branch condition"];
} }
42 [label="Synthetic else branch"]; 34 [label="Synthetic else branch"];
36 [label="Enter when branch result"]; 35 [label="Enter when branch result"];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
37 [label="Enter block"]; 36 [label="Enter block"];
38 [label="Access variable R|<local>/a|"]; 37 [label="Access variable R|<local>/a|"];
39 [label="Function call: R|<local>/a|.R|/A.bar|()"]; 38 [label="Function call: R|<local>/a|.R|/A.bar|()"];
40 [label="Exit block"]; 39 [label="Exit block"];
} }
41 [label="Exit when branch result"]; 40 [label="Exit when branch result"];
30 [label="Exit when"]; 41 [label="Exit when"];
} }
43 [label="Exit block"]; 42 [label="Exit block"];
} }
22 [label="Exit function test_1" style="filled" fillcolor=red]; 43 [label="Exit function test_1" style="filled" fillcolor=red];
} }
21 -> {23}; 21 -> {22};
23 -> {24}; 22 -> {23};
24 -> {25 26}; 23 -> {24 26};
25 -> {27}; 24 -> {25};
26 -> {28}; 25 -> {26};
27 -> {26}; 26 -> {27};
27 -> {28};
28 -> {29}; 28 -> {29};
29 -> {31}; 29 -> {30};
30 -> {43}; 30 -> {31};
31 -> {32}; 31 -> {32};
32 -> {33}; 32 -> {33};
33 -> {34}; 33 -> {35 34};
34 -> {35}; 34 -> {41};
35 -> {36 42}; 35 -> {36};
36 -> {37}; 36 -> {37};
37 -> {38}; 37 -> {38};
38 -> {39}; 38 -> {39};
39 -> {40}; 39 -> {40};
40 -> {41}; 40 -> {41};
41 -> {30}; 41 -> {42};
42 -> {30}; 42 -> {43};
43 -> {22};
subgraph cluster_13 { subgraph cluster_13 {
color=red color=red
44 [label="Enter function test_2" style="filled" fillcolor=red]; 44 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
46 [label="Enter block"]; 45 [label="Enter block"];
47 [label="Access variable R|<local>/a|"]; 46 [label="Access variable R|<local>/a|"];
48 [label="Enter safe call"]; 47 [label="Enter safe call"];
50 [label="Function call: $subj$.R|/A.foo|()"]; 48 [label="Function call: $subj$.R|/A.foo|()"];
49 [label="Exit safe call"]; 49 [label="Exit safe call"];
51 [label="Variable declaration: lval x: R|kotlin/Int?|"]; 50 [label="Variable declaration: lval x: R|kotlin/Int?|"];
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
52 [label="Enter when"]; 51 [label="Enter when"];
subgraph cluster_16 { subgraph cluster_16 {
color=blue color=blue
54 [label="Enter when branch condition "]; 52 [label="Enter when branch condition "];
55 [label="Access variable R|<local>/x|"]; 53 [label="Access variable R|<local>/x|"];
56 [label="Const: Null(null)"]; 54 [label="Const: Null(null)"];
57 [label="Operator !="]; 55 [label="Operator !="];
58 [label="Exit when branch condition"]; 56 [label="Exit when branch condition"];
} }
65 [label="Synthetic else branch"]; 57 [label="Synthetic else branch"];
59 [label="Enter when branch result"]; 58 [label="Enter when branch result"];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
60 [label="Enter block"]; 59 [label="Enter block"];
61 [label="Access variable R|<local>/a|"]; 60 [label="Access variable R|<local>/a|"];
62 [label="Function call: R|<local>/a|.R|/A.bar|()"]; 61 [label="Function call: R|<local>/a|.R|/A.bar|()"];
63 [label="Exit block"]; 62 [label="Exit block"];
} }
64 [label="Exit when branch result"]; 63 [label="Exit when branch result"];
53 [label="Exit when"]; 64 [label="Exit when"];
} }
66 [label="Exit block"]; 65 [label="Exit block"];
} }
45 [label="Exit function test_2" style="filled" fillcolor=red]; 66 [label="Exit function test_2" style="filled" fillcolor=red];
} }
44 -> {46}; 44 -> {45};
46 -> {47}; 45 -> {46};
47 -> {48 49}; 46 -> {47 49};
48 -> {50}; 47 -> {48};
49 -> {51}; 48 -> {49};
50 -> {49}; 49 -> {50};
50 -> {51};
51 -> {52}; 51 -> {52};
52 -> {54}; 52 -> {53};
53 -> {66}; 53 -> {54};
54 -> {55}; 54 -> {55};
55 -> {56}; 55 -> {56};
56 -> {57}; 56 -> {58 57};
57 -> {58}; 57 -> {64};
58 -> {59 65}; 58 -> {59};
59 -> {60}; 59 -> {60};
60 -> {61}; 60 -> {61};
61 -> {62}; 61 -> {62};
62 -> {63}; 62 -> {63};
63 -> {64}; 63 -> {64};
64 -> {53}; 64 -> {65};
65 -> {53}; 65 -> {66};
66 -> {45};
subgraph cluster_18 { subgraph cluster_18 {
color=red color=red
67 [label="Enter function test_3" style="filled" fillcolor=red]; 67 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
69 [label="Enter block"]; 68 [label="Enter block"];
subgraph cluster_20 { subgraph cluster_20 {
color=blue color=blue
70 [label="Enter when"]; 69 [label="Enter when"];
72 [label="Access variable R|<local>/x|"]; 70 [label="Access variable R|<local>/x|"];
73 [label="Type operator: (R|<local>/x| as? R|A|)"]; 71 [label="Type operator: (R|<local>/x| as? R|A|)"];
74 [label="Variable declaration: lval <elvis>: R|A?|"]; 72 [label="Variable declaration: lval <elvis>: R|A?|"];
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
75 [label="Enter when branch condition "]; 73 [label="Enter when branch condition "];
76 [label="Const: Null(null)"]; 74 [label="Const: Null(null)"];
77 [label="Operator =="]; 75 [label="Operator =="];
78 [label="Exit when branch condition"]; 76 [label="Exit when branch condition"];
} }
subgraph cluster_22 { subgraph cluster_22 {
color=blue color=blue
85 [label="Enter when branch condition else"]; 77 [label="Enter when branch condition else"];
86 [label="Exit when branch condition"]; 78 [label="Exit when branch condition"];
} }
87 [label="Enter when branch result"]; 79 [label="Enter when branch result"];
subgraph cluster_23 { subgraph cluster_23 {
color=blue color=blue
88 [label="Enter block"]; 80 [label="Enter block"];
89 [label="Access variable R|<local>/<elvis>|"]; 81 [label="Access variable R|<local>/<elvis>|"];
90 [label="Exit block"]; 82 [label="Exit block"];
} }
91 [label="Exit when branch result"]; 83 [label="Exit when branch result"];
79 [label="Enter when branch result"]; 84 [label="Enter when branch result"];
subgraph cluster_24 { subgraph cluster_24 {
color=blue color=blue
80 [label="Enter block"]; 85 [label="Enter block"];
81 [label="Jump: ^test_3 Unit"]; 86 [label="Jump: ^test_3 Unit"];
82 [label="Stub" style="filled" fillcolor=gray]; 87 [label="Stub" style="filled" fillcolor=gray];
83 [label="Exit block" style="filled" fillcolor=gray]; 88 [label="Exit block" style="filled" fillcolor=gray];
} }
84 [label="Exit when branch result" style="filled" fillcolor=gray]; 89 [label="Exit when branch result" style="filled" fillcolor=gray];
71 [label="Exit when"]; 90 [label="Exit when"];
} }
92 [label="Variable declaration: lval a: R|A|"]; 91 [label="Variable declaration: lval a: R|A|"];
93 [label="Access variable R|<local>/a|"]; 92 [label="Access variable R|<local>/a|"];
94 [label="Function call: R|<local>/a|.R|/A.foo|()"]; 93 [label="Function call: R|<local>/a|.R|/A.foo|()"];
95 [label="Access variable R|<local>/x|"]; 94 [label="Access variable R|<local>/x|"];
96 [label="Function call: R|<local>/x|.R|/A.foo|()"]; 95 [label="Function call: R|<local>/x|.R|/A.foo|()"];
97 [label="Exit block"]; 96 [label="Exit block"];
} }
68 [label="Exit function test_3" style="filled" fillcolor=red]; 97 [label="Exit function test_3" style="filled" fillcolor=red];
} }
67 -> {69}; 67 -> {68};
68 -> {69};
69 -> {70}; 69 -> {70};
70 -> {72}; 70 -> {71};
71 -> {92}; 71 -> {72};
72 -> {73}; 72 -> {73};
73 -> {74}; 73 -> {74};
74 -> {75}; 74 -> {75};
75 -> {76}; 75 -> {76};
76 -> {77}; 76 -> {84 77};
77 -> {78}; 77 -> {78};
78 -> {79 85}; 78 -> {79};
79 -> {80}; 79 -> {80};
80 -> {81}; 80 -> {81};
81 -> {68}; 81 -> {82};
81 -> {82} [style=dotted]; 82 -> {83};
82 -> {83} [style=dotted]; 83 -> {90};
83 -> {84} [style=dotted]; 84 -> {85};
84 -> {71} [style=dotted];
85 -> {86}; 85 -> {86};
86 -> {87}; 86 -> {97};
87 -> {88}; 86 -> {87} [style=dotted];
88 -> {89}; 87 -> {88} [style=dotted];
89 -> {90}; 88 -> {89} [style=dotted];
89 -> {90} [style=dotted];
90 -> {91}; 90 -> {91};
91 -> {71}; 91 -> {92};
92 -> {93}; 92 -> {93};
93 -> {94}; 93 -> {94};
94 -> {95}; 94 -> {95};
95 -> {96}; 95 -> {96};
96 -> {97}; 96 -> {97};
97 -> {68};
subgraph cluster_25 { subgraph cluster_25 {
color=red color=red
@@ -299,215 +299,215 @@ digraph assignSafeCall_kt {
subgraph cluster_28 { subgraph cluster_28 {
color=red color=red
105 [label="Enter class B" style="filled" fillcolor=red]; 104 [label="Enter class B" style="filled" fillcolor=red];
104 [label="Exit class B" style="filled" fillcolor=red]; 105 [label="Exit class B" style="filled" fillcolor=red];
} }
105 -> {104} [color=green]; 104 -> {105} [color=green];
subgraph cluster_29 { subgraph cluster_29 {
color=red color=red
106 [label="Enter function test_1" style="filled" fillcolor=red]; 106 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_30 { subgraph cluster_30 {
color=blue color=blue
108 [label="Enter block"]; 107 [label="Enter block"];
109 [label="Access variable R|<local>/a|"]; 108 [label="Access variable R|<local>/a|"];
110 [label="Enter safe call"]; 109 [label="Enter safe call"];
112 [label="Access variable R|/B.x|"]; 110 [label="Access variable R|/B.x|"];
111 [label="Exit safe call"]; 111 [label="Exit safe call"];
113 [label="Variable declaration: lval x: R|kotlin/Int?|"]; 112 [label="Variable declaration: lval x: R|kotlin/Int?|"];
subgraph cluster_31 { subgraph cluster_31 {
color=blue color=blue
114 [label="Enter when"]; 113 [label="Enter when"];
subgraph cluster_32 { subgraph cluster_32 {
color=blue color=blue
116 [label="Enter when branch condition "]; 114 [label="Enter when branch condition "];
117 [label="Access variable R|<local>/x|"]; 115 [label="Access variable R|<local>/x|"];
118 [label="Const: Null(null)"]; 116 [label="Const: Null(null)"];
119 [label="Operator !="]; 117 [label="Operator !="];
120 [label="Exit when branch condition"]; 118 [label="Exit when branch condition"];
} }
127 [label="Synthetic else branch"]; 119 [label="Synthetic else branch"];
121 [label="Enter when branch result"]; 120 [label="Enter when branch result"];
subgraph cluster_33 { subgraph cluster_33 {
color=blue color=blue
122 [label="Enter block"]; 121 [label="Enter block"];
123 [label="Access variable R|<local>/a|"]; 122 [label="Access variable R|<local>/a|"];
124 [label="Function call: R|<local>/a|.R|/B.bar|()"]; 123 [label="Function call: R|<local>/a|.R|/B.bar|()"];
125 [label="Exit block"]; 124 [label="Exit block"];
} }
126 [label="Exit when branch result"]; 125 [label="Exit when branch result"];
115 [label="Exit when"]; 126 [label="Exit when"];
} }
128 [label="Exit block"]; 127 [label="Exit block"];
} }
107 [label="Exit function test_1" style="filled" fillcolor=red]; 128 [label="Exit function test_1" style="filled" fillcolor=red];
} }
106 -> {108}; 106 -> {107};
108 -> {109}; 107 -> {108};
109 -> {110 111}; 108 -> {109 111};
110 -> {112}; 109 -> {110};
111 -> {113}; 110 -> {111};
112 -> {111}; 111 -> {112};
112 -> {113};
113 -> {114}; 113 -> {114};
114 -> {116}; 114 -> {115};
115 -> {128}; 115 -> {116};
116 -> {117}; 116 -> {117};
117 -> {118}; 117 -> {118};
118 -> {119}; 118 -> {120 119};
119 -> {120}; 119 -> {126};
120 -> {121 127}; 120 -> {121};
121 -> {122}; 121 -> {122};
122 -> {123}; 122 -> {123};
123 -> {124}; 123 -> {124};
124 -> {125}; 124 -> {125};
125 -> {126}; 125 -> {126};
126 -> {115}; 126 -> {127};
127 -> {115}; 127 -> {128};
128 -> {107};
subgraph cluster_34 { subgraph cluster_34 {
color=red color=red
129 [label="Enter function test_2" style="filled" fillcolor=red]; 129 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_35 { subgraph cluster_35 {
color=blue color=blue
131 [label="Enter block"]; 130 [label="Enter block"];
132 [label="Access variable R|<local>/a|"]; 131 [label="Access variable R|<local>/a|"];
133 [label="Enter safe call"]; 132 [label="Enter safe call"];
135 [label="Function call: $subj$.R|/B.foo|()"]; 133 [label="Function call: $subj$.R|/B.foo|()"];
134 [label="Exit safe call"]; 134 [label="Exit safe call"];
136 [label="Variable declaration: lval x: R|kotlin/Int?|"]; 135 [label="Variable declaration: lval x: R|kotlin/Int?|"];
subgraph cluster_36 { subgraph cluster_36 {
color=blue color=blue
137 [label="Enter when"]; 136 [label="Enter when"];
subgraph cluster_37 { subgraph cluster_37 {
color=blue color=blue
139 [label="Enter when branch condition "]; 137 [label="Enter when branch condition "];
140 [label="Access variable R|<local>/x|"]; 138 [label="Access variable R|<local>/x|"];
141 [label="Const: Null(null)"]; 139 [label="Const: Null(null)"];
142 [label="Operator !="]; 140 [label="Operator !="];
143 [label="Exit when branch condition"]; 141 [label="Exit when branch condition"];
} }
150 [label="Synthetic else branch"]; 142 [label="Synthetic else branch"];
144 [label="Enter when branch result"]; 143 [label="Enter when branch result"];
subgraph cluster_38 { subgraph cluster_38 {
color=blue color=blue
145 [label="Enter block"]; 144 [label="Enter block"];
146 [label="Access variable R|<local>/a|"]; 145 [label="Access variable R|<local>/a|"];
147 [label="Function call: R|<local>/a|.R|/B.bar|()"]; 146 [label="Function call: R|<local>/a|.R|/B.bar|()"];
148 [label="Exit block"]; 147 [label="Exit block"];
} }
149 [label="Exit when branch result"]; 148 [label="Exit when branch result"];
138 [label="Exit when"]; 149 [label="Exit when"];
} }
151 [label="Exit block"]; 150 [label="Exit block"];
} }
130 [label="Exit function test_2" style="filled" fillcolor=red]; 151 [label="Exit function test_2" style="filled" fillcolor=red];
} }
129 -> {131}; 129 -> {130};
131 -> {132}; 130 -> {131};
132 -> {133 134}; 131 -> {132 134};
133 -> {135}; 132 -> {133};
134 -> {136}; 133 -> {134};
135 -> {134}; 134 -> {135};
135 -> {136};
136 -> {137}; 136 -> {137};
137 -> {139}; 137 -> {138};
138 -> {151}; 138 -> {139};
139 -> {140}; 139 -> {140};
140 -> {141}; 140 -> {141};
141 -> {142}; 141 -> {143 142};
142 -> {143}; 142 -> {149};
143 -> {144 150}; 143 -> {144};
144 -> {145}; 144 -> {145};
145 -> {146}; 145 -> {146};
146 -> {147}; 146 -> {147};
147 -> {148}; 147 -> {148};
148 -> {149}; 148 -> {149};
149 -> {138}; 149 -> {150};
150 -> {138}; 150 -> {151};
151 -> {130};
subgraph cluster_39 { subgraph cluster_39 {
color=red color=red
152 [label="Enter function test_3" style="filled" fillcolor=red]; 152 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_40 { subgraph cluster_40 {
color=blue color=blue
154 [label="Enter block"]; 153 [label="Enter block"];
subgraph cluster_41 { subgraph cluster_41 {
color=blue color=blue
155 [label="Enter when"]; 154 [label="Enter when"];
157 [label="Access variable R|<local>/x|"]; 155 [label="Access variable R|<local>/x|"];
158 [label="Type operator: (R|<local>/x| as? R|B|)"]; 156 [label="Type operator: (R|<local>/x| as? R|B|)"];
159 [label="Variable declaration: lval <elvis>: R|B?|"]; 157 [label="Variable declaration: lval <elvis>: R|B?|"];
subgraph cluster_42 { subgraph cluster_42 {
color=blue color=blue
160 [label="Enter when branch condition "]; 158 [label="Enter when branch condition "];
161 [label="Const: Null(null)"]; 159 [label="Const: Null(null)"];
162 [label="Operator =="]; 160 [label="Operator =="];
163 [label="Exit when branch condition"]; 161 [label="Exit when branch condition"];
} }
subgraph cluster_43 { subgraph cluster_43 {
color=blue color=blue
170 [label="Enter when branch condition else"]; 162 [label="Enter when branch condition else"];
171 [label="Exit when branch condition"]; 163 [label="Exit when branch condition"];
} }
172 [label="Enter when branch result"]; 164 [label="Enter when branch result"];
subgraph cluster_44 { subgraph cluster_44 {
color=blue color=blue
173 [label="Enter block"]; 165 [label="Enter block"];
174 [label="Access variable R|<local>/<elvis>|"]; 166 [label="Access variable R|<local>/<elvis>|"];
175 [label="Exit block"]; 167 [label="Exit block"];
} }
176 [label="Exit when branch result"]; 168 [label="Exit when branch result"];
164 [label="Enter when branch result"]; 169 [label="Enter when branch result"];
subgraph cluster_45 { subgraph cluster_45 {
color=blue color=blue
165 [label="Enter block"]; 170 [label="Enter block"];
166 [label="Jump: ^test_3 Unit"]; 171 [label="Jump: ^test_3 Unit"];
167 [label="Stub" style="filled" fillcolor=gray]; 172 [label="Stub" style="filled" fillcolor=gray];
168 [label="Exit block" style="filled" fillcolor=gray]; 173 [label="Exit block" style="filled" fillcolor=gray];
} }
169 [label="Exit when branch result" style="filled" fillcolor=gray]; 174 [label="Exit when branch result" style="filled" fillcolor=gray];
156 [label="Exit when"]; 175 [label="Exit when"];
} }
177 [label="Variable declaration: lval a: R|B|"]; 176 [label="Variable declaration: lval a: R|B|"];
178 [label="Access variable R|<local>/a|"]; 177 [label="Access variable R|<local>/a|"];
179 [label="Function call: R|<local>/a|.R|/B.foo|()"]; 178 [label="Function call: R|<local>/a|.R|/B.foo|()"];
180 [label="Access variable R|<local>/x|"]; 179 [label="Access variable R|<local>/x|"];
181 [label="Function call: R|<local>/x|.R|/B.foo|()"]; 180 [label="Function call: R|<local>/x|.R|/B.foo|()"];
182 [label="Exit block"]; 181 [label="Exit block"];
} }
153 [label="Exit function test_3" style="filled" fillcolor=red]; 182 [label="Exit function test_3" style="filled" fillcolor=red];
} }
152 -> {154}; 152 -> {153};
153 -> {154};
154 -> {155}; 154 -> {155};
155 -> {157}; 155 -> {156};
156 -> {177}; 156 -> {157};
157 -> {158}; 157 -> {158};
158 -> {159}; 158 -> {159};
159 -> {160}; 159 -> {160};
160 -> {161}; 160 -> {161};
161 -> {162}; 161 -> {169 162};
162 -> {163}; 162 -> {163};
163 -> {164 170}; 163 -> {164};
164 -> {165}; 164 -> {165};
165 -> {166}; 165 -> {166};
166 -> {153}; 166 -> {167};
166 -> {167} [style=dotted]; 167 -> {168};
167 -> {168} [style=dotted]; 168 -> {175};
168 -> {169} [style=dotted]; 169 -> {170};
169 -> {156} [style=dotted];
170 -> {171}; 170 -> {171};
171 -> {172}; 171 -> {182};
172 -> {173}; 171 -> {172} [style=dotted];
173 -> {174}; 172 -> {173} [style=dotted];
174 -> {175}; 173 -> {174} [style=dotted];
174 -> {175} [style=dotted];
175 -> {176}; 175 -> {176};
176 -> {156}; 176 -> {177};
177 -> {178}; 177 -> {178};
178 -> {179}; 178 -> {179};
179 -> {180}; 179 -> {180};
180 -> {181}; 180 -> {181};
181 -> {182}; 181 -> {182};
182 -> {153};
} }
@@ -8,89 +8,90 @@ digraph safeCallAndEqualityToBool_kt {
0 [label="Enter function check" style="filled" fillcolor=red]; 0 [label="Enter function check" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
3 [label="Const: Boolean(true)"]; 2 [label="Const: Boolean(true)"];
4 [label="Jump: ^check Boolean(true)"]; 3 [label="Jump: ^check Boolean(true)"];
5 [label="Stub" style="filled" fillcolor=gray]; 4 [label="Stub" style="filled" fillcolor=gray];
6 [label="Exit block" style="filled" fillcolor=gray]; 5 [label="Exit block" style="filled" fillcolor=gray];
} }
1 [label="Exit function check" style="filled" fillcolor=red]; 6 [label="Exit function check" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {4}; 3 -> {6};
4 -> {1}; 3 -> {4} [style=dotted];
4 -> {5} [style=dotted]; 4 -> {5} [style=dotted];
5 -> {6} [style=dotted]; 5 -> {6} [style=dotted];
6 -> {1} [style=dotted];
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
7 [label="Enter function test_1" style="filled" fillcolor=red]; 7 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
9 [label="Enter block"]; 8 [label="Enter block"];
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
10 [label="Enter when"]; 9 [label="Enter when"];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
12 [label="Enter when branch condition "]; 10 [label="Enter when branch condition "];
13 [label="Access variable R|<local>/s|"]; 11 [label="Access variable R|<local>/s|"];
14 [label="Enter safe call"]; 12 [label="Enter safe call"];
16 [label="Function call: $subj$.R|/check|()"]; 13 [label="Function call: $subj$.R|/check|()"];
15 [label="Exit safe call"]; 14 [label="Exit safe call"];
17 [label="Const: Boolean(true)"]; 15 [label="Const: Boolean(true)"];
18 [label="Operator =="]; 16 [label="Operator =="];
19 [label="Exit when branch condition"]; 17 [label="Exit when branch condition"];
} }
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
26 [label="Enter when branch condition else"]; 18 [label="Enter when branch condition else"];
27 [label="Exit when branch condition"]; 19 [label="Exit when branch condition"];
} }
28 [label="Enter when branch result"];
subgraph cluster_7 {
color=blue
29 [label="Enter block"];
30 [label="Access variable R|<local>/s|"];
31 [label="Access variable <Inapplicable(WRONG_RECEIVER): [kotlin/String.length]>#"];
32 [label="Exit block"];
}
33 [label="Exit when branch result"];
20 [label="Enter when branch result"]; 20 [label="Enter when branch result"];
subgraph cluster_8 { subgraph cluster_7 {
color=blue color=blue
21 [label="Enter block"]; 21 [label="Enter block"];
22 [label="Access variable R|<local>/s|"]; 22 [label="Access variable R|<local>/s|"];
23 [label="Access variable R|kotlin/String.length|"]; 23 [label="Access variable <Inapplicable(WRONG_RECEIVER): [kotlin/String.length]>#"];
24 [label="Exit block"]; 24 [label="Exit block"];
} }
25 [label="Exit when branch result"]; 25 [label="Exit when branch result"];
11 [label="Exit when"]; 26 [label="Enter when branch result"];
subgraph cluster_8 {
color=blue
27 [label="Enter block"];
28 [label="Access variable R|<local>/s|"];
29 [label="Access variable R|kotlin/String.length|"];
30 [label="Exit block"];
}
31 [label="Exit when branch result"];
32 [label="Exit when"];
} }
34 [label="Exit block"]; 33 [label="Exit block"];
} }
8 [label="Exit function test_1" style="filled" fillcolor=red]; 34 [label="Exit function test_1" style="filled" fillcolor=red];
} }
7 -> {9}; 7 -> {8};
8 -> {9};
9 -> {10}; 9 -> {10};
10 -> {12}; 10 -> {11};
11 -> {34}; 11 -> {12 14};
12 -> {13}; 12 -> {13};
13 -> {14 15}; 13 -> {14};
14 -> {16}; 14 -> {15};
15 -> {17}; 15 -> {16};
16 -> {15}; 16 -> {17};
17 -> {18}; 17 -> {26 18};
18 -> {19}; 18 -> {19};
19 -> {20 26}; 19 -> {20};
20 -> {21}; 20 -> {21};
21 -> {22}; 21 -> {22};
22 -> {23}; 22 -> {23};
23 -> {24}; 23 -> {24};
24 -> {25}; 24 -> {25};
25 -> {11}; 25 -> {32};
26 -> {27}; 26 -> {27};
27 -> {28}; 27 -> {28};
28 -> {29}; 28 -> {29};
@@ -98,76 +99,76 @@ digraph safeCallAndEqualityToBool_kt {
30 -> {31}; 30 -> {31};
31 -> {32}; 31 -> {32};
32 -> {33}; 32 -> {33};
33 -> {11}; 33 -> {34};
34 -> {8};
subgraph cluster_9 { subgraph cluster_9 {
color=red color=red
35 [label="Enter function test_2" style="filled" fillcolor=red]; 35 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
37 [label="Enter block"]; 36 [label="Enter block"];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
38 [label="Enter when"]; 37 [label="Enter when"];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
40 [label="Enter when branch condition "]; 38 [label="Enter when branch condition "];
41 [label="Access variable R|<local>/s|"]; 39 [label="Access variable R|<local>/s|"];
42 [label="Enter safe call"]; 40 [label="Enter safe call"];
44 [label="Function call: $subj$.R|/check|()"]; 41 [label="Function call: $subj$.R|/check|()"];
43 [label="Exit safe call"]; 42 [label="Exit safe call"];
45 [label="Const: Boolean(false)"]; 43 [label="Const: Boolean(false)"];
46 [label="Operator =="]; 44 [label="Operator =="];
47 [label="Exit when branch condition"]; 45 [label="Exit when branch condition"];
} }
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
54 [label="Enter when branch condition else"]; 46 [label="Enter when branch condition else"];
55 [label="Exit when branch condition"]; 47 [label="Exit when branch condition"];
} }
56 [label="Enter when branch result"];
subgraph cluster_14 {
color=blue
57 [label="Enter block"];
58 [label="Access variable R|<local>/s|"];
59 [label="Access variable <Inapplicable(WRONG_RECEIVER): [kotlin/String.length]>#"];
60 [label="Exit block"];
}
61 [label="Exit when branch result"];
48 [label="Enter when branch result"]; 48 [label="Enter when branch result"];
subgraph cluster_15 { subgraph cluster_14 {
color=blue color=blue
49 [label="Enter block"]; 49 [label="Enter block"];
50 [label="Access variable R|<local>/s|"]; 50 [label="Access variable R|<local>/s|"];
51 [label="Access variable R|kotlin/String.length|"]; 51 [label="Access variable <Inapplicable(WRONG_RECEIVER): [kotlin/String.length]>#"];
52 [label="Exit block"]; 52 [label="Exit block"];
} }
53 [label="Exit when branch result"]; 53 [label="Exit when branch result"];
39 [label="Exit when"]; 54 [label="Enter when branch result"];
subgraph cluster_15 {
color=blue
55 [label="Enter block"];
56 [label="Access variable R|<local>/s|"];
57 [label="Access variable R|kotlin/String.length|"];
58 [label="Exit block"];
}
59 [label="Exit when branch result"];
60 [label="Exit when"];
} }
62 [label="Exit block"]; 61 [label="Exit block"];
} }
36 [label="Exit function test_2" style="filled" fillcolor=red]; 62 [label="Exit function test_2" style="filled" fillcolor=red];
} }
35 -> {37}; 35 -> {36};
36 -> {37};
37 -> {38}; 37 -> {38};
38 -> {40}; 38 -> {39};
39 -> {62}; 39 -> {40 42};
40 -> {41}; 40 -> {41};
41 -> {42 43}; 41 -> {42};
42 -> {44}; 42 -> {43};
43 -> {45}; 43 -> {44};
44 -> {43}; 44 -> {45};
45 -> {46}; 45 -> {54 46};
46 -> {47}; 46 -> {47};
47 -> {48 54}; 47 -> {48};
48 -> {49}; 48 -> {49};
49 -> {50}; 49 -> {50};
50 -> {51}; 50 -> {51};
51 -> {52}; 51 -> {52};
52 -> {53}; 52 -> {53};
53 -> {39}; 53 -> {60};
54 -> {55}; 54 -> {55};
55 -> {56}; 55 -> {56};
56 -> {57}; 56 -> {57};
@@ -175,76 +176,76 @@ digraph safeCallAndEqualityToBool_kt {
58 -> {59}; 58 -> {59};
59 -> {60}; 59 -> {60};
60 -> {61}; 60 -> {61};
61 -> {39}; 61 -> {62};
62 -> {36};
subgraph cluster_16 { subgraph cluster_16 {
color=red color=red
63 [label="Enter function test_3" style="filled" fillcolor=red]; 63 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
65 [label="Enter block"]; 64 [label="Enter block"];
subgraph cluster_18 { subgraph cluster_18 {
color=blue color=blue
66 [label="Enter when"]; 65 [label="Enter when"];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
68 [label="Enter when branch condition "]; 66 [label="Enter when branch condition "];
69 [label="Access variable R|<local>/s|"]; 67 [label="Access variable R|<local>/s|"];
70 [label="Enter safe call"]; 68 [label="Enter safe call"];
72 [label="Function call: $subj$.R|/check|()"]; 69 [label="Function call: $subj$.R|/check|()"];
71 [label="Exit safe call"]; 70 [label="Exit safe call"];
73 [label="Const: Boolean(true)"]; 71 [label="Const: Boolean(true)"];
74 [label="Operator !="]; 72 [label="Operator !="];
75 [label="Exit when branch condition"]; 73 [label="Exit when branch condition"];
} }
subgraph cluster_20 { subgraph cluster_20 {
color=blue color=blue
82 [label="Enter when branch condition else"]; 74 [label="Enter when branch condition else"];
83 [label="Exit when branch condition"]; 75 [label="Exit when branch condition"];
} }
84 [label="Enter when branch result"];
subgraph cluster_21 {
color=blue
85 [label="Enter block"];
86 [label="Access variable R|<local>/s|"];
87 [label="Access variable R|kotlin/String.length|"];
88 [label="Exit block"];
}
89 [label="Exit when branch result"];
76 [label="Enter when branch result"]; 76 [label="Enter when branch result"];
subgraph cluster_22 { subgraph cluster_21 {
color=blue color=blue
77 [label="Enter block"]; 77 [label="Enter block"];
78 [label="Access variable R|<local>/s|"]; 78 [label="Access variable R|<local>/s|"];
79 [label="Access variable <Inapplicable(WRONG_RECEIVER): [kotlin/String.length]>#"]; 79 [label="Access variable R|kotlin/String.length|"];
80 [label="Exit block"]; 80 [label="Exit block"];
} }
81 [label="Exit when branch result"]; 81 [label="Exit when branch result"];
67 [label="Exit when"]; 82 [label="Enter when branch result"];
subgraph cluster_22 {
color=blue
83 [label="Enter block"];
84 [label="Access variable R|<local>/s|"];
85 [label="Access variable <Inapplicable(WRONG_RECEIVER): [kotlin/String.length]>#"];
86 [label="Exit block"];
}
87 [label="Exit when branch result"];
88 [label="Exit when"];
} }
90 [label="Exit block"]; 89 [label="Exit block"];
} }
64 [label="Exit function test_3" style="filled" fillcolor=red]; 90 [label="Exit function test_3" style="filled" fillcolor=red];
} }
63 -> {65}; 63 -> {64};
64 -> {65};
65 -> {66}; 65 -> {66};
66 -> {68}; 66 -> {67};
67 -> {90}; 67 -> {68 70};
68 -> {69}; 68 -> {69};
69 -> {70 71}; 69 -> {70};
70 -> {72}; 70 -> {71};
71 -> {73}; 71 -> {72};
72 -> {71}; 72 -> {73};
73 -> {74}; 73 -> {82 74};
74 -> {75}; 74 -> {75};
75 -> {76 82}; 75 -> {76};
76 -> {77}; 76 -> {77};
77 -> {78}; 77 -> {78};
78 -> {79}; 78 -> {79};
79 -> {80}; 79 -> {80};
80 -> {81}; 80 -> {81};
81 -> {67}; 81 -> {88};
82 -> {83}; 82 -> {83};
83 -> {84}; 83 -> {84};
84 -> {85}; 84 -> {85};
@@ -252,76 +253,76 @@ digraph safeCallAndEqualityToBool_kt {
86 -> {87}; 86 -> {87};
87 -> {88}; 87 -> {88};
88 -> {89}; 88 -> {89};
89 -> {67}; 89 -> {90};
90 -> {64};
subgraph cluster_23 { subgraph cluster_23 {
color=red color=red
91 [label="Enter function test_4" style="filled" fillcolor=red]; 91 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_24 { subgraph cluster_24 {
color=blue color=blue
93 [label="Enter block"]; 92 [label="Enter block"];
subgraph cluster_25 { subgraph cluster_25 {
color=blue color=blue
94 [label="Enter when"]; 93 [label="Enter when"];
subgraph cluster_26 { subgraph cluster_26 {
color=blue color=blue
96 [label="Enter when branch condition "]; 94 [label="Enter when branch condition "];
97 [label="Access variable R|<local>/s|"]; 95 [label="Access variable R|<local>/s|"];
98 [label="Enter safe call"]; 96 [label="Enter safe call"];
100 [label="Function call: $subj$.R|/check|()"]; 97 [label="Function call: $subj$.R|/check|()"];
99 [label="Exit safe call"]; 98 [label="Exit safe call"];
101 [label="Const: Boolean(false)"]; 99 [label="Const: Boolean(false)"];
102 [label="Operator !="]; 100 [label="Operator !="];
103 [label="Exit when branch condition"]; 101 [label="Exit when branch condition"];
} }
subgraph cluster_27 { subgraph cluster_27 {
color=blue color=blue
110 [label="Enter when branch condition else"]; 102 [label="Enter when branch condition else"];
111 [label="Exit when branch condition"]; 103 [label="Exit when branch condition"];
} }
112 [label="Enter when branch result"];
subgraph cluster_28 {
color=blue
113 [label="Enter block"];
114 [label="Access variable R|<local>/s|"];
115 [label="Access variable R|kotlin/String.length|"];
116 [label="Exit block"];
}
117 [label="Exit when branch result"];
104 [label="Enter when branch result"]; 104 [label="Enter when branch result"];
subgraph cluster_29 { subgraph cluster_28 {
color=blue color=blue
105 [label="Enter block"]; 105 [label="Enter block"];
106 [label="Access variable R|<local>/s|"]; 106 [label="Access variable R|<local>/s|"];
107 [label="Access variable <Inapplicable(WRONG_RECEIVER): [kotlin/String.length]>#"]; 107 [label="Access variable R|kotlin/String.length|"];
108 [label="Exit block"]; 108 [label="Exit block"];
} }
109 [label="Exit when branch result"]; 109 [label="Exit when branch result"];
95 [label="Exit when"]; 110 [label="Enter when branch result"];
subgraph cluster_29 {
color=blue
111 [label="Enter block"];
112 [label="Access variable R|<local>/s|"];
113 [label="Access variable <Inapplicable(WRONG_RECEIVER): [kotlin/String.length]>#"];
114 [label="Exit block"];
}
115 [label="Exit when branch result"];
116 [label="Exit when"];
} }
118 [label="Exit block"]; 117 [label="Exit block"];
} }
92 [label="Exit function test_4" style="filled" fillcolor=red]; 118 [label="Exit function test_4" style="filled" fillcolor=red];
} }
91 -> {93}; 91 -> {92};
92 -> {93};
93 -> {94}; 93 -> {94};
94 -> {96}; 94 -> {95};
95 -> {118}; 95 -> {96 98};
96 -> {97}; 96 -> {97};
97 -> {98 99}; 97 -> {98};
98 -> {100}; 98 -> {99};
99 -> {101}; 99 -> {100};
100 -> {99}; 100 -> {101};
101 -> {102}; 101 -> {110 102};
102 -> {103}; 102 -> {103};
103 -> {104 110}; 103 -> {104};
104 -> {105}; 104 -> {105};
105 -> {106}; 105 -> {106};
106 -> {107}; 106 -> {107};
107 -> {108}; 107 -> {108};
108 -> {109}; 108 -> {109};
109 -> {95}; 109 -> {116};
110 -> {111}; 110 -> {111};
111 -> {112}; 111 -> {112};
112 -> {113}; 112 -> {113};
@@ -329,7 +330,6 @@ digraph safeCallAndEqualityToBool_kt {
114 -> {115}; 114 -> {115};
115 -> {116}; 115 -> {116};
116 -> {117}; 116 -> {117};
117 -> {95}; 117 -> {118};
118 -> {92};
} }
@@ -8,69 +8,69 @@ digraph safeCalls_kt {
0 [label="Enter function foo" style="filled" fillcolor=red]; 0 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
3 [label="Const: String()"]; 2 [label="Const: String()"];
4 [label="Jump: ^foo String()"]; 3 [label="Jump: ^foo String()"];
5 [label="Stub" style="filled" fillcolor=gray]; 4 [label="Stub" style="filled" fillcolor=gray];
6 [label="Exit block" style="filled" fillcolor=gray]; 5 [label="Exit block" style="filled" fillcolor=gray];
} }
1 [label="Exit function foo" style="filled" fillcolor=red]; 6 [label="Exit function foo" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {4}; 3 -> {6};
4 -> {1}; 3 -> {4} [style=dotted];
4 -> {5} [style=dotted]; 4 -> {5} [style=dotted];
5 -> {6} [style=dotted]; 5 -> {6} [style=dotted];
6 -> {1} [style=dotted];
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
7 [label="Enter function let" style="filled" fillcolor=red]; 7 [label="Enter function let" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
9 [label="Enter block"]; 8 [label="Enter block"];
10 [label="Exit block"]; 9 [label="Exit block"];
} }
8 [label="Exit function let" style="filled" fillcolor=red]; 10 [label="Exit function let" style="filled" fillcolor=red];
} }
7 -> {9}; 7 -> {8};
8 -> {9};
9 -> {10}; 9 -> {10};
10 -> {8};
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
11 [label="Enter function test" style="filled" fillcolor=red]; 11 [label="Enter function test" style="filled" fillcolor=red];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
13 [label="Enter block"]; 12 [label="Enter block"];
14 [label="Access variable R|<local>/x|"]; 13 [label="Access variable R|<local>/x|"];
15 [label="Enter safe call"]; 14 [label="Enter safe call"];
17 [label="Access variable R|<local>/x|"]; 15 [label="Access variable R|<local>/x|"];
18 [label="Access variable R|kotlin/String.length|"]; 16 [label="Access variable R|kotlin/String.length|"];
19 [label="Const: Int(1)"]; 17 [label="Const: Int(1)"];
20 [label="Operator =="]; 18 [label="Operator =="];
21 [label="Function call: $subj$.R|/foo|(...)"]; 19 [label="Function call: $subj$.R|/foo|(...)"];
16 [label="Exit safe call"]; 20 [label="Exit safe call"];
22 [label="Access variable R|<local>/x|"]; 21 [label="Access variable R|<local>/x|"];
23 [label="Access variable <Inapplicable(WRONG_RECEIVER): [kotlin/String.length]>#"]; 22 [label="Access variable <Inapplicable(WRONG_RECEIVER): [kotlin/String.length]>#"];
24 [label="Exit block"]; 23 [label="Exit block"];
} }
12 [label="Exit function test" style="filled" fillcolor=red]; 24 [label="Exit function test" style="filled" fillcolor=red];
} }
11 -> {13}; 11 -> {12};
13 -> {14}; 12 -> {13};
14 -> {15 16}; 13 -> {14 20};
15 -> {17}; 14 -> {15};
16 -> {22}; 15 -> {16};
16 -> {17};
17 -> {18}; 17 -> {18};
18 -> {19}; 18 -> {19};
19 -> {20}; 19 -> {20};
20 -> {21}; 20 -> {21};
21 -> {16}; 21 -> {22};
22 -> {23}; 22 -> {23};
23 -> {24}; 23 -> {24};
24 -> {12};
subgraph cluster_6 { subgraph cluster_6 {
color=red color=red
@@ -95,212 +95,212 @@ digraph safeCalls_kt {
subgraph cluster_9 { subgraph cluster_9 {
color=red color=red
32 [label="Enter class A" style="filled" fillcolor=red]; 31 [label="Enter class A" style="filled" fillcolor=red];
31 [label="Exit class A" style="filled" fillcolor=red]; 32 [label="Exit class A" style="filled" fillcolor=red];
} }
32 -> {31} [color=green]; 31 -> {32} [color=green];
subgraph cluster_10 { subgraph cluster_10 {
color=red color=red
33 [label="Enter function test_2" style="filled" fillcolor=red]; 33 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
35 [label="Enter block"]; 34 [label="Enter block"];
36 [label="Access variable R|<local>/x|"]; 35 [label="Access variable R|<local>/x|"];
37 [label="Type operator: (R|<local>/x| as? R|A|)"]; 36 [label="Type operator: (R|<local>/x| as? R|A|)"];
38 [label="Enter safe call"]; 37 [label="Enter safe call"];
40 [label="Access variable R|<local>/x|"]; 38 [label="Access variable R|<local>/x|"];
41 [label="Function call: $subj$.R|/A.bar|(...)"]; 39 [label="Function call: $subj$.R|/A.bar|(...)"];
39 [label="Exit safe call"]; 40 [label="Exit safe call"];
42 [label="Exit block"]; 41 [label="Exit block"];
} }
34 [label="Exit function test_2" style="filled" fillcolor=red]; 42 [label="Exit function test_2" style="filled" fillcolor=red];
} }
33 -> {35}; 33 -> {34};
34 -> {35};
35 -> {36}; 35 -> {36};
36 -> {37}; 36 -> {37 40};
37 -> {38 39}; 37 -> {38};
38 -> {40}; 38 -> {39};
39 -> {42}; 39 -> {40};
40 -> {41}; 40 -> {41};
41 -> {39}; 41 -> {42};
42 -> {34};
subgraph cluster_12 { subgraph cluster_12 {
color=red color=red
43 [label="Enter function test_3" style="filled" fillcolor=red]; 43 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
45 [label="Enter block"]; 44 [label="Enter block"];
46 [label="Access variable R|<local>/x|"]; 45 [label="Access variable R|<local>/x|"];
47 [label="Type operator: (R|<local>/x| as? R|A|)"]; 46 [label="Type operator: (R|<local>/x| as? R|A|)"];
48 [label="Enter safe call"]; 47 [label="Enter safe call"];
50 [label="Access variable R|<local>/x|"]; 48 [label="Access variable R|<local>/x|"];
51 [label="Function call: $subj$.R|/A.bar|(...)"]; 49 [label="Function call: $subj$.R|/A.bar|(...)"];
49 [label="Exit safe call"]; 50 [label="Exit safe call"];
52 [label="Enter safe call"]; 51 [label="Enter safe call"];
54 [label="Access variable R|<local>/x|"]; 52 [label="Access variable R|<local>/x|"];
55 [label="Function call: R|<local>/x|.R|/A.bool|()"]; 53 [label="Function call: R|<local>/x|.R|/A.bool|()"];
56 [label="Function call: $subj$.R|/foo|(...)"]; 54 [label="Function call: $subj$.R|/foo|(...)"];
53 [label="Exit safe call"]; 55 [label="Exit safe call"];
57 [label="Enter safe call"]; 56 [label="Enter safe call"];
59 [label="Postponed enter to lambda"]; 57 [label="Postponed enter to lambda"];
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
65 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 65 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
67 [label="Enter block"]; 66 [label="Enter block"];
68 [label="Access variable R|<local>/x|"]; 67 [label="Access variable R|<local>/x|"];
69 [label="Function call: R|<local>/x|.R|/A.bool|()"]; 68 [label="Function call: R|<local>/x|.R|/A.bool|()"];
70 [label="Exit block"]; 69 [label="Exit block"];
} }
66 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 70 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
60 [label="Postponed exit from lambda"]; 58 [label="Postponed exit from lambda"];
61 [label="Function call: $subj$.R|/let|(...)"]; 59 [label="Function call: $subj$.R|/let|(...)"];
58 [label="Exit safe call"]; 60 [label="Exit safe call"];
62 [label="Access variable R|<local>/x|"]; 61 [label="Access variable R|<local>/x|"];
63 [label="Function call: R|<local>/x|.<Unresolved name: bool>#()"]; 62 [label="Function call: R|<local>/x|.<Unresolved name: bool>#()"];
64 [label="Exit block"]; 63 [label="Exit block"];
} }
44 [label="Exit function test_3" style="filled" fillcolor=red]; 64 [label="Exit function test_3" style="filled" fillcolor=red];
} }
43 -> {45}; 43 -> {44};
44 -> {45};
45 -> {46}; 45 -> {46};
46 -> {47}; 46 -> {47 50};
47 -> {48 49}; 47 -> {48};
48 -> {50}; 48 -> {49};
49 -> {52 53}; 49 -> {50};
50 -> {51}; 50 -> {51 55};
51 -> {49}; 51 -> {52};
52 -> {54}; 52 -> {53};
53 -> {57 58}; 53 -> {54};
54 -> {55}; 54 -> {55};
55 -> {56}; 55 -> {56 60};
56 -> {53}; 56 -> {57};
57 -> {59}; 57 -> {58 65};
58 -> {62}; 58 -> {59};
59 -> {60 65}; 59 -> {60};
60 -> {61}; 60 -> {61};
61 -> {58}; 61 -> {62};
62 -> {63}; 62 -> {63};
63 -> {64}; 63 -> {64};
64 -> {44}; 65 -> {66};
65 -> {67}; 66 -> {67};
67 -> {68}; 67 -> {68};
68 -> {69}; 68 -> {69};
69 -> {70}; 69 -> {70};
70 -> {66};
subgraph cluster_16 { subgraph cluster_16 {
color=red color=red
71 [label="Enter function test_4" style="filled" fillcolor=red]; 71 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
73 [label="Enter block"]; 72 [label="Enter block"];
74 [label="Access variable R|<local>/x|"]; 73 [label="Access variable R|<local>/x|"];
75 [label="Enter safe call"]; 74 [label="Enter safe call"];
77 [label="Function call: $subj$.R|/A.id|()"]; 75 [label="Function call: $subj$.R|/A.id|()"];
76 [label="Exit safe call"]; 76 [label="Exit safe call"];
78 [label="Enter safe call"]; 77 [label="Enter safe call"];
80 [label="Function call: $subj$.R|/A.bool|()"]; 78 [label="Function call: $subj$.R|/A.bool|()"];
79 [label="Exit safe call"]; 79 [label="Exit safe call"];
81 [label="Access variable R|<local>/x|"]; 80 [label="Access variable R|<local>/x|"];
82 [label="Function call: R|<local>/x|.<Inapplicable(WRONG_RECEIVER): [/A.id]>#()"]; 81 [label="Function call: R|<local>/x|.<Inapplicable(WRONG_RECEIVER): [/A.id]>#()"];
83 [label="Exit block"]; 82 [label="Exit block"];
} }
72 [label="Exit function test_4" style="filled" fillcolor=red]; 83 [label="Exit function test_4" style="filled" fillcolor=red];
} }
71 -> {73}; 71 -> {72};
73 -> {74}; 72 -> {73};
74 -> {75 76}; 73 -> {74 76};
75 -> {77}; 74 -> {75};
76 -> {78 79}; 75 -> {76};
77 -> {76}; 76 -> {77 79};
78 -> {80}; 77 -> {78};
79 -> {81}; 78 -> {79};
80 -> {79}; 79 -> {80};
80 -> {81};
81 -> {82}; 81 -> {82};
82 -> {83}; 82 -> {83};
83 -> {72};
subgraph cluster_18 { subgraph cluster_18 {
color=red color=red
84 [label="Enter function boo" style="filled" fillcolor=red]; 84 [label="Enter function boo" style="filled" fillcolor=red];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
86 [label="Enter block"]; 85 [label="Enter block"];
87 [label="Exit block"]; 86 [label="Exit block"];
} }
85 [label="Exit function boo" style="filled" fillcolor=red]; 87 [label="Exit function boo" style="filled" fillcolor=red];
} }
84 -> {86}; 84 -> {85};
85 -> {86};
86 -> {87}; 86 -> {87};
87 -> {85};
subgraph cluster_20 { subgraph cluster_20 {
color=red color=red
88 [label="Enter function test_5" style="filled" fillcolor=red]; 88 [label="Enter function test_5" style="filled" fillcolor=red];
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
90 [label="Enter block"]; 89 [label="Enter block"];
91 [label="Access variable R|<local>/x|"]; 90 [label="Access variable R|<local>/x|"];
92 [label="Enter safe call"]; 91 [label="Enter safe call"];
94 [label="Postponed enter to lambda"]; 92 [label="Postponed enter to lambda"];
subgraph cluster_22 { subgraph cluster_22 {
color=blue color=blue
107 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 107 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_23 { subgraph cluster_23 {
color=blue color=blue
109 [label="Enter block"]; 108 [label="Enter block"];
110 [label="Jump: ^test_5 Unit"]; 109 [label="Jump: ^test_5 Unit"];
111 [label="Stub" style="filled" fillcolor=gray]; 110 [label="Stub" style="filled" fillcolor=gray];
112 [label="Exit block" style="filled" fillcolor=gray]; 111 [label="Exit block" style="filled" fillcolor=gray];
} }
108 [label="Exit function anonymousFunction" style="filled" fillcolor=red style="filled" fillcolor=gray]; 112 [label="Exit function anonymousFunction" style="filled" fillcolor=red style="filled" fillcolor=gray];
} }
97 [label="Call arguments union" style="filled" fillcolor=gray]; 93 [label="Call arguments union" style="filled" fillcolor=gray];
95 [label="Postponed exit from lambda" style="filled" fillcolor=gray]; 94 [label="Postponed exit from lambda" style="filled" fillcolor=gray];
96 [label="Function call: $subj$.R|kotlin/let|<R|A|, R|kotlin/Nothing|>(...)" style="filled" fillcolor=gray]; 95 [label="Function call: $subj$.R|kotlin/let|<R|A|, R|kotlin/Nothing|>(...)" style="filled" fillcolor=gray];
98 [label="Stub" style="filled" fillcolor=gray]; 96 [label="Stub" style="filled" fillcolor=gray];
93 [label="Exit safe call"]; 97 [label="Exit safe call"];
99 [label="Enter safe call"]; 98 [label="Enter safe call"];
101 [label="Access variable R|<local>/x|"]; 99 [label="Access variable R|<local>/x|"];
102 [label="Function call: R|<local>/x|.R|/A.bool|()"]; 100 [label="Function call: R|<local>/x|.R|/A.bool|()"];
103 [label="Function call: $subj$.R|/boo|(...)"]; 101 [label="Function call: $subj$.R|/boo|(...)"];
100 [label="Exit safe call"]; 102 [label="Exit safe call"];
104 [label="Access variable R|<local>/x|"]; 103 [label="Access variable R|<local>/x|"];
105 [label="Function call: R|<local>/x|.<Inapplicable(WRONG_RECEIVER): [/A.id]>#()"]; 104 [label="Function call: R|<local>/x|.<Inapplicable(WRONG_RECEIVER): [/A.id]>#()"];
106 [label="Exit block"]; 105 [label="Exit block"];
} }
89 [label="Exit function test_5" style="filled" fillcolor=red]; 106 [label="Exit function test_5" style="filled" fillcolor=red];
} }
88 -> {90}; 88 -> {89};
90 -> {91}; 89 -> {90};
91 -> {92 93}; 90 -> {91 97};
92 -> {94}; 91 -> {92};
93 -> {99 100}; 92 -> {107};
94 -> {107}; 92 -> {94} [color=red];
94 -> {95} [color=red]; 93 -> {95} [style=dotted];
95 -> {96} [style=dotted]; 94 -> {95} [style=dotted];
96 -> {89 98} [style=dotted]; 95 -> {106 96} [style=dotted];
97 -> {96} [style=dotted]; 96 -> {97} [style=dotted];
98 -> {93} [style=dotted]; 97 -> {98 102};
99 -> {101}; 98 -> {99};
100 -> {104}; 99 -> {100};
100 -> {101};
101 -> {102}; 101 -> {102};
102 -> {103}; 102 -> {103};
103 -> {100}; 103 -> {104};
104 -> {105}; 104 -> {105};
105 -> {106}; 105 -> {106};
106 -> {89}; 107 -> {108};
107 -> {109}; 108 -> {109};
108 -> {95 97} [style=dotted]; 109 -> {106};
109 -> {110}; 109 -> {110} [style=dotted];
110 -> {89};
110 -> {111} [style=dotted]; 110 -> {111} [style=dotted];
111 -> {112} [style=dotted]; 111 -> {112} [style=dotted];
112 -> {108} [style=dotted]; 112 -> {94 93} [style=dotted];
} }
@@ -5,10 +5,10 @@ digraph smartCastInInit_kt {
subgraph cluster_0 { subgraph cluster_0 {
color=red color=red
1 [label="Enter class I" style="filled" fillcolor=red]; 0 [label="Enter class I" style="filled" fillcolor=red];
0 [label="Exit class I" style="filled" fillcolor=red]; 1 [label="Exit class I" style="filled" fillcolor=red];
} }
1 -> {0} [color=green]; 0 -> {1} [color=green];
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
@@ -19,42 +19,42 @@ digraph smartCastInInit_kt {
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
5 [label="Enter class S" style="filled" fillcolor=red]; 4 [label="Enter class S" style="filled" fillcolor=red];
4 [label="Exit class S" style="filled" fillcolor=red]; 5 [label="Exit class S" style="filled" fillcolor=red];
} }
5 -> {4} [color=green]; 4 -> {5} [color=green];
subgraph cluster_3 { subgraph cluster_3 {
color=red color=red
6 [label="Enter function s" style="filled" fillcolor=red]; 6 [label="Enter function s" style="filled" fillcolor=red];
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
8 [label="Enter block"]; 7 [label="Enter block"];
9 [label="Function call: R|kotlin/TODO|()"]; 8 [label="Function call: R|kotlin/TODO|()"];
10 [label="Stub" style="filled" fillcolor=gray]; 9 [label="Stub" style="filled" fillcolor=gray];
11 [label="Jump: ^s R|kotlin/TODO|()" style="filled" fillcolor=gray]; 10 [label="Jump: ^s R|kotlin/TODO|()" style="filled" fillcolor=gray];
12 [label="Stub" style="filled" fillcolor=gray]; 11 [label="Stub" style="filled" fillcolor=gray];
13 [label="Exit block" style="filled" fillcolor=gray]; 12 [label="Exit block" style="filled" fillcolor=gray];
} }
7 [label="Exit function s" style="filled" fillcolor=red]; 13 [label="Exit function s" style="filled" fillcolor=red];
} }
6 -> {8}; 6 -> {7};
8 -> {9}; 7 -> {8};
9 -> {7}; 8 -> {13};
8 -> {9} [style=dotted];
9 -> {10} [style=dotted]; 9 -> {10} [style=dotted];
10 -> {11} [style=dotted]; 10 -> {13 11} [style=dotted];
11 -> {7 12} [style=dotted]; 11 -> {12} [style=dotted];
12 -> {13} [style=dotted]; 12 -> {13} [style=dotted];
13 -> {7} [style=dotted];
subgraph cluster_5 { subgraph cluster_5 {
color=red color=red
14 [label="Enter function <init>" style="filled" fillcolor=red]; 14 [label="Enter function <init>" style="filled" fillcolor=red];
16 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 15 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
15 [label="Exit function <init>" style="filled" fillcolor=red]; 16 [label="Exit function <init>" style="filled" fillcolor=red];
} }
14 -> {16}; 14 -> {15};
16 -> {15}; 15 -> {16};
subgraph cluster_6 { subgraph cluster_6 {
color=red color=red
@@ -65,31 +65,31 @@ digraph smartCastInInit_kt {
subgraph cluster_7 { subgraph cluster_7 {
color=red color=red
28 [label="Enter class Main" style="filled" fillcolor=red]; 27 [label="Enter class Main" style="filled" fillcolor=red];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
19 [label="Enter init block" style="filled" fillcolor=red]; 19 [label="Enter init block" style="filled" fillcolor=red];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
21 [label="Enter block"]; 20 [label="Enter block"];
22 [label="Function call: R|/s|()"]; 21 [label="Function call: R|/s|()"];
23 [label="Assignment: R|/Main.x|"]; 22 [label="Assignment: R|/Main.x|"];
24 [label="Access variable R|/Main.x|"]; 23 [label="Access variable R|/Main.x|"];
25 [label="Function call: this@R|/Main|.R|/Main.x|.R|/S.foo|()"]; 24 [label="Function call: this@R|/Main|.R|/Main.x|.R|/S.foo|()"];
26 [label="Exit block"]; 25 [label="Exit block"];
} }
20 [label="Exit init block" style="filled" fillcolor=red]; 26 [label="Exit init block" style="filled" fillcolor=red];
} }
27 [label="Exit class Main" style="filled" fillcolor=red]; 28 [label="Exit class Main" style="filled" fillcolor=red];
} }
28 -> {19} [color=green]; 27 -> {19} [color=green];
19 -> {21}; 19 -> {20};
20 -> {27} [color=green]; 20 -> {21};
21 -> {22}; 21 -> {22};
22 -> {23}; 22 -> {23};
23 -> {24}; 23 -> {24};
24 -> {25}; 24 -> {25};
25 -> {26}; 25 -> {26};
26 -> {20}; 26 -> {28} [color=green];
} }
@@ -8,120 +8,120 @@ digraph smartcastToNothing_kt {
0 [label="Enter function getNothing" style="filled" fillcolor=red]; 0 [label="Enter function getNothing" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
3 [label="Function call: R|java/lang/Exception.Exception|()"]; 2 [label="Function call: R|java/lang/Exception.Exception|()"];
4 [label="Throw: throw R|java/lang/Exception.Exception|()"]; 3 [label="Throw: throw R|java/lang/Exception.Exception|()"];
5 [label="Stub" style="filled" fillcolor=gray]; 4 [label="Stub" style="filled" fillcolor=gray];
6 [label="Jump: ^getNothing throw R|java/lang/Exception.Exception|()" style="filled" fillcolor=gray]; 5 [label="Jump: ^getNothing throw R|java/lang/Exception.Exception|()" style="filled" fillcolor=gray];
7 [label="Stub" style="filled" fillcolor=gray]; 6 [label="Stub" style="filled" fillcolor=gray];
8 [label="Exit block" style="filled" fillcolor=gray]; 7 [label="Exit block" style="filled" fillcolor=gray];
} }
1 [label="Exit function getNothing" style="filled" fillcolor=red]; 8 [label="Exit function getNothing" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {4}; 3 -> {8};
4 -> {1}; 3 -> {4} [style=dotted];
4 -> {5} [style=dotted]; 4 -> {5} [style=dotted];
5 -> {6} [style=dotted]; 5 -> {8 6} [style=dotted];
6 -> {1 7} [style=dotted]; 6 -> {7} [style=dotted];
7 -> {8} [style=dotted]; 7 -> {8} [style=dotted];
8 -> {1} [style=dotted];
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
9 [label="Enter function getNullableNothing" style="filled" fillcolor=red]; 9 [label="Enter function getNullableNothing" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
11 [label="Enter block"]; 10 [label="Enter block"];
12 [label="Const: Null(null)"]; 11 [label="Const: Null(null)"];
13 [label="Jump: ^getNullableNothing Null(null)"]; 12 [label="Jump: ^getNullableNothing Null(null)"];
14 [label="Stub" style="filled" fillcolor=gray]; 13 [label="Stub" style="filled" fillcolor=gray];
15 [label="Exit block" style="filled" fillcolor=gray]; 14 [label="Exit block" style="filled" fillcolor=gray];
} }
10 [label="Exit function getNullableNothing" style="filled" fillcolor=red]; 15 [label="Exit function getNullableNothing" style="filled" fillcolor=red];
} }
9 -> {11}; 9 -> {10};
10 -> {11};
11 -> {12}; 11 -> {12};
12 -> {13}; 12 -> {15};
13 -> {10}; 12 -> {13} [style=dotted];
13 -> {14} [style=dotted]; 13 -> {14} [style=dotted];
14 -> {15} [style=dotted]; 14 -> {15} [style=dotted];
15 -> {10} [style=dotted];
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
16 [label="Enter function getter" style="filled" fillcolor=red]; 16 [label="Enter function getter" style="filled" fillcolor=red];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
18 [label="Enter block"]; 17 [label="Enter block"];
19 [label="Const: Int(1)"]; 18 [label="Const: Int(1)"];
20 [label="Jump: ^ Int(1)"]; 19 [label="Jump: ^ Int(1)"];
21 [label="Stub" style="filled" fillcolor=gray]; 20 [label="Stub" style="filled" fillcolor=gray];
22 [label="Exit block" style="filled" fillcolor=gray]; 21 [label="Exit block" style="filled" fillcolor=gray];
} }
17 [label="Exit function getter" style="filled" fillcolor=red]; 22 [label="Exit function getter" style="filled" fillcolor=red];
} }
16 -> {18}; 16 -> {17};
17 -> {18};
18 -> {19}; 18 -> {19};
19 -> {20}; 19 -> {22};
20 -> {17}; 19 -> {20} [style=dotted];
20 -> {21} [style=dotted]; 20 -> {21} [style=dotted];
21 -> {22} [style=dotted]; 21 -> {22} [style=dotted];
22 -> {17} [style=dotted];
subgraph cluster_6 { subgraph cluster_6 {
color=red color=red
23 [label="Enter function getter" style="filled" fillcolor=red]; 23 [label="Enter function getter" style="filled" fillcolor=red];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
25 [label="Enter block"]; 24 [label="Enter block"];
26 [label="Const: Int(2)"]; 25 [label="Const: Int(2)"];
27 [label="Jump: ^ Int(2)"]; 26 [label="Jump: ^ Int(2)"];
28 [label="Stub" style="filled" fillcolor=gray]; 27 [label="Stub" style="filled" fillcolor=gray];
29 [label="Exit block" style="filled" fillcolor=gray]; 28 [label="Exit block" style="filled" fillcolor=gray];
} }
24 [label="Exit function getter" style="filled" fillcolor=red]; 29 [label="Exit function getter" style="filled" fillcolor=red];
} }
23 -> {25}; 23 -> {24};
24 -> {25};
25 -> {26}; 25 -> {26};
26 -> {27}; 26 -> {29};
27 -> {24}; 26 -> {27} [style=dotted];
27 -> {28} [style=dotted]; 27 -> {28} [style=dotted];
28 -> {29} [style=dotted]; 28 -> {29} [style=dotted];
29 -> {24} [style=dotted];
subgraph cluster_8 { subgraph cluster_8 {
color=red color=red
30 [label="Enter function myListOf" style="filled" fillcolor=red]; 30 [label="Enter function myListOf" style="filled" fillcolor=red];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
32 [label="Enter block"]; 31 [label="Enter block"];
33 [label="Const: Null(null)"]; 32 [label="Const: Null(null)"];
34 [label="Check not null: Null(null)!!"]; 33 [label="Check not null: Null(null)!!"];
35 [label="Jump: ^myListOf Null(null)!!"]; 34 [label="Jump: ^myListOf Null(null)!!"];
36 [label="Stub" style="filled" fillcolor=gray]; 35 [label="Stub" style="filled" fillcolor=gray];
37 [label="Exit block" style="filled" fillcolor=gray]; 36 [label="Exit block" style="filled" fillcolor=gray];
} }
31 [label="Exit function myListOf" style="filled" fillcolor=red]; 37 [label="Exit function myListOf" style="filled" fillcolor=red];
} }
30 -> {32}; 30 -> {31};
31 -> {32};
32 -> {33}; 32 -> {33};
33 -> {34}; 33 -> {34};
34 -> {35}; 34 -> {37};
35 -> {31}; 34 -> {35} [style=dotted];
35 -> {36} [style=dotted]; 35 -> {36} [style=dotted];
36 -> {37} [style=dotted]; 36 -> {37} [style=dotted];
37 -> {31} [style=dotted];
subgraph cluster_10 { subgraph cluster_10 {
color=red color=red
38 [label="Enter function <init>" style="filled" fillcolor=red]; 38 [label="Enter function <init>" style="filled" fillcolor=red];
40 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 39 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
39 [label="Exit function <init>" style="filled" fillcolor=red]; 40 [label="Exit function <init>" style="filled" fillcolor=red];
} }
38 -> {40}; 38 -> {39};
40 -> {39}; 39 -> {40};
subgraph cluster_11 { subgraph cluster_11 {
color=red color=red
@@ -139,169 +139,169 @@ digraph smartcastToNothing_kt {
subgraph cluster_13 { subgraph cluster_13 {
color=red color=red
52 [label="Enter class A" style="filled" fillcolor=red]; 51 [label="Enter class A" style="filled" fillcolor=red];
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
43 [label="Enter property" style="filled" fillcolor=red]; 43 [label="Enter property" style="filled" fillcolor=red];
45 [label="Const: Int(1)"]; 44 [label="Const: Int(1)"];
44 [label="Exit property" style="filled" fillcolor=red]; 45 [label="Exit property" style="filled" fillcolor=red];
} }
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
48 [label="Enter property" style="filled" fillcolor=red]; 48 [label="Enter property" style="filled" fillcolor=red];
50 [label="Const: Boolean(true)"]; 49 [label="Const: Boolean(true)"];
49 [label="Exit property" style="filled" fillcolor=red]; 50 [label="Exit property" style="filled" fillcolor=red];
} }
51 [label="Exit class A" style="filled" fillcolor=red]; 52 [label="Exit class A" style="filled" fillcolor=red];
} }
52 -> {43} [color=green]; 51 -> {43} [color=green];
43 -> {45}; 43 -> {44};
44 -> {48} [color=green]; 44 -> {45};
45 -> {44}; 45 -> {48} [color=green];
48 -> {50}; 48 -> {49};
49 -> {51} [color=green]; 49 -> {50};
50 -> {49}; 50 -> {52} [color=green];
subgraph cluster_16 { subgraph cluster_16 {
color=red color=red
53 [label="Enter function test_0" style="filled" fillcolor=red]; 53 [label="Enter function test_0" style="filled" fillcolor=red];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
55 [label="Enter block"]; 54 [label="Enter block"];
56 [label="Const: Null(null)"]; 55 [label="Const: Null(null)"];
57 [label="Variable declaration: lvar s: R|A?|"]; 56 [label="Variable declaration: lvar s: R|A?|"];
58 [label="Access variable R|<local>/results|"]; 57 [label="Access variable R|<local>/results|"];
59 [label="Function call: R|<local>/results|.R|FakeOverride<kotlin/collections/List.iterator: R|kotlin/collections/Iterator<kotlin/Nothing>|>|()"]; 58 [label="Function call: R|<local>/results|.R|FakeOverride<kotlin/collections/List.iterator: R|kotlin/collections/Iterator<kotlin/Nothing>|>|()"];
60 [label="Variable declaration: lval <iterator>: R|kotlin/collections/Iterator<kotlin/Nothing>|"]; 59 [label="Variable declaration: lval <iterator>: R|kotlin/collections/Iterator<kotlin/Nothing>|"];
subgraph cluster_18 { subgraph cluster_18 {
color=blue color=blue
61 [label="Enter while loop"]; 60 [label="Enter while loop"];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
63 [label="Enter loop condition"]; 61 [label="Enter loop condition"];
64 [label="Access variable R|<local>/<iterator>|"]; 62 [label="Access variable R|<local>/<iterator>|"];
65 [label="Function call: R|<local>/<iterator>|.R|kotlin/collections/Iterator.hasNext|()"]; 63 [label="Function call: R|<local>/<iterator>|.R|kotlin/collections/Iterator.hasNext|()"];
66 [label="Exit loop condition"]; 64 [label="Exit loop condition"];
} }
subgraph cluster_20 { subgraph cluster_20 {
color=blue color=blue
67 [label="Enter loop block"]; 65 [label="Enter loop block"];
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
68 [label="Enter block"]; 66 [label="Enter block"];
69 [label="Access variable R|<local>/<iterator>|"]; 67 [label="Access variable R|<local>/<iterator>|"];
70 [label="Function call: R|<local>/<iterator>|.R|FakeOverride<kotlin/collections/Iterator.next: R|kotlin/Nothing|>|()"]; 68 [label="Function call: R|<local>/<iterator>|.R|FakeOverride<kotlin/collections/Iterator.next: R|kotlin/Nothing|>|()"];
71 [label="Stub" style="filled" fillcolor=gray]; 69 [label="Stub" style="filled" fillcolor=gray];
72 [label="Variable declaration: lval result: R|kotlin/Nothing|" style="filled" fillcolor=gray]; 70 [label="Variable declaration: lval result: R|kotlin/Nothing|" style="filled" fillcolor=gray];
73 [label="Access variable R|<local>/result|" style="filled" fillcolor=gray]; 71 [label="Access variable R|<local>/result|" style="filled" fillcolor=gray];
74 [label="Stub" style="filled" fillcolor=gray]; 72 [label="Stub" style="filled" fillcolor=gray];
75 [label="Assignment: R|<local>/s|" style="filled" fillcolor=gray]; 73 [label="Assignment: R|<local>/s|" style="filled" fillcolor=gray];
subgraph cluster_22 { subgraph cluster_22 {
color=blue color=blue
76 [label="Enter when" style="filled" fillcolor=gray]; 74 [label="Enter when" style="filled" fillcolor=gray];
subgraph cluster_23 { subgraph cluster_23 {
color=blue color=blue
78 [label="Enter when branch condition " style="filled" fillcolor=gray]; 75 [label="Enter when branch condition " style="filled" fillcolor=gray];
79 [label="Access variable R|<local>/result|" style="filled" fillcolor=gray]; 76 [label="Access variable R|<local>/result|" style="filled" fillcolor=gray];
80 [label="Stub" style="filled" fillcolor=gray]; 77 [label="Stub" style="filled" fillcolor=gray];
81 [label="Access variable <Unresolved name: b>#" style="filled" fillcolor=gray]; 78 [label="Access variable <Unresolved name: b>#" style="filled" fillcolor=gray];
82 [label="Exit when branch condition" style="filled" fillcolor=gray]; 79 [label="Exit when branch condition" style="filled" fillcolor=gray];
} }
89 [label="Synthetic else branch" style="filled" fillcolor=gray]; 80 [label="Synthetic else branch" style="filled" fillcolor=gray];
83 [label="Enter when branch result" style="filled" fillcolor=gray]; 81 [label="Enter when branch result" style="filled" fillcolor=gray];
subgraph cluster_24 { subgraph cluster_24 {
color=blue color=blue
84 [label="Enter block" style="filled" fillcolor=gray]; 82 [label="Enter block" style="filled" fillcolor=gray];
85 [label="Jump: break@@@[R|<local>/<iterator>|.R|kotlin/collections/Iterator.hasNext|()] " style="filled" fillcolor=gray]; 83 [label="Jump: break@@@[R|<local>/<iterator>|.R|kotlin/collections/Iterator.hasNext|()] " style="filled" fillcolor=gray];
86 [label="Stub" style="filled" fillcolor=gray]; 84 [label="Stub" style="filled" fillcolor=gray];
87 [label="Exit block" style="filled" fillcolor=gray]; 85 [label="Exit block" style="filled" fillcolor=gray];
} }
88 [label="Exit when branch result" style="filled" fillcolor=gray]; 86 [label="Exit when branch result" style="filled" fillcolor=gray];
77 [label="Exit when" style="filled" fillcolor=gray]; 87 [label="Exit when" style="filled" fillcolor=gray];
} }
90 [label="Exit block" style="filled" fillcolor=gray]; 88 [label="Exit block" style="filled" fillcolor=gray];
} }
91 [label="Exit loop block" style="filled" fillcolor=gray]; 89 [label="Exit loop block" style="filled" fillcolor=gray];
} }
62 [label="Exit whileloop"]; 90 [label="Exit whileloop"];
} }
92 [label="Access variable R|<local>/s|"]; 91 [label="Access variable R|<local>/s|"];
93 [label="Enter safe call"]; 92 [label="Enter safe call"];
95 [label="Postponed enter to lambda"]; 93 [label="Postponed enter to lambda"];
subgraph cluster_25 { subgraph cluster_25 {
color=blue color=blue
100 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 100 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_26 { subgraph cluster_26 {
color=blue color=blue
102 [label="Enter block"]; 101 [label="Enter block"];
103 [label="Access variable R|<local>/it|"]; 102 [label="Access variable R|<local>/it|"];
104 [label="Access variable R|/A.a|"]; 103 [label="Access variable R|/A.a|"];
105 [label="Exit block"]; 104 [label="Exit block"];
} }
101 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 105 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
98 [label="Call arguments union" style="filled" fillcolor=yellow]; 94 [label="Call arguments union" style="filled" fillcolor=yellow];
96 [label="Postponed exit from lambda"]; 95 [label="Postponed exit from lambda"];
97 [label="Function call: $subj$.R|kotlin/let|<R|A|, R|kotlin/Int|>(...)"]; 96 [label="Function call: $subj$.R|kotlin/let|<R|A|, R|kotlin/Int|>(...)"];
94 [label="Exit safe call"]; 97 [label="Exit safe call"];
99 [label="Exit block"]; 98 [label="Exit block"];
} }
54 [label="Exit function test_0" style="filled" fillcolor=red]; 99 [label="Exit function test_0" style="filled" fillcolor=red];
} }
53 -> {55}; 53 -> {54};
54 -> {55};
55 -> {56}; 55 -> {56};
56 -> {57}; 56 -> {57};
57 -> {58}; 57 -> {58};
58 -> {59}; 58 -> {59};
59 -> {60}; 59 -> {60};
60 -> {61}; 60 -> {61};
61 -> {63}; 61 -> {62};
62 -> {92}; 62 -> {63};
63 -> {64}; 63 -> {64};
64 -> {65}; 64 -> {90 65};
65 -> {66}; 65 -> {66};
66 -> {62 67}; 66 -> {67};
67 -> {68}; 67 -> {68};
68 -> {69}; 68 -> {99};
69 -> {70}; 68 -> {69} [style=dotted];
70 -> {54}; 69 -> {70} [style=dotted];
70 -> {71} [style=dotted]; 70 -> {71} [style=dotted];
71 -> {72} [style=dotted]; 71 -> {99 72} [style=dotted];
72 -> {73} [style=dotted]; 72 -> {73} [style=dotted];
73 -> {54 74} [style=dotted]; 73 -> {74} [style=dotted];
74 -> {75} [style=dotted]; 74 -> {75} [style=dotted];
75 -> {76} [style=dotted]; 75 -> {76} [style=dotted];
76 -> {78} [style=dotted]; 76 -> {99 77} [style=dotted];
77 -> {90} [style=dotted]; 77 -> {78} [style=dotted];
78 -> {79} [style=dotted]; 78 -> {79} [style=dotted];
79 -> {54 80} [style=dotted]; 79 -> {81 80} [style=dotted];
80 -> {81} [style=dotted]; 80 -> {87} [style=dotted];
81 -> {82} [style=dotted]; 81 -> {82} [style=dotted];
82 -> {83 89} [style=dotted]; 82 -> {83} [style=dotted];
83 -> {84} [style=dotted]; 83 -> {90 84} [style=dotted];
84 -> {85} [style=dotted]; 84 -> {85} [style=dotted];
85 -> {62 86} [style=dotted]; 85 -> {86} [style=dotted];
86 -> {87} [style=dotted]; 86 -> {87} [style=dotted];
87 -> {88} [style=dotted]; 87 -> {88} [style=dotted];
88 -> {77} [style=dotted]; 88 -> {89} [style=dotted];
89 -> {77} [style=dotted]; 89 -> {61} [color=green style=dotted];
90 -> {91} [style=dotted]; 90 -> {91};
91 -> {63} [color=green style=dotted]; 91 -> {92 97};
92 -> {93 94}; 92 -> {93};
93 -> {95}; 93 -> {100};
94 -> {99}; 93 -> {95} [color=red];
95 -> {100}; 94 -> {96} [color=red];
95 -> {96} [color=red]; 95 -> {96} [color=green];
96 -> {97} [color=green]; 96 -> {97};
97 -> {94}; 97 -> {98};
98 -> {97} [color=red]; 98 -> {99};
99 -> {54}; 100 -> {101};
100 -> {102}; 101 -> {102};
101 -> {96} [color=green];
101 -> {98} [color=red];
102 -> {103}; 102 -> {103};
103 -> {104}; 103 -> {104};
104 -> {105}; 104 -> {105};
105 -> {101}; 105 -> {95} [color=green];
105 -> {94} [color=red];
} }
@@ -6,11 +6,11 @@ digraph overridenOpenVal_kt {
subgraph cluster_0 { subgraph cluster_0 {
color=red color=red
0 [label="Enter function <init>" style="filled" fillcolor=red]; 0 [label="Enter function <init>" style="filled" fillcolor=red];
2 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 1 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
1 [label="Exit function <init>" style="filled" fillcolor=red]; 2 [label="Exit function <init>" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
2 -> {1}; 1 -> {2};
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
@@ -21,138 +21,138 @@ digraph overridenOpenVal_kt {
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
9 [label="Enter class A" style="filled" fillcolor=red]; 8 [label="Enter class A" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
5 [label="Enter property" style="filled" fillcolor=red]; 5 [label="Enter property" style="filled" fillcolor=red];
7 [label="Access variable R|<local>/x|"]; 6 [label="Access variable R|<local>/x|"];
6 [label="Exit property" style="filled" fillcolor=red]; 7 [label="Exit property" style="filled" fillcolor=red];
} }
8 [label="Exit class A" style="filled" fillcolor=red]; 9 [label="Exit class A" style="filled" fillcolor=red];
} }
9 -> {5} [color=green]; 8 -> {5} [color=green];
5 -> {7}; 5 -> {6};
6 -> {8} [color=green]; 6 -> {7};
7 -> {6}; 7 -> {9} [color=green];
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
10 [label="Enter function <init>" style="filled" fillcolor=red]; 10 [label="Enter function <init>" style="filled" fillcolor=red];
12 [label="Access variable R|<local>/x|"]; 11 [label="Access variable R|<local>/x|"];
13 [label="Delegated constructor call: super<R|A|>(...)"]; 12 [label="Delegated constructor call: super<R|A|>(...)"];
11 [label="Exit function <init>" style="filled" fillcolor=red]; 13 [label="Exit function <init>" style="filled" fillcolor=red];
} }
10 -> {12}; 10 -> {11};
11 -> {12};
12 -> {13}; 12 -> {13};
13 -> {11};
subgraph cluster_5 { subgraph cluster_5 {
color=red color=red
14 [label="Enter function test_1" style="filled" fillcolor=red]; 14 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
16 [label="Enter block"]; 15 [label="Enter block"];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
17 [label="Enter when"]; 16 [label="Enter when"];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
19 [label="Enter when branch condition "]; 17 [label="Enter when branch condition "];
20 [label="Access variable R|/A.x|"]; 18 [label="Access variable R|/A.x|"];
21 [label="Type operator: (this@R|/B|.R|/A.x| is R|kotlin/String|)"]; 19 [label="Type operator: (this@R|/B|.R|/A.x| is R|kotlin/String|)"];
22 [label="Exit when branch condition"]; 20 [label="Exit when branch condition"];
} }
29 [label="Synthetic else branch"]; 21 [label="Synthetic else branch"];
23 [label="Enter when branch result"]; 22 [label="Enter when branch result"];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
24 [label="Enter block"]; 23 [label="Enter block"];
25 [label="Access variable R|/A.x|"]; 24 [label="Access variable R|/A.x|"];
26 [label="Access variable R|kotlin/String.length|"]; 25 [label="Access variable R|kotlin/String.length|"];
27 [label="Exit block"]; 26 [label="Exit block"];
} }
28 [label="Exit when branch result"]; 27 [label="Exit when branch result"];
18 [label="Exit when"]; 28 [label="Exit when"];
} }
30 [label="Exit block"]; 29 [label="Exit block"];
} }
15 [label="Exit function test_1" style="filled" fillcolor=red]; 30 [label="Exit function test_1" style="filled" fillcolor=red];
} }
14 -> {16}; 14 -> {15};
15 -> {16};
16 -> {17}; 16 -> {17};
17 -> {19}; 17 -> {18};
18 -> {30}; 18 -> {19};
19 -> {20}; 19 -> {20};
20 -> {21}; 20 -> {22 21};
21 -> {22}; 21 -> {28};
22 -> {23 29}; 22 -> {23};
23 -> {24}; 23 -> {24};
24 -> {25}; 24 -> {25};
25 -> {26}; 25 -> {26};
26 -> {27}; 26 -> {27};
27 -> {28}; 27 -> {28};
28 -> {18}; 28 -> {29};
29 -> {18}; 29 -> {30};
30 -> {15};
subgraph cluster_10 { subgraph cluster_10 {
color=red color=red
32 [label="Enter class B" style="filled" fillcolor=red]; 31 [label="Enter class B" style="filled" fillcolor=red];
31 [label="Exit class B" style="filled" fillcolor=red]; 32 [label="Exit class B" style="filled" fillcolor=red];
} }
32 -> {31} [color=green]; 31 -> {32} [color=green];
subgraph cluster_11 { subgraph cluster_11 {
color=red color=red
33 [label="Enter function test_2" style="filled" fillcolor=red]; 33 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
35 [label="Enter block"]; 34 [label="Enter block"];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
36 [label="Enter when"]; 35 [label="Enter when"];
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
38 [label="Enter when branch condition "]; 36 [label="Enter when branch condition "];
39 [label="Access variable R|<local>/b|"]; 37 [label="Access variable R|<local>/b|"];
40 [label="Access variable R|/A.x|"]; 38 [label="Access variable R|/A.x|"];
41 [label="Type operator: (R|<local>/b|.R|/A.x| is R|kotlin/String|)"]; 39 [label="Type operator: (R|<local>/b|.R|/A.x| is R|kotlin/String|)"];
42 [label="Exit when branch condition"]; 40 [label="Exit when branch condition"];
} }
50 [label="Synthetic else branch"]; 41 [label="Synthetic else branch"];
43 [label="Enter when branch result"]; 42 [label="Enter when branch result"];
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
44 [label="Enter block"]; 43 [label="Enter block"];
45 [label="Access variable R|<local>/b|"]; 44 [label="Access variable R|<local>/b|"];
46 [label="Access variable R|/A.x|"]; 45 [label="Access variable R|/A.x|"];
47 [label="Access variable R|kotlin/String.length|"]; 46 [label="Access variable R|kotlin/String.length|"];
48 [label="Exit block"]; 47 [label="Exit block"];
} }
49 [label="Exit when branch result"]; 48 [label="Exit when branch result"];
37 [label="Exit when"]; 49 [label="Exit when"];
} }
51 [label="Exit block"]; 50 [label="Exit block"];
} }
34 [label="Exit function test_2" style="filled" fillcolor=red]; 51 [label="Exit function test_2" style="filled" fillcolor=red];
} }
33 -> {35}; 33 -> {34};
34 -> {35};
35 -> {36}; 35 -> {36};
36 -> {38}; 36 -> {37};
37 -> {51}; 37 -> {38};
38 -> {39}; 38 -> {39};
39 -> {40}; 39 -> {40};
40 -> {41}; 40 -> {42 41};
41 -> {42}; 41 -> {49};
42 -> {43 50}; 42 -> {43};
43 -> {44}; 43 -> {44};
44 -> {45}; 44 -> {45};
45 -> {46}; 45 -> {46};
46 -> {47}; 46 -> {47};
47 -> {48}; 47 -> {48};
48 -> {49}; 48 -> {49};
49 -> {37}; 49 -> {50};
50 -> {37}; 50 -> {51};
51 -> {34};
} }
@@ -6,98 +6,99 @@ digraph delayedAssignment_kt {
subgraph cluster_0 { subgraph cluster_0 {
color=red color=red
0 [label="Enter function <init>" style="filled" fillcolor=red]; 0 [label="Enter function <init>" style="filled" fillcolor=red];
2 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 1 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
1 [label="Exit function <init>" style="filled" fillcolor=red]; 2 [label="Exit function <init>" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
2 -> {1}; 1 -> {2};
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
3 [label="Enter function foo" style="filled" fillcolor=red]; 3 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_2 { subgraph cluster_2 {
color=blue color=blue
5 [label="Enter block"]; 4 [label="Enter block"];
6 [label="Exit block"]; 5 [label="Exit block"];
} }
4 [label="Exit function foo" style="filled" fillcolor=red]; 6 [label="Exit function foo" style="filled" fillcolor=red];
} }
3 -> {5}; 3 -> {4};
4 -> {5};
5 -> {6}; 5 -> {6};
6 -> {4};
subgraph cluster_3 { subgraph cluster_3 {
color=red color=red
8 [label="Enter class A" style="filled" fillcolor=red]; 7 [label="Enter class A" style="filled" fillcolor=red];
7 [label="Exit class A" style="filled" fillcolor=red]; 8 [label="Exit class A" style="filled" fillcolor=red];
} }
8 -> {7} [color=green]; 7 -> {8} [color=green];
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
9 [label="Enter function test" style="filled" fillcolor=red]; 9 [label="Enter function test" style="filled" fillcolor=red];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
11 [label="Enter block"]; 10 [label="Enter block"];
12 [label="Variable declaration: lval a: R|A?|"]; 11 [label="Variable declaration: lval a: R|A?|"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
13 [label="Enter when"]; 12 [label="Enter when"];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
15 [label="Enter when branch condition "]; 13 [label="Enter when branch condition "];
16 [label="Access variable R|<local>/b|"]; 14 [label="Access variable R|<local>/b|"];
17 [label="Exit when branch condition"]; 15 [label="Exit when branch condition"];
} }
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
26 [label="Enter when branch condition else"]; 16 [label="Enter when branch condition else"];
27 [label="Exit when branch condition"]; 17 [label="Exit when branch condition"];
} }
28 [label="Enter when branch result"]; 18 [label="Enter when branch result"];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
29 [label="Enter block"]; 19 [label="Enter block"];
30 [label="Const: Null(null)"]; 20 [label="Const: Null(null)"];
31 [label="Assignment: R|<local>/a|"]; 21 [label="Assignment: R|<local>/a|"];
32 [label="Exit block"]; 22 [label="Exit block"];
} }
33 [label="Exit when branch result"]; 23 [label="Exit when branch result"];
18 [label="Enter when branch result"]; 24 [label="Enter when branch result"];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
19 [label="Enter block"]; 25 [label="Enter block"];
20 [label="Function call: R|/A.A|()"]; 26 [label="Function call: R|/A.A|()"];
21 [label="Assignment: R|<local>/a|"]; 27 [label="Assignment: R|<local>/a|"];
22 [label="Access variable R|<local>/a|"]; 28 [label="Access variable R|<local>/a|"];
23 [label="Function call: R|<local>/a|.R|/A.foo|()"]; 29 [label="Function call: R|<local>/a|.R|/A.foo|()"];
24 [label="Exit block"]; 30 [label="Exit block"];
} }
25 [label="Exit when branch result"]; 31 [label="Exit when branch result"];
14 [label="Exit when"]; 32 [label="Exit when"];
} }
34 [label="Access variable R|<local>/a|"]; 33 [label="Access variable R|<local>/a|"];
35 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"]; 34 [label="Function call: R|<local>/a|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
36 [label="Exit block"]; 35 [label="Exit block"];
} }
10 [label="Exit function test" style="filled" fillcolor=red]; 36 [label="Exit function test" style="filled" fillcolor=red];
} }
9 -> {11}; 9 -> {10};
10 -> {11};
11 -> {12}; 11 -> {12};
12 -> {13}; 12 -> {13};
13 -> {15}; 13 -> {14};
14 -> {34}; 14 -> {15};
15 -> {16}; 15 -> {24 16};
16 -> {17}; 16 -> {17};
17 -> {18 26}; 17 -> {18};
18 -> {19}; 18 -> {19};
19 -> {20}; 19 -> {20};
20 -> {21}; 20 -> {21};
21 -> {22}; 21 -> {22};
22 -> {23}; 22 -> {23};
23 -> {24}; 23 -> {32};
24 -> {25}; 24 -> {25};
25 -> {14}; 25 -> {26};
26 -> {27}; 26 -> {27};
27 -> {28}; 27 -> {28};
28 -> {29}; 28 -> {29};
@@ -105,9 +106,8 @@ digraph delayedAssignment_kt {
30 -> {31}; 30 -> {31};
31 -> {32}; 31 -> {32};
32 -> {33}; 32 -> {33};
33 -> {14}; 33 -> {34};
34 -> {35}; 34 -> {35};
35 -> {36}; 35 -> {36};
36 -> {10};
} }
@@ -8,18 +8,19 @@ digraph smartcastAfterReassignment_kt {
0 [label="Enter function test_1" style="filled" fillcolor=red]; 0 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
3 [label="Const: Int(1)"]; 2 [label="Const: Int(1)"];
4 [label="Variable declaration: lvar x: R|kotlin/Any|"]; 3 [label="Variable declaration: lvar x: R|kotlin/Any|"];
5 [label="Const: String()"]; 4 [label="Const: String()"];
6 [label="Assignment: R|<local>/x|"]; 5 [label="Assignment: R|<local>/x|"];
7 [label="Access variable R|<local>/x|"]; 6 [label="Access variable R|<local>/x|"];
8 [label="Access variable R|kotlin/String.length|"]; 7 [label="Access variable R|kotlin/String.length|"];
9 [label="Exit block"]; 8 [label="Exit block"];
} }
1 [label="Exit function test_1" style="filled" fillcolor=red]; 9 [label="Exit function test_1" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {4}; 3 -> {4};
4 -> {5}; 4 -> {5};
@@ -27,88 +28,88 @@ digraph smartcastAfterReassignment_kt {
6 -> {7}; 6 -> {7};
7 -> {8}; 7 -> {8};
8 -> {9}; 8 -> {9};
9 -> {1};
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
10 [label="Enter function test_2" style="filled" fillcolor=red]; 10 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
12 [label="Enter block"]; 11 [label="Enter block"];
13 [label="Const: Null(null)"]; 12 [label="Const: Null(null)"];
14 [label="Variable declaration: lvar x: R|kotlin/String?|"]; 13 [label="Variable declaration: lvar x: R|kotlin/String?|"];
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
15 [label="Enter when"]; 14 [label="Enter when"];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
17 [label="Enter when branch condition "]; 15 [label="Enter when branch condition "];
18 [label="Access variable R|<local>/x|"]; 16 [label="Access variable R|<local>/x|"];
19 [label="Const: Null(null)"]; 17 [label="Const: Null(null)"];
20 [label="Operator =="]; 18 [label="Operator =="];
21 [label="Exit when branch condition"]; 19 [label="Exit when branch condition"];
} }
28 [label="Synthetic else branch"]; 20 [label="Synthetic else branch"];
22 [label="Enter when branch result"]; 21 [label="Enter when branch result"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
23 [label="Enter block"]; 22 [label="Enter block"];
24 [label="Const: String()"]; 23 [label="Const: String()"];
25 [label="Assignment: R|<local>/x|"]; 24 [label="Assignment: R|<local>/x|"];
26 [label="Exit block"]; 25 [label="Exit block"];
} }
27 [label="Exit when branch result"]; 26 [label="Exit when branch result"];
16 [label="Exit when"]; 27 [label="Exit when"];
} }
29 [label="Access variable R|<local>/x|"]; 28 [label="Access variable R|<local>/x|"];
30 [label="Access variable R|kotlin/String.length|"]; 29 [label="Access variable R|kotlin/String.length|"];
31 [label="Exit block"]; 30 [label="Exit block"];
} }
11 [label="Exit function test_2" style="filled" fillcolor=red]; 31 [label="Exit function test_2" style="filled" fillcolor=red];
} }
10 -> {12}; 10 -> {11};
11 -> {12};
12 -> {13}; 12 -> {13};
13 -> {14}; 13 -> {14};
14 -> {15}; 14 -> {15};
15 -> {17}; 15 -> {16};
16 -> {29}; 16 -> {17};
17 -> {18}; 17 -> {18};
18 -> {19}; 18 -> {19};
19 -> {20}; 19 -> {21 20};
20 -> {21}; 20 -> {27};
21 -> {22 28}; 21 -> {22};
22 -> {23}; 22 -> {23};
23 -> {24}; 23 -> {24};
24 -> {25}; 24 -> {25};
25 -> {26}; 25 -> {26};
26 -> {27}; 26 -> {27};
27 -> {16}; 27 -> {28};
28 -> {16}; 28 -> {29};
29 -> {30}; 29 -> {30};
30 -> {31}; 30 -> {31};
31 -> {11};
subgraph cluster_7 { subgraph cluster_7 {
color=red color=red
32 [label="Enter function test_3" style="filled" fillcolor=red]; 32 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
34 [label="Enter block"]; 33 [label="Enter block"];
35 [label="Const: Null(null)"]; 34 [label="Const: Null(null)"];
36 [label="Variable declaration: lvar x: R|kotlin/String?|"]; 35 [label="Variable declaration: lvar x: R|kotlin/String?|"];
37 [label="Const: String()"]; 36 [label="Const: String()"];
38 [label="Assignment: R|<local>/x|"]; 37 [label="Assignment: R|<local>/x|"];
39 [label="Access variable R|<local>/x|"]; 38 [label="Access variable R|<local>/x|"];
40 [label="Access variable R|kotlin/String.length|"]; 39 [label="Access variable R|kotlin/String.length|"];
41 [label="Const: Null(null)"]; 40 [label="Const: Null(null)"];
42 [label="Assignment: R|<local>/x|"]; 41 [label="Assignment: R|<local>/x|"];
43 [label="Access variable R|<local>/x|"]; 42 [label="Access variable R|<local>/x|"];
44 [label="Access variable <Inapplicable(WRONG_RECEIVER): [kotlin/String.length]>#"]; 43 [label="Access variable <Inapplicable(WRONG_RECEIVER): [kotlin/String.length]>#"];
45 [label="Exit block"]; 44 [label="Exit block"];
} }
33 [label="Exit function test_3" style="filled" fillcolor=red]; 45 [label="Exit function test_3" style="filled" fillcolor=red];
} }
32 -> {34}; 32 -> {33};
33 -> {34};
34 -> {35}; 34 -> {35};
35 -> {36}; 35 -> {36};
36 -> {37}; 36 -> {37};
@@ -120,6 +121,5 @@ digraph smartcastAfterReassignment_kt {
42 -> {43}; 42 -> {43};
43 -> {44}; 43 -> {44};
44 -> {45}; 44 -> {45};
45 -> {33};
} }
@@ -5,139 +5,139 @@ digraph complexPostponedCfg_kt {
subgraph cluster_0 { subgraph cluster_0 {
color=red color=red
1 [label="Enter class FirBase" style="filled" fillcolor=red]; 0 [label="Enter class FirBase" style="filled" fillcolor=red];
0 [label="Exit class FirBase" style="filled" fillcolor=red]; 1 [label="Exit class FirBase" style="filled" fillcolor=red];
} }
1 -> {0} [color=green]; 0 -> {1} [color=green];
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
3 [label="Enter class FirFunctionCall" style="filled" fillcolor=red]; 2 [label="Enter class FirFunctionCall" style="filled" fillcolor=red];
2 [label="Exit class FirFunctionCall" style="filled" fillcolor=red]; 3 [label="Exit class FirFunctionCall" style="filled" fillcolor=red];
} }
3 -> {2} [color=green]; 2 -> {3} [color=green];
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
4 [label="Enter function foo" style="filled" fillcolor=red]; 4 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
6 [label="Enter block"]; 5 [label="Enter block"];
7 [label="Access variable R|<local>/statements|"]; 6 [label="Access variable R|<local>/statements|"];
8 [label="Function call: R|<local>/statements|.R|kotlin/collections/last|<R|FirBase|>()"]; 7 [label="Function call: R|<local>/statements|.R|kotlin/collections/last|<R|FirBase|>()"];
9 [label="Type operator: (R|<local>/statements|.R|kotlin/collections/last|<R|FirBase|>() as R|FirFunctionCall|)"]; 8 [label="Type operator: (R|<local>/statements|.R|kotlin/collections/last|<R|FirBase|>() as R|FirFunctionCall|)"];
10 [label="Postponed enter to lambda"]; 9 [label="Postponed enter to lambda"];
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
21 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 21 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
23 [label="Enter block"]; 22 [label="Enter block"];
24 [label="Postponed enter to lambda"]; 23 [label="Postponed enter to lambda"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
28 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 28 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
30 [label="Enter block"]; 29 [label="Enter block"];
31 [label="Access variable this@R|special/anonymous|"]; 30 [label="Access variable this@R|special/anonymous|"];
32 [label="Function call: this@R|special/anonymous|.R|FakeOverride<kotlin/collections/MutableList.add: R|kotlin/Boolean|>|(...)"]; 31 [label="Function call: this@R|special/anonymous|.R|FakeOverride<kotlin/collections/MutableList.add: R|kotlin/Boolean|>|(...)"];
33 [label="Access variable R|<local>/arguments|"]; 32 [label="Access variable R|<local>/arguments|"];
34 [label="Function call: R|<local>/arguments|.R|kotlin/collections/last|<R|FirBase|>()"]; 33 [label="Function call: R|<local>/arguments|.R|kotlin/collections/last|<R|FirBase|>()"];
35 [label="Type operator: (R|<local>/arguments|.R|kotlin/collections/last|<R|FirBase|>() as R|FirFunctionCall|)"]; 34 [label="Type operator: (R|<local>/arguments|.R|kotlin/collections/last|<R|FirBase|>() as R|FirFunctionCall|)"];
36 [label="Postponed enter to lambda"]; 35 [label="Postponed enter to lambda"];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
41 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 41 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
43 [label="Enter block"]; 42 [label="Enter block"];
44 [label="Access variable this@R|special/anonymous|"]; 43 [label="Access variable this@R|special/anonymous|"];
45 [label="Function call: this@R|special/anonymous|.R|FakeOverride<kotlin/collections/MutableList.add: R|kotlin/Boolean|>|(...)"]; 44 [label="Function call: this@R|special/anonymous|.R|FakeOverride<kotlin/collections/MutableList.add: R|kotlin/Boolean|>|(...)"];
46 [label="Access variable R|<local>/explicitReceiver|"]; 45 [label="Access variable R|<local>/explicitReceiver|"];
47 [label="Type operator: (R|<local>/explicitReceiver| as R|FirFunctionCall|)"]; 46 [label="Type operator: (R|<local>/explicitReceiver| as R|FirFunctionCall|)"];
48 [label="Function call: this@R|special/anonymous|.R|FakeOverride<kotlin/collections/MutableList.add: R|kotlin/Boolean|>|(...)"]; 47 [label="Function call: this@R|special/anonymous|.R|FakeOverride<kotlin/collections/MutableList.add: R|kotlin/Boolean|>|(...)"];
49 [label="Exit block"]; 48 [label="Exit block"];
} }
42 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 49 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
39 [label="Call arguments union" style="filled" fillcolor=yellow]; 36 [label="Call arguments union" style="filled" fillcolor=yellow];
37 [label="Postponed exit from lambda"]; 37 [label="Postponed exit from lambda"];
38 [label="Function call: R|kotlin/with|<R|FirFunctionCall|, R|kotlin/Boolean|>(...)"]; 38 [label="Function call: R|kotlin/with|<R|FirFunctionCall|, R|kotlin/Boolean|>(...)"];
40 [label="Exit block"]; 39 [label="Exit block"];
} }
29 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 40 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
25 [label="Postponed exit from lambda"]; 24 [label="Postponed exit from lambda"];
26 [label="Function call: R|kotlin/collections/buildList|<R|kotlin/Any?|>(...)"]; 25 [label="Function call: R|kotlin/collections/buildList|<R|kotlin/Any?|>(...)"];
27 [label="Exit block"]; 26 [label="Exit block"];
} }
22 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 27 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
13 [label="Call arguments union" style="filled" fillcolor=yellow]; 10 [label="Call arguments union" style="filled" fillcolor=yellow];
11 [label="Postponed exit from lambda"]; 11 [label="Postponed exit from lambda"];
12 [label="Function call: R|kotlin/with|<R|FirFunctionCall|, R|kotlin/Nothing|>(...)"]; 12 [label="Function call: R|kotlin/with|<R|FirFunctionCall|, R|kotlin/Nothing|>(...)"];
14 [label="Stub" style="filled" fillcolor=gray]; 13 [label="Stub" style="filled" fillcolor=gray];
15 [label="Variable declaration: lval firstCalls: R|kotlin/Nothing|" style="filled" fillcolor=gray]; 14 [label="Variable declaration: lval firstCalls: R|kotlin/Nothing|" style="filled" fillcolor=gray];
16 [label="Access variable R|<local>/firstCalls|" style="filled" fillcolor=gray]; 15 [label="Access variable R|<local>/firstCalls|" style="filled" fillcolor=gray];
17 [label="Stub" style="filled" fillcolor=gray]; 16 [label="Stub" style="filled" fillcolor=gray];
18 [label="Jump: ^foo R|<local>/firstCalls|" style="filled" fillcolor=gray]; 17 [label="Jump: ^foo R|<local>/firstCalls|" style="filled" fillcolor=gray];
19 [label="Stub" style="filled" fillcolor=gray]; 18 [label="Stub" style="filled" fillcolor=gray];
20 [label="Exit block" style="filled" fillcolor=gray]; 19 [label="Exit block" style="filled" fillcolor=gray];
} }
5 [label="Exit function foo" style="filled" fillcolor=red]; 20 [label="Exit function foo" style="filled" fillcolor=red];
} }
4 -> {6}; 4 -> {5};
5 -> {6};
6 -> {7}; 6 -> {7};
7 -> {8}; 7 -> {8};
8 -> {9}; 8 -> {9};
9 -> {10}; 9 -> {21};
10 -> {21}; 9 -> {11} [color=red];
10 -> {11} [color=red]; 10 -> {12} [color=red];
11 -> {12} [color=green]; 11 -> {12} [color=green];
12 -> {5}; 12 -> {20};
12 -> {14} [style=dotted]; 12 -> {13} [style=dotted];
13 -> {12} [color=red]; 13 -> {14} [style=dotted];
14 -> {15} [style=dotted]; 14 -> {15} [style=dotted];
15 -> {16} [style=dotted]; 15 -> {20 16} [style=dotted];
16 -> {5 17} [style=dotted]; 16 -> {17} [style=dotted];
17 -> {18} [style=dotted]; 17 -> {20 18} [style=dotted];
18 -> {5 19} [style=dotted]; 18 -> {19} [style=dotted];
19 -> {20} [style=dotted]; 19 -> {20} [style=dotted];
20 -> {5} [style=dotted]; 21 -> {22};
21 -> {23}; 22 -> {23};
22 -> {11} [color=green]; 23 -> {28};
22 -> {13} [color=red]; 23 -> {24} [color=red];
23 -> {24}; 24 -> {25};
24 -> {28};
24 -> {25} [color=red];
25 -> {26}; 25 -> {26};
26 -> {27}; 26 -> {27};
27 -> {22}; 27 -> {11} [color=green];
28 -> {30}; 27 -> {10} [color=red];
29 -> {25} [color=green]; 28 -> {29};
29 -> {13} [color=red]; 29 -> {30};
30 -> {31}; 30 -> {31};
31 -> {32}; 31 -> {32};
32 -> {33}; 32 -> {33};
33 -> {34}; 33 -> {34};
34 -> {35}; 34 -> {35};
35 -> {36}; 35 -> {41};
36 -> {41}; 35 -> {37} [color=red];
36 -> {37} [color=red]; 36 -> {38} [color=red];
37 -> {38} [color=green]; 37 -> {38} [color=green];
38 -> {40}; 38 -> {39};
39 -> {38} [color=red]; 39 -> {40};
40 -> {29}; 40 -> {24} [color=green];
41 -> {43}; 40 -> {10} [color=red];
42 -> {37} [color=green]; 41 -> {42};
42 -> {39} [color=red]; 42 -> {43};
43 -> {44}; 43 -> {44};
44 -> {45}; 44 -> {45};
45 -> {46}; 45 -> {46};
46 -> {47}; 46 -> {47};
47 -> {48}; 47 -> {48};
48 -> {49}; 48 -> {49};
49 -> {42}; 49 -> {37} [color=green];
49 -> {36} [color=red];
} }
@@ -8,416 +8,416 @@ digraph callsInPlace_kt {
0 [label="Enter function test" style="filled" fillcolor=red]; 0 [label="Enter function test" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
3 [label="Variable declaration: lval x: R|kotlin/Int|"]; 2 [label="Variable declaration: lval x: R|kotlin/Int|"];
4 [label="Postponed enter to lambda"]; 3 [label="Postponed enter to lambda"];
subgraph cluster_2 { subgraph cluster_2 {
color=blue color=blue
11 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 11 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
13 [label="Enter block"]; 12 [label="Enter block"];
14 [label="Const: Int(1)"]; 13 [label="Const: Int(1)"];
15 [label="Assignment: R|<local>/x|"]; 14 [label="Assignment: R|<local>/x|"];
16 [label="Exit block"]; 15 [label="Exit block"];
} }
12 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 16 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
7 [label="Call arguments union" style="filled" fillcolor=yellow]; 4 [label="Call arguments union" style="filled" fillcolor=yellow];
5 [label="Postponed exit from lambda"]; 5 [label="Postponed exit from lambda"];
6 [label="Function call: R|kotlin/run|<R|kotlin/Unit|>(...)"]; 6 [label="Function call: R|kotlin/run|<R|kotlin/Unit|>(...)"];
8 [label="Access variable R|<local>/x|"]; 7 [label="Access variable R|<local>/x|"];
9 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"]; 8 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
10 [label="Exit block"]; 9 [label="Exit block"];
} }
1 [label="Exit function test" style="filled" fillcolor=red]; 10 [label="Exit function test" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {4}; 3 -> {11};
4 -> {11}; 3 -> {5} [color=red];
4 -> {5} [color=red]; 4 -> {6} [color=red];
5 -> {6} [color=green]; 5 -> {6} [color=green];
6 -> {8}; 6 -> {7};
7 -> {6} [color=red]; 7 -> {8};
8 -> {9}; 8 -> {9};
9 -> {10}; 9 -> {10};
10 -> {1}; 11 -> {12};
11 -> {13}; 12 -> {13};
12 -> {5} [color=green];
12 -> {7} [color=red];
13 -> {14}; 13 -> {14};
14 -> {15}; 14 -> {15};
15 -> {16}; 15 -> {16};
16 -> {12}; 16 -> {5} [color=green];
16 -> {4} [color=red];
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
17 [label="Enter function test_2" style="filled" fillcolor=red]; 17 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
19 [label="Enter block"]; 18 [label="Enter block"];
20 [label="Const: Int(10)"]; 19 [label="Const: Int(10)"];
21 [label="Postponed enter to lambda"]; 20 [label="Postponed enter to lambda"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
25 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 25 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
27 [label="Enter block"]; 26 [label="Enter block"];
28 [label="Const: String(test_2)"]; 27 [label="Const: String(test_2)"];
29 [label="Exit block"]; 28 [label="Exit block"];
} }
26 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 29 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
22 [label="Postponed exit from lambda"]; 21 [label="Postponed exit from lambda"];
23 [label="Function call: R|kotlin/repeat|(...)"]; 22 [label="Function call: R|kotlin/repeat|(...)"];
24 [label="Exit block"]; 23 [label="Exit block"];
} }
18 [label="Exit function test_2" style="filled" fillcolor=red]; 24 [label="Exit function test_2" style="filled" fillcolor=red];
} }
17 -> {19}; 17 -> {18};
18 -> {19};
19 -> {20}; 19 -> {20};
20 -> {21}; 20 -> {25};
21 -> {25}; 20 -> {21} [color=red];
21 -> {22} [color=red]; 21 -> {22};
22 -> {23}; 22 -> {23};
23 -> {24}; 23 -> {24};
24 -> {18}; 25 -> {29 26};
25 -> {26 27}; 26 -> {27};
26 -> {22} [color=green];
26 -> {25} [color=green style=dashed];
27 -> {28}; 27 -> {28};
28 -> {29}; 28 -> {29};
29 -> {26}; 29 -> {21} [color=green];
29 -> {25} [color=green style=dashed];
subgraph cluster_8 { subgraph cluster_8 {
color=red color=red
30 [label="Enter function test_3" style="filled" fillcolor=red]; 30 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
32 [label="Enter block"]; 31 [label="Enter block"];
33 [label="Postponed enter to lambda"]; 32 [label="Postponed enter to lambda"];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
38 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 38 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
40 [label="Enter block"]; 39 [label="Enter block"];
41 [label="Const: String(test_3)"]; 40 [label="Const: String(test_3)"];
42 [label="Exit block"]; 41 [label="Exit block"];
} }
39 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 42 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
34 [label="Postponed exit from lambda"]; 33 [label="Postponed exit from lambda"];
35 [label="Const: Int(10)"]; 34 [label="Const: Int(10)"];
36 [label="Function call: R|kotlin/repeat|(...)"]; 35 [label="Function call: R|kotlin/repeat|(...)"];
37 [label="Exit block"]; 36 [label="Exit block"];
} }
31 [label="Exit function test_3" style="filled" fillcolor=red]; 37 [label="Exit function test_3" style="filled" fillcolor=red];
} }
30 -> {32}; 30 -> {31};
32 -> {33}; 31 -> {32};
33 -> {38}; 32 -> {38};
33 -> {34} [color=red]; 32 -> {33} [color=red];
33 -> {34};
34 -> {35}; 34 -> {35};
35 -> {36}; 35 -> {36};
36 -> {37}; 36 -> {37};
37 -> {31}; 38 -> {42 39};
38 -> {39 40}; 39 -> {40};
39 -> {34} [color=green];
39 -> {38} [color=green style=dashed];
40 -> {41}; 40 -> {41};
41 -> {42}; 41 -> {42};
42 -> {39}; 42 -> {33} [color=green];
42 -> {38} [color=green style=dashed];
subgraph cluster_12 { subgraph cluster_12 {
color=red color=red
43 [label="Enter function test_4" style="filled" fillcolor=red]; 43 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
45 [label="Enter block"]; 44 [label="Enter block"];
46 [label="Const: Int(1)"]; 45 [label="Const: Int(1)"];
47 [label="Postponed enter to lambda"]; 46 [label="Postponed enter to lambda"];
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
52 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 52 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
54 [label="Enter block"]; 53 [label="Enter block"];
55 [label="Const: String(test_4)"]; 54 [label="Const: String(test_4)"];
56 [label="Access variable R|<local>/it|"]; 55 [label="Access variable R|<local>/it|"];
57 [label="Const: Int(0)"]; 56 [label="Const: Int(0)"];
58 [label="Function call: R|<local>/it|.R|kotlin/Int.compareTo|(...)"]; 57 [label="Function call: R|<local>/it|.R|kotlin/Int.compareTo|(...)"];
59 [label="Comparison >"]; 58 [label="Comparison >"];
60 [label="Exit block"]; 59 [label="Exit block"];
} }
53 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 60 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
50 [label="Call arguments union" style="filled" fillcolor=yellow]; 47 [label="Call arguments union" style="filled" fillcolor=yellow];
48 [label="Postponed exit from lambda"]; 48 [label="Postponed exit from lambda"];
49 [label="Function call: Int(1).R|kotlin/takeUnless|<R|kotlin/Int|>(...)"]; 49 [label="Function call: Int(1).R|kotlin/takeUnless|<R|kotlin/Int|>(...)"];
51 [label="Exit block"]; 50 [label="Exit block"];
} }
44 [label="Exit function test_4" style="filled" fillcolor=red]; 51 [label="Exit function test_4" style="filled" fillcolor=red];
} }
43 -> {45}; 43 -> {44};
44 -> {45};
45 -> {46}; 45 -> {46};
46 -> {47}; 46 -> {52};
47 -> {52}; 46 -> {48} [color=red];
47 -> {48} [color=red]; 47 -> {49} [color=red];
48 -> {49} [color=green]; 48 -> {49} [color=green];
49 -> {51}; 49 -> {50};
50 -> {49} [color=red]; 50 -> {51};
51 -> {44}; 52 -> {53};
52 -> {54}; 53 -> {54};
53 -> {48} [color=green];
53 -> {50} [color=red];
54 -> {55}; 54 -> {55};
55 -> {56}; 55 -> {56};
56 -> {57}; 56 -> {57};
57 -> {58}; 57 -> {58};
58 -> {59}; 58 -> {59};
59 -> {60}; 59 -> {60};
60 -> {53}; 60 -> {48} [color=green];
60 -> {47} [color=red];
subgraph cluster_16 { subgraph cluster_16 {
color=red color=red
61 [label="Enter function test_5" style="filled" fillcolor=red]; 61 [label="Enter function test_5" style="filled" fillcolor=red];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
63 [label="Enter block"]; 62 [label="Enter block"];
64 [label="Const: Int(1)"]; 63 [label="Const: Int(1)"];
65 [label="Postponed enter to lambda"]; 64 [label="Postponed enter to lambda"];
subgraph cluster_18 { subgraph cluster_18 {
color=blue color=blue
70 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 70 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
72 [label="Enter block"]; 71 [label="Enter block"];
73 [label="Const: String(test_5)"]; 72 [label="Const: String(test_5)"];
74 [label="Access variable R|<local>/it|"]; 73 [label="Access variable R|<local>/it|"];
75 [label="Const: Int(0)"]; 74 [label="Const: Int(0)"];
76 [label="Function call: R|<local>/it|.R|kotlin/Int.compareTo|(...)"]; 75 [label="Function call: R|<local>/it|.R|kotlin/Int.compareTo|(...)"];
77 [label="Comparison >"]; 76 [label="Comparison >"];
78 [label="Exit block"]; 77 [label="Exit block"];
} }
71 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 78 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
68 [label="Call arguments union" style="filled" fillcolor=yellow]; 65 [label="Call arguments union" style="filled" fillcolor=yellow];
66 [label="Postponed exit from lambda"]; 66 [label="Postponed exit from lambda"];
67 [label="Function call: Int(1).R|kotlin/takeUnless|<R|kotlin/Int|>(...)"]; 67 [label="Function call: Int(1).R|kotlin/takeUnless|<R|kotlin/Int|>(...)"];
69 [label="Exit block"]; 68 [label="Exit block"];
} }
62 [label="Exit function test_5" style="filled" fillcolor=red]; 69 [label="Exit function test_5" style="filled" fillcolor=red];
} }
61 -> {63}; 61 -> {62};
62 -> {63};
63 -> {64}; 63 -> {64};
64 -> {65}; 64 -> {70};
65 -> {70}; 64 -> {66} [color=red];
65 -> {66} [color=red]; 65 -> {67} [color=red];
66 -> {67} [color=green]; 66 -> {67} [color=green];
67 -> {69}; 67 -> {68};
68 -> {67} [color=red]; 68 -> {69};
69 -> {62}; 70 -> {71};
70 -> {72}; 71 -> {72};
71 -> {66} [color=green];
71 -> {68} [color=red];
72 -> {73}; 72 -> {73};
73 -> {74}; 73 -> {74};
74 -> {75}; 74 -> {75};
75 -> {76}; 75 -> {76};
76 -> {77}; 76 -> {77};
77 -> {78}; 77 -> {78};
78 -> {71}; 78 -> {66} [color=green];
78 -> {65} [color=red];
subgraph cluster_20 { subgraph cluster_20 {
color=red color=red
79 [label="Enter function myRun" style="filled" fillcolor=red]; 79 [label="Enter function myRun" style="filled" fillcolor=red];
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
81 [label="Enter block"]; 80 [label="Enter block"];
82 [label="Function call: R|<local>/block1|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"]; 81 [label="Function call: R|<local>/block1|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
83 [label="Function call: R|<local>/block2|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"]; 82 [label="Function call: R|<local>/block2|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
84 [label="Exit block"]; 83 [label="Exit block"];
} }
80 [label="Exit function myRun" style="filled" fillcolor=red]; 84 [label="Exit function myRun" style="filled" fillcolor=red];
} }
79 -> {81}; 79 -> {80};
80 -> {81};
81 -> {82}; 81 -> {82};
82 -> {83}; 82 -> {83};
83 -> {84}; 83 -> {84};
84 -> {80};
subgraph cluster_22 { subgraph cluster_22 {
color=red color=red
85 [label="Enter function test_6" style="filled" fillcolor=red]; 85 [label="Enter function test_6" style="filled" fillcolor=red];
subgraph cluster_23 { subgraph cluster_23 {
color=blue color=blue
87 [label="Enter block"]; 86 [label="Enter block"];
88 [label="Postponed enter to lambda"]; 87 [label="Postponed enter to lambda"];
subgraph cluster_24 { subgraph cluster_24 {
color=blue color=blue
94 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 94 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_25 { subgraph cluster_25 {
color=blue color=blue
96 [label="Enter block"]; 95 [label="Enter block"];
97 [label="Const: String(test_6_1)"]; 96 [label="Const: String(test_6_1)"];
98 [label="Exit block"]; 97 [label="Exit block"];
} }
95 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 98 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
89 [label="Postponed exit from lambda"]; 88 [label="Postponed exit from lambda"];
90 [label="Postponed enter to lambda"]; 89 [label="Postponed enter to lambda"];
subgraph cluster_26 { subgraph cluster_26 {
color=blue color=blue
99 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 99 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_27 { subgraph cluster_27 {
color=blue color=blue
101 [label="Enter block"]; 100 [label="Enter block"];
102 [label="Const: String(test_6_2)"]; 101 [label="Const: String(test_6_2)"];
103 [label="Exit block"]; 102 [label="Exit block"];
} }
100 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 103 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
91 [label="Postponed exit from lambda"]; 90 [label="Postponed exit from lambda"];
92 [label="Function call: R|/myRun|(...)"]; 91 [label="Function call: R|/myRun|(...)"];
93 [label="Exit block"]; 92 [label="Exit block"];
} }
86 [label="Exit function test_6" style="filled" fillcolor=red]; 93 [label="Exit function test_6" style="filled" fillcolor=red];
} }
85 -> {87}; 85 -> {86};
87 -> {88}; 86 -> {87};
88 -> {94}; 87 -> {94};
88 -> {89} [color=red]; 87 -> {88} [color=red];
89 -> {90}; 88 -> {89};
90 -> {99}; 89 -> {99};
90 -> {91} [color=red]; 89 -> {90} [color=red];
90 -> {91};
91 -> {92}; 91 -> {92};
92 -> {93}; 92 -> {93};
93 -> {86}; 94 -> {98 95};
94 -> {95 96}; 95 -> {96};
95 -> {89} [color=green];
95 -> {94} [color=green style=dashed];
96 -> {97}; 96 -> {97};
97 -> {98}; 97 -> {98};
98 -> {95}; 98 -> {88} [color=green];
99 -> {100 101}; 98 -> {94} [color=green style=dashed];
100 -> {91} [color=green]; 99 -> {103 100};
100 -> {99} [color=green style=dashed]; 100 -> {101};
101 -> {102}; 101 -> {102};
102 -> {103}; 102 -> {103};
103 -> {100}; 103 -> {90} [color=green];
103 -> {99} [color=green style=dashed];
subgraph cluster_28 { subgraph cluster_28 {
color=red color=red
104 [label="Enter function test_7" style="filled" fillcolor=red]; 104 [label="Enter function test_7" style="filled" fillcolor=red];
subgraph cluster_29 { subgraph cluster_29 {
color=blue color=blue
106 [label="Enter block"]; 105 [label="Enter block"];
107 [label="Postponed enter to lambda"]; 106 [label="Postponed enter to lambda"];
subgraph cluster_30 { subgraph cluster_30 {
color=blue color=blue
113 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 113 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_31 { subgraph cluster_31 {
color=blue color=blue
115 [label="Enter block"]; 114 [label="Enter block"];
116 [label="Const: String(test_7_2)"]; 115 [label="Const: String(test_7_2)"];
117 [label="Exit block"]; 116 [label="Exit block"];
} }
114 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 117 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
108 [label="Postponed exit from lambda"]; 107 [label="Postponed exit from lambda"];
109 [label="Postponed enter to lambda"]; 108 [label="Postponed enter to lambda"];
subgraph cluster_32 { subgraph cluster_32 {
color=blue color=blue
118 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 118 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_33 { subgraph cluster_33 {
color=blue color=blue
120 [label="Enter block"]; 119 [label="Enter block"];
121 [label="Const: String(test_7_1)"]; 120 [label="Const: String(test_7_1)"];
122 [label="Exit block"]; 121 [label="Exit block"];
} }
119 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 122 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
110 [label="Postponed exit from lambda"]; 109 [label="Postponed exit from lambda"];
111 [label="Function call: R|/myRun|(...)"]; 110 [label="Function call: R|/myRun|(...)"];
112 [label="Exit block"]; 111 [label="Exit block"];
} }
105 [label="Exit function test_7" style="filled" fillcolor=red]; 112 [label="Exit function test_7" style="filled" fillcolor=red];
} }
104 -> {106}; 104 -> {105};
106 -> {107}; 105 -> {106};
107 -> {113}; 106 -> {113};
107 -> {108} [color=red]; 106 -> {107} [color=red];
108 -> {109}; 107 -> {108};
109 -> {118}; 108 -> {118};
109 -> {110} [color=red]; 108 -> {109} [color=red];
109 -> {110};
110 -> {111}; 110 -> {111};
111 -> {112}; 111 -> {112};
112 -> {105}; 113 -> {117 114};
113 -> {114 115}; 114 -> {115};
114 -> {108} [color=green];
114 -> {113} [color=green style=dashed];
115 -> {116}; 115 -> {116};
116 -> {117}; 116 -> {117};
117 -> {114}; 117 -> {107} [color=green];
118 -> {119 120}; 117 -> {113} [color=green style=dashed];
119 -> {110} [color=green]; 118 -> {122 119};
119 -> {118} [color=green style=dashed]; 119 -> {120};
120 -> {121}; 120 -> {121};
121 -> {122}; 121 -> {122};
122 -> {119}; 122 -> {109} [color=green];
122 -> {118} [color=green style=dashed];
subgraph cluster_34 { subgraph cluster_34 {
color=red color=red
123 [label="Enter function myDummyRun" style="filled" fillcolor=red]; 123 [label="Enter function myDummyRun" style="filled" fillcolor=red];
subgraph cluster_35 { subgraph cluster_35 {
color=blue color=blue
125 [label="Enter block"]; 124 [label="Enter block"];
126 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"]; 125 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
127 [label="Exit block"]; 126 [label="Exit block"];
} }
124 [label="Exit function myDummyRun" style="filled" fillcolor=red]; 127 [label="Exit function myDummyRun" style="filled" fillcolor=red];
} }
123 -> {125}; 123 -> {124};
124 -> {125};
125 -> {126}; 125 -> {126};
126 -> {127}; 126 -> {127};
127 -> {124};
subgraph cluster_36 { subgraph cluster_36 {
color=red color=red
128 [label="Enter function test_8" style="filled" fillcolor=red]; 128 [label="Enter function test_8" style="filled" fillcolor=red];
subgraph cluster_37 { subgraph cluster_37 {
color=blue color=blue
130 [label="Enter block"]; 129 [label="Enter block"];
131 [label="Postponed enter to lambda"]; 130 [label="Postponed enter to lambda"];
subgraph cluster_38 { subgraph cluster_38 {
color=blue color=blue
135 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 135 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_39 { subgraph cluster_39 {
color=blue color=blue
137 [label="Enter block"]; 136 [label="Enter block"];
138 [label="Const: String(test_8)"]; 137 [label="Const: String(test_8)"];
139 [label="Exit block"]; 138 [label="Exit block"];
} }
136 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 139 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
132 [label="Postponed exit from lambda"]; 131 [label="Postponed exit from lambda"];
133 [label="Function call: R|/myDummyRun|(...)"]; 132 [label="Function call: R|/myDummyRun|(...)"];
134 [label="Exit block"]; 133 [label="Exit block"];
} }
129 [label="Exit function test_8" style="filled" fillcolor=red]; 134 [label="Exit function test_8" style="filled" fillcolor=red];
} }
128 -> {130}; 128 -> {129};
130 -> {131}; 129 -> {130};
131 -> {132 135}; 130 -> {131 135};
131 -> {132};
132 -> {133}; 132 -> {133};
133 -> {134}; 133 -> {134};
134 -> {129}; 135 -> {136};
135 -> {137}; 136 -> {137};
137 -> {138}; 137 -> {138};
138 -> {139}; 138 -> {139};
139 -> {136};
} }
@@ -8,24 +8,25 @@ digraph conditionalEffects_kt {
0 [label="Enter function test_1" style="filled" fillcolor=red]; 0 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
3 [label="Access variable R|<local>/x|"]; 2 [label="Access variable R|<local>/x|"];
4 [label="Type operator: (R|<local>/x| is R|kotlin/Int|)"]; 3 [label="Type operator: (R|<local>/x| is R|kotlin/Int|)"];
5 [label="Function call: R|kotlin/require|(...)"]; 4 [label="Function call: R|kotlin/require|(...)"];
subgraph cluster_2 { subgraph cluster_2 {
color=blue color=blue
6 [label="Enter contract"]; 5 [label="Enter contract"];
7 [label="Access variable R|<local>/x|"]; 6 [label="Access variable R|<local>/x|"];
8 [label="Type operator: (R|<local>/x| is R|kotlin/Int|)"]; 7 [label="Type operator: (R|<local>/x| is R|kotlin/Int|)"];
9 [label="Exit contract"]; 8 [label="Exit contract"];
} }
10 [label="Access variable R|<local>/x|"]; 9 [label="Access variable R|<local>/x|"];
11 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"]; 10 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
12 [label="Exit block"]; 11 [label="Exit block"];
} }
1 [label="Exit function test_1" style="filled" fillcolor=red]; 12 [label="Exit function test_1" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {4}; 3 -> {4};
4 -> {5}; 4 -> {5};
@@ -36,31 +37,31 @@ digraph conditionalEffects_kt {
9 -> {10}; 9 -> {10};
10 -> {11}; 10 -> {11};
11 -> {12}; 11 -> {12};
12 -> {1};
subgraph cluster_3 { subgraph cluster_3 {
color=red color=red
13 [label="Enter function test_2" style="filled" fillcolor=red]; 13 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_4 { subgraph cluster_4 {
color=blue color=blue
15 [label="Enter block"]; 14 [label="Enter block"];
16 [label="Access variable R|<local>/x|"]; 15 [label="Access variable R|<local>/x|"];
17 [label="Function call: R|kotlin/requireNotNull|<R|kotlin/String|>(...)"]; 16 [label="Function call: R|kotlin/requireNotNull|<R|kotlin/String|>(...)"];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
18 [label="Enter contract"]; 17 [label="Enter contract"];
19 [label="Access variable R|<local>/x|"]; 18 [label="Access variable R|<local>/x|"];
20 [label="Const: Null(null)"]; 19 [label="Const: Null(null)"];
21 [label="Operator !="]; 20 [label="Operator !="];
22 [label="Exit contract"]; 21 [label="Exit contract"];
} }
23 [label="Access variable R|<local>/x|"]; 22 [label="Access variable R|<local>/x|"];
24 [label="Access variable R|kotlin/String.length|"]; 23 [label="Access variable R|kotlin/String.length|"];
25 [label="Exit block"]; 24 [label="Exit block"];
} }
14 [label="Exit function test_2" style="filled" fillcolor=red]; 25 [label="Exit function test_2" style="filled" fillcolor=red];
} }
13 -> {15}; 13 -> {14};
14 -> {15};
15 -> {16}; 15 -> {16};
16 -> {17}; 16 -> {17};
17 -> {18}; 17 -> {18};
@@ -71,33 +72,33 @@ digraph conditionalEffects_kt {
22 -> {23}; 22 -> {23};
23 -> {24}; 23 -> {24};
24 -> {25}; 24 -> {25};
25 -> {14};
subgraph cluster_6 { subgraph cluster_6 {
color=red color=red
26 [label="Enter function test_3" style="filled" fillcolor=red]; 26 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
28 [label="Enter block"]; 27 [label="Enter block"];
29 [label="Access variable R|<local>/x|"]; 28 [label="Access variable R|<local>/x|"];
30 [label="Const: Null(null)"]; 29 [label="Const: Null(null)"];
31 [label="Operator !="]; 30 [label="Operator !="];
32 [label="Function call: R|kotlin/require|(...)"]; 31 [label="Function call: R|kotlin/require|(...)"];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
33 [label="Enter contract"]; 32 [label="Enter contract"];
34 [label="Access variable R|<local>/x|"]; 33 [label="Access variable R|<local>/x|"];
35 [label="Const: Null(null)"]; 34 [label="Const: Null(null)"];
36 [label="Operator !="]; 35 [label="Operator !="];
37 [label="Exit contract"]; 36 [label="Exit contract"];
} }
38 [label="Access variable R|<local>/x|"]; 37 [label="Access variable R|<local>/x|"];
39 [label="Access variable R|kotlin/String.length|"]; 38 [label="Access variable R|kotlin/String.length|"];
40 [label="Exit block"]; 39 [label="Exit block"];
} }
27 [label="Exit function test_3" style="filled" fillcolor=red]; 40 [label="Exit function test_3" style="filled" fillcolor=red];
} }
26 -> {28}; 26 -> {27};
27 -> {28};
28 -> {29}; 28 -> {29};
29 -> {30}; 29 -> {30};
30 -> {31}; 30 -> {31};
@@ -110,157 +111,157 @@ digraph conditionalEffects_kt {
37 -> {38}; 37 -> {38};
38 -> {39}; 38 -> {39};
39 -> {40}; 39 -> {40};
40 -> {27};
subgraph cluster_9 { subgraph cluster_9 {
color=red color=red
41 [label="Enter function test_4" style="filled" fillcolor=red]; 41 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
43 [label="Enter block"]; 42 [label="Enter block"];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
45 [label="Enter &&"]; 43 [label="Enter &&"];
46 [label="Access variable R|<local>/x|"]; 44 [label="Access variable R|<local>/x|"];
47 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"]; 45 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
48 [label="Exit left part of &&"]; 46 [label="Exit left part of &&"];
49 [label="Enter right part of &&"]; 47 [label="Enter right part of &&"];
50 [label="Access variable R|<local>/y|"]; 48 [label="Access variable R|<local>/y|"];
51 [label="Const: Null(null)"]; 49 [label="Const: Null(null)"];
52 [label="Operator !="]; 50 [label="Operator !="];
44 [label="Exit &&"]; 51 [label="Exit &&"];
} }
53 [label="Function call: R|kotlin/require|(...)"]; 52 [label="Function call: R|kotlin/require|(...)"];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
54 [label="Enter contract"]; 53 [label="Enter contract"];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
56 [label="Enter &&"]; 54 [label="Enter &&"];
57 [label="Access variable R|<local>/x|"]; 55 [label="Access variable R|<local>/x|"];
58 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"]; 56 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
59 [label="Exit left part of &&"]; 57 [label="Exit left part of &&"];
60 [label="Enter right part of &&"]; 58 [label="Enter right part of &&"];
61 [label="Access variable R|<local>/y|"]; 59 [label="Access variable R|<local>/y|"];
62 [label="Const: Null(null)"]; 60 [label="Const: Null(null)"];
63 [label="Operator !="]; 61 [label="Operator !="];
55 [label="Exit &&"]; 62 [label="Exit &&"];
} }
64 [label="Exit contract"]; 63 [label="Exit contract"];
} }
65 [label="Access variable R|<local>/x|"]; 64 [label="Access variable R|<local>/x|"];
66 [label="Access variable R|kotlin/String.length|"]; 65 [label="Access variable R|kotlin/String.length|"];
67 [label="Access variable R|<local>/y|"]; 66 [label="Access variable R|<local>/y|"];
68 [label="Access variable R|kotlin/String.length|"]; 67 [label="Access variable R|kotlin/String.length|"];
69 [label="Exit block"]; 68 [label="Exit block"];
} }
42 [label="Exit function test_4" style="filled" fillcolor=red]; 69 [label="Exit function test_4" style="filled" fillcolor=red];
} }
41 -> {43}; 41 -> {42};
43 -> {45}; 42 -> {43};
44 -> {53}; 43 -> {44};
44 -> {45};
45 -> {46}; 45 -> {46};
46 -> {47}; 46 -> {51 47};
47 -> {48}; 47 -> {48};
48 -> {44 49}; 48 -> {49};
49 -> {50}; 49 -> {50};
50 -> {51}; 50 -> {51};
51 -> {52}; 51 -> {52};
52 -> {44}; 52 -> {53};
53 -> {54}; 53 -> {54};
54 -> {56}; 54 -> {55};
55 -> {64}; 55 -> {56};
56 -> {57}; 56 -> {57};
57 -> {58}; 57 -> {62 58};
58 -> {59}; 58 -> {59};
59 -> {55 60}; 59 -> {60};
60 -> {61}; 60 -> {61};
61 -> {62}; 61 -> {62};
62 -> {63}; 62 -> {63};
63 -> {55}; 63 -> {64};
64 -> {65}; 64 -> {65};
65 -> {66}; 65 -> {66};
66 -> {67}; 66 -> {67};
67 -> {68}; 67 -> {68};
68 -> {69}; 68 -> {69};
69 -> {42};
subgraph cluster_14 { subgraph cluster_14 {
color=red color=red
70 [label="Enter function test_5" style="filled" fillcolor=red]; 70 [label="Enter function test_5" style="filled" fillcolor=red];
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
72 [label="Enter block"]; 71 [label="Enter block"];
subgraph cluster_16 { subgraph cluster_16 {
color=blue color=blue
73 [label="Enter when"]; 72 [label="Enter when"];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
75 [label="Enter when branch condition "]; 73 [label="Enter when branch condition "];
76 [label="Access variable R|<local>/b|"]; 74 [label="Access variable R|<local>/b|"];
77 [label="Exit when branch condition"]; 75 [label="Exit when branch condition"];
} }
subgraph cluster_18 { subgraph cluster_18 {
color=blue color=blue
91 [label="Enter when branch condition else"]; 76 [label="Enter when branch condition else"];
92 [label="Exit when branch condition"]; 77 [label="Exit when branch condition"];
} }
93 [label="Enter when branch result"];
subgraph cluster_19 {
color=blue
94 [label="Enter block"];
95 [label="Access variable R|<local>/x|"];
96 [label="Access variable <Unresolved name: length>#"];
97 [label="Exit block"];
}
98 [label="Exit when branch result"];
78 [label="Enter when branch result"]; 78 [label="Enter when branch result"];
subgraph cluster_20 { subgraph cluster_19 {
color=blue color=blue
79 [label="Enter block"]; 79 [label="Enter block"];
80 [label="Access variable R|<local>/x|"]; 80 [label="Access variable R|<local>/x|"];
81 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"]; 81 [label="Access variable <Unresolved name: length>#"];
82 [label="Function call: R|kotlin/require|(...)"]; 82 [label="Exit block"];
}
83 [label="Exit when branch result"];
84 [label="Enter when branch result"];
subgraph cluster_20 {
color=blue
85 [label="Enter block"];
86 [label="Access variable R|<local>/x|"];
87 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
88 [label="Function call: R|kotlin/require|(...)"];
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
83 [label="Enter contract"]; 89 [label="Enter contract"];
84 [label="Access variable R|<local>/x|"]; 90 [label="Access variable R|<local>/x|"];
85 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"]; 91 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
86 [label="Exit contract"]; 92 [label="Exit contract"];
} }
87 [label="Access variable R|<local>/x|"]; 93 [label="Access variable R|<local>/x|"];
88 [label="Access variable R|kotlin/String.length|"]; 94 [label="Access variable R|kotlin/String.length|"];
89 [label="Exit block"]; 95 [label="Exit block"];
} }
90 [label="Exit when branch result"]; 96 [label="Exit when branch result"];
74 [label="Exit when"]; 97 [label="Exit when"];
} }
99 [label="Access variable R|<local>/x|"]; 98 [label="Access variable R|<local>/x|"];
100 [label="Access variable <Unresolved name: length>#"]; 99 [label="Access variable <Unresolved name: length>#"];
101 [label="Exit block"]; 100 [label="Exit block"];
} }
71 [label="Exit function test_5" style="filled" fillcolor=red]; 101 [label="Exit function test_5" style="filled" fillcolor=red];
} }
70 -> {72}; 70 -> {71};
71 -> {72};
72 -> {73}; 72 -> {73};
73 -> {75}; 73 -> {74};
74 -> {99}; 74 -> {75};
75 -> {76}; 75 -> {84 76};
76 -> {77}; 76 -> {77};
77 -> {78 91}; 77 -> {78};
78 -> {79}; 78 -> {79};
79 -> {80}; 79 -> {80};
80 -> {81}; 80 -> {81};
81 -> {82}; 81 -> {82};
82 -> {83}; 82 -> {83};
83 -> {84}; 83 -> {97};
84 -> {85}; 84 -> {85};
85 -> {86}; 85 -> {86};
86 -> {87}; 86 -> {87};
87 -> {88}; 87 -> {88};
88 -> {89}; 88 -> {89};
89 -> {90}; 89 -> {90};
90 -> {74}; 90 -> {91};
91 -> {92}; 91 -> {92};
92 -> {93}; 92 -> {93};
93 -> {94}; 93 -> {94};
@@ -268,58 +269,38 @@ digraph conditionalEffects_kt {
95 -> {96}; 95 -> {96};
96 -> {97}; 96 -> {97};
97 -> {98}; 97 -> {98};
98 -> {74}; 98 -> {99};
99 -> {100}; 99 -> {100};
100 -> {101}; 100 -> {101};
101 -> {71};
subgraph cluster_22 { subgraph cluster_22 {
color=red color=red
102 [label="Enter function test_6" style="filled" fillcolor=red]; 102 [label="Enter function test_6" style="filled" fillcolor=red];
subgraph cluster_23 { subgraph cluster_23 {
color=blue color=blue
104 [label="Enter block"]; 103 [label="Enter block"];
subgraph cluster_24 { subgraph cluster_24 {
color=blue color=blue
105 [label="Enter when"]; 104 [label="Enter when"];
subgraph cluster_25 { subgraph cluster_25 {
color=blue color=blue
107 [label="Enter when branch condition "]; 105 [label="Enter when branch condition "];
108 [label="Access variable R|<local>/b|"]; 106 [label="Access variable R|<local>/b|"];
109 [label="Exit when branch condition"]; 107 [label="Exit when branch condition"];
} }
subgraph cluster_26 { subgraph cluster_26 {
color=blue color=blue
123 [label="Enter when branch condition else"]; 108 [label="Enter when branch condition else"];
124 [label="Exit when branch condition"]; 109 [label="Exit when branch condition"];
} }
125 [label="Enter when branch result"];
subgraph cluster_27 {
color=blue
126 [label="Enter block"];
127 [label="Access variable R|<local>/x|"];
128 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
129 [label="Function call: R|kotlin/require|(...)"];
subgraph cluster_28 {
color=blue
130 [label="Enter contract"];
131 [label="Access variable R|<local>/x|"];
132 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
133 [label="Exit contract"];
}
134 [label="Access variable R|<local>/x|"];
135 [label="Access variable R|kotlin/String.length|"];
136 [label="Exit block"];
}
137 [label="Exit when branch result"];
110 [label="Enter when branch result"]; 110 [label="Enter when branch result"];
subgraph cluster_29 { subgraph cluster_27 {
color=blue color=blue
111 [label="Enter block"]; 111 [label="Enter block"];
112 [label="Access variable R|<local>/x|"]; 112 [label="Access variable R|<local>/x|"];
113 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"]; 113 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
114 [label="Function call: R|kotlin/require|(...)"]; 114 [label="Function call: R|kotlin/require|(...)"];
subgraph cluster_30 { subgraph cluster_28 {
color=blue color=blue
115 [label="Enter contract"]; 115 [label="Enter contract"];
116 [label="Access variable R|<local>/x|"]; 116 [label="Access variable R|<local>/x|"];
@@ -331,21 +312,41 @@ digraph conditionalEffects_kt {
121 [label="Exit block"]; 121 [label="Exit block"];
} }
122 [label="Exit when branch result"]; 122 [label="Exit when branch result"];
106 [label="Exit when"]; 123 [label="Enter when branch result"];
subgraph cluster_29 {
color=blue
124 [label="Enter block"];
125 [label="Access variable R|<local>/x|"];
126 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
127 [label="Function call: R|kotlin/require|(...)"];
subgraph cluster_30 {
color=blue
128 [label="Enter contract"];
129 [label="Access variable R|<local>/x|"];
130 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
131 [label="Exit contract"];
}
132 [label="Access variable R|<local>/x|"];
133 [label="Access variable R|kotlin/String.length|"];
134 [label="Exit block"];
}
135 [label="Exit when branch result"];
136 [label="Exit when"];
} }
138 [label="Access variable R|<local>/x|"]; 137 [label="Access variable R|<local>/x|"];
139 [label="Access variable R|kotlin/String.length|"]; 138 [label="Access variable R|kotlin/String.length|"];
140 [label="Exit block"]; 139 [label="Exit block"];
} }
103 [label="Exit function test_6" style="filled" fillcolor=red]; 140 [label="Exit function test_6" style="filled" fillcolor=red];
} }
102 -> {104}; 102 -> {103};
103 -> {104};
104 -> {105}; 104 -> {105};
105 -> {107}; 105 -> {106};
106 -> {138}; 106 -> {107};
107 -> {108}; 107 -> {123 108};
108 -> {109}; 108 -> {109};
109 -> {110 123}; 109 -> {110};
110 -> {111}; 110 -> {111};
111 -> {112}; 111 -> {112};
112 -> {113}; 112 -> {113};
@@ -358,7 +359,7 @@ digraph conditionalEffects_kt {
119 -> {120}; 119 -> {120};
120 -> {121}; 120 -> {121};
121 -> {122}; 121 -> {122};
122 -> {106}; 122 -> {136};
123 -> {124}; 123 -> {124};
124 -> {125}; 124 -> {125};
125 -> {126}; 125 -> {126};
@@ -373,9 +374,8 @@ digraph conditionalEffects_kt {
134 -> {135}; 134 -> {135};
135 -> {136}; 135 -> {136};
136 -> {137}; 136 -> {137};
137 -> {106}; 137 -> {138};
138 -> {139}; 138 -> {139};
139 -> {140}; 139 -> {140};
140 -> {103};
} }
@@ -8,123 +8,123 @@ digraph atLeastOnce_kt {
0 [label="Enter function inlineRun" style="filled" fillcolor=red]; 0 [label="Enter function inlineRun" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
3 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"]; 2 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
4 [label="Exit block"]; 3 [label="Exit block"];
} }
1 [label="Exit function inlineRun" style="filled" fillcolor=red]; 4 [label="Exit function inlineRun" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {4}; 3 -> {4};
4 -> {1};
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
5 [label="Enter function myRun" style="filled" fillcolor=red]; 5 [label="Enter function myRun" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
7 [label="Enter block"]; 6 [label="Enter block"];
8 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"]; 7 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
9 [label="Exit block"]; 8 [label="Exit block"];
} }
6 [label="Exit function myRun" style="filled" fillcolor=red]; 9 [label="Exit function myRun" style="filled" fillcolor=red];
} }
5 -> {7}; 5 -> {6};
6 -> {7};
7 -> {8}; 7 -> {8};
8 -> {9}; 8 -> {9};
9 -> {6};
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
10 [label="Enter function test_1" style="filled" fillcolor=red]; 10 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
12 [label="Enter block"]; 11 [label="Enter block"];
13 [label="Variable declaration: lval x: R|kotlin/Int|"]; 12 [label="Variable declaration: lval x: R|kotlin/Int|"];
14 [label="Postponed enter to lambda"]; 13 [label="Postponed enter to lambda"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
20 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 20 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
22 [label="Enter block"]; 21 [label="Enter block"];
23 [label="Const: Int(1)"]; 22 [label="Const: Int(1)"];
24 [label="Assignment: R|<local>/x|"]; 23 [label="Assignment: R|<local>/x|"];
25 [label="Exit block"]; 24 [label="Exit block"];
} }
21 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 25 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
15 [label="Postponed exit from lambda"]; 14 [label="Postponed exit from lambda"];
16 [label="Function call: R|/inlineRun|(...)"]; 15 [label="Function call: R|/inlineRun|(...)"];
17 [label="Access variable R|<local>/x|"]; 16 [label="Access variable R|<local>/x|"];
18 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"]; 17 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
19 [label="Exit block"]; 18 [label="Exit block"];
} }
11 [label="Exit function test_1" style="filled" fillcolor=red]; 19 [label="Exit function test_1" style="filled" fillcolor=red];
} }
10 -> {12}; 10 -> {11};
11 -> {12};
12 -> {13}; 12 -> {13};
13 -> {14}; 13 -> {20};
14 -> {20}; 13 -> {14} [color=red];
14 -> {15} [color=red]; 14 -> {15};
15 -> {16}; 15 -> {16};
16 -> {17}; 16 -> {17};
17 -> {18}; 17 -> {18};
18 -> {19}; 18 -> {19};
19 -> {11}; 20 -> {21};
20 -> {22}; 21 -> {22};
21 -> {15} [color=green];
21 -> {20} [color=green style=dashed];
22 -> {23}; 22 -> {23};
23 -> {24}; 23 -> {24};
24 -> {25}; 24 -> {25};
25 -> {21}; 25 -> {14} [color=green];
25 -> {20} [color=green style=dashed];
subgraph cluster_8 { subgraph cluster_8 {
color=red color=red
26 [label="Enter function test_2" style="filled" fillcolor=red]; 26 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
28 [label="Enter block"]; 27 [label="Enter block"];
29 [label="Variable declaration: lval x: R|kotlin/Int|"]; 28 [label="Variable declaration: lval x: R|kotlin/Int|"];
30 [label="Postponed enter to lambda"]; 29 [label="Postponed enter to lambda"];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
36 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 36 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
38 [label="Enter block"]; 37 [label="Enter block"];
39 [label="Const: Int(1)"]; 38 [label="Const: Int(1)"];
40 [label="Assignment: R|<local>/x|"]; 39 [label="Assignment: R|<local>/x|"];
41 [label="Exit block"]; 40 [label="Exit block"];
} }
37 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 41 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
31 [label="Postponed exit from lambda"]; 30 [label="Postponed exit from lambda"];
32 [label="Function call: R|/myRun|(...)"]; 31 [label="Function call: R|/myRun|(...)"];
33 [label="Access variable R|<local>/x|"]; 32 [label="Access variable R|<local>/x|"];
34 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"]; 33 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
35 [label="Exit block"]; 34 [label="Exit block"];
} }
27 [label="Exit function test_2" style="filled" fillcolor=red]; 35 [label="Exit function test_2" style="filled" fillcolor=red];
} }
26 -> {28}; 26 -> {27};
27 -> {28};
28 -> {29}; 28 -> {29};
29 -> {30}; 29 -> {36};
30 -> {36}; 29 -> {30} [color=red];
30 -> {31} [color=red]; 30 -> {31};
31 -> {32}; 31 -> {32};
32 -> {33}; 32 -> {33};
33 -> {34}; 33 -> {34};
34 -> {35}; 34 -> {35};
35 -> {27}; 36 -> {37};
36 -> {38}; 37 -> {38};
37 -> {31} [color=green];
37 -> {36} [color=green style=dashed];
38 -> {39}; 38 -> {39};
39 -> {40}; 39 -> {40};
40 -> {41}; 40 -> {41};
41 -> {37}; 41 -> {30} [color=green];
41 -> {36} [color=green style=dashed];
} }
@@ -8,121 +8,121 @@ digraph atMostOnce_kt {
0 [label="Enter function inlineRun" style="filled" fillcolor=red]; 0 [label="Enter function inlineRun" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
3 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"]; 2 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
4 [label="Exit block"]; 3 [label="Exit block"];
} }
1 [label="Exit function inlineRun" style="filled" fillcolor=red]; 4 [label="Exit function inlineRun" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {4}; 3 -> {4};
4 -> {1};
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
5 [label="Enter function myRun" style="filled" fillcolor=red]; 5 [label="Enter function myRun" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
7 [label="Enter block"]; 6 [label="Enter block"];
8 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"]; 7 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
9 [label="Exit block"]; 8 [label="Exit block"];
} }
6 [label="Exit function myRun" style="filled" fillcolor=red]; 9 [label="Exit function myRun" style="filled" fillcolor=red];
} }
5 -> {7}; 5 -> {6};
6 -> {7};
7 -> {8}; 7 -> {8};
8 -> {9}; 8 -> {9};
9 -> {6};
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
10 [label="Enter function test_1" style="filled" fillcolor=red]; 10 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
12 [label="Enter block"]; 11 [label="Enter block"];
13 [label="Variable declaration: lval x: R|kotlin/Int|"]; 12 [label="Variable declaration: lval x: R|kotlin/Int|"];
14 [label="Postponed enter to lambda"]; 13 [label="Postponed enter to lambda"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
20 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 20 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
22 [label="Enter block"]; 21 [label="Enter block"];
23 [label="Const: Int(1)"]; 22 [label="Const: Int(1)"];
24 [label="Assignment: R|<local>/x|"]; 23 [label="Assignment: R|<local>/x|"];
25 [label="Exit block"]; 24 [label="Exit block"];
} }
21 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 25 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
15 [label="Postponed exit from lambda"]; 14 [label="Postponed exit from lambda"];
16 [label="Function call: R|/inlineRun|(...)"]; 15 [label="Function call: R|/inlineRun|(...)"];
17 [label="Access variable R|<local>/x|"]; 16 [label="Access variable R|<local>/x|"];
18 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"]; 17 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
19 [label="Exit block"]; 18 [label="Exit block"];
} }
11 [label="Exit function test_1" style="filled" fillcolor=red]; 19 [label="Exit function test_1" style="filled" fillcolor=red];
} }
10 -> {12}; 10 -> {11};
11 -> {12};
12 -> {13}; 12 -> {13};
13 -> {14}; 13 -> {20};
14 -> {20}; 13 -> {14} [color=red];
14 -> {15} [color=red]; 14 -> {15};
15 -> {16}; 15 -> {16};
16 -> {17}; 16 -> {17};
17 -> {18}; 17 -> {18};
18 -> {19}; 18 -> {19};
19 -> {11}; 20 -> {25 21};
20 -> {21 22}; 21 -> {22};
21 -> {15} [color=green];
22 -> {23}; 22 -> {23};
23 -> {24}; 23 -> {24};
24 -> {25}; 24 -> {25};
25 -> {21}; 25 -> {14} [color=green];
subgraph cluster_8 { subgraph cluster_8 {
color=red color=red
26 [label="Enter function test_2" style="filled" fillcolor=red]; 26 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
28 [label="Enter block"]; 27 [label="Enter block"];
29 [label="Variable declaration: lval x: R|kotlin/Int|"]; 28 [label="Variable declaration: lval x: R|kotlin/Int|"];
30 [label="Postponed enter to lambda"]; 29 [label="Postponed enter to lambda"];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
36 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 36 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
38 [label="Enter block"]; 37 [label="Enter block"];
39 [label="Const: Int(1)"]; 38 [label="Const: Int(1)"];
40 [label="Assignment: R|<local>/x|"]; 39 [label="Assignment: R|<local>/x|"];
41 [label="Exit block"]; 40 [label="Exit block"];
} }
37 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 41 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
31 [label="Postponed exit from lambda"]; 30 [label="Postponed exit from lambda"];
32 [label="Function call: R|/myRun|(...)"]; 31 [label="Function call: R|/myRun|(...)"];
33 [label="Access variable R|<local>/x|"]; 32 [label="Access variable R|<local>/x|"];
34 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"]; 33 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
35 [label="Exit block"]; 34 [label="Exit block"];
} }
27 [label="Exit function test_2" style="filled" fillcolor=red]; 35 [label="Exit function test_2" style="filled" fillcolor=red];
} }
26 -> {28}; 26 -> {27};
27 -> {28};
28 -> {29}; 28 -> {29};
29 -> {30}; 29 -> {36};
30 -> {36}; 29 -> {30} [color=red];
30 -> {31} [color=red]; 30 -> {31};
31 -> {32}; 31 -> {32};
32 -> {33}; 32 -> {33};
33 -> {34}; 33 -> {34};
34 -> {35}; 34 -> {35};
35 -> {27}; 36 -> {41 37};
36 -> {37 38}; 37 -> {38};
37 -> {31} [color=green];
38 -> {39}; 38 -> {39};
39 -> {40}; 39 -> {40};
40 -> {41}; 40 -> {41};
41 -> {37}; 41 -> {30} [color=green];
} }
@@ -8,127 +8,127 @@ digraph exactlyOnce_kt {
0 [label="Enter function inlineRun" style="filled" fillcolor=red]; 0 [label="Enter function inlineRun" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
3 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"]; 2 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
4 [label="Exit block"]; 3 [label="Exit block"];
} }
1 [label="Exit function inlineRun" style="filled" fillcolor=red]; 4 [label="Exit function inlineRun" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {4}; 3 -> {4};
4 -> {1};
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
5 [label="Enter function myRun" style="filled" fillcolor=red]; 5 [label="Enter function myRun" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
7 [label="Enter block"]; 6 [label="Enter block"];
8 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"]; 7 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
9 [label="Exit block"]; 8 [label="Exit block"];
} }
6 [label="Exit function myRun" style="filled" fillcolor=red]; 9 [label="Exit function myRun" style="filled" fillcolor=red];
} }
5 -> {7}; 5 -> {6};
6 -> {7};
7 -> {8}; 7 -> {8};
8 -> {9}; 8 -> {9};
9 -> {6};
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
10 [label="Enter function test_1" style="filled" fillcolor=red]; 10 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
12 [label="Enter block"]; 11 [label="Enter block"];
13 [label="Variable declaration: lval x: R|kotlin/Int|"]; 12 [label="Variable declaration: lval x: R|kotlin/Int|"];
14 [label="Postponed enter to lambda"]; 13 [label="Postponed enter to lambda"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
21 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 21 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
23 [label="Enter block"]; 22 [label="Enter block"];
24 [label="Const: Int(1)"]; 23 [label="Const: Int(1)"];
25 [label="Assignment: R|<local>/x|"]; 24 [label="Assignment: R|<local>/x|"];
26 [label="Exit block"]; 25 [label="Exit block"];
} }
22 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 26 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
17 [label="Call arguments union" style="filled" fillcolor=yellow]; 14 [label="Call arguments union" style="filled" fillcolor=yellow];
15 [label="Postponed exit from lambda"]; 15 [label="Postponed exit from lambda"];
16 [label="Function call: R|/inlineRun|(...)"]; 16 [label="Function call: R|/inlineRun|(...)"];
18 [label="Access variable R|<local>/x|"]; 17 [label="Access variable R|<local>/x|"];
19 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"]; 18 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
20 [label="Exit block"]; 19 [label="Exit block"];
} }
11 [label="Exit function test_1" style="filled" fillcolor=red]; 20 [label="Exit function test_1" style="filled" fillcolor=red];
} }
10 -> {12}; 10 -> {11};
11 -> {12};
12 -> {13}; 12 -> {13};
13 -> {14}; 13 -> {21};
14 -> {21}; 13 -> {15} [color=red];
14 -> {15} [color=red]; 14 -> {16} [color=red];
15 -> {16} [color=green]; 15 -> {16} [color=green];
16 -> {18}; 16 -> {17};
17 -> {16} [color=red]; 17 -> {18};
18 -> {19}; 18 -> {19};
19 -> {20}; 19 -> {20};
20 -> {11}; 21 -> {22};
21 -> {23}; 22 -> {23};
22 -> {15} [color=green];
22 -> {17} [color=red];
23 -> {24}; 23 -> {24};
24 -> {25}; 24 -> {25};
25 -> {26}; 25 -> {26};
26 -> {22}; 26 -> {15} [color=green];
26 -> {14} [color=red];
subgraph cluster_8 { subgraph cluster_8 {
color=red color=red
27 [label="Enter function test_2" style="filled" fillcolor=red]; 27 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
29 [label="Enter block"]; 28 [label="Enter block"];
30 [label="Variable declaration: lval x: R|kotlin/Int|"]; 29 [label="Variable declaration: lval x: R|kotlin/Int|"];
31 [label="Postponed enter to lambda"]; 30 [label="Postponed enter to lambda"];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
38 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 38 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
40 [label="Enter block"]; 39 [label="Enter block"];
41 [label="Const: Int(1)"]; 40 [label="Const: Int(1)"];
42 [label="Assignment: R|<local>/x|"]; 41 [label="Assignment: R|<local>/x|"];
43 [label="Exit block"]; 42 [label="Exit block"];
} }
39 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 43 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
34 [label="Call arguments union" style="filled" fillcolor=yellow]; 31 [label="Call arguments union" style="filled" fillcolor=yellow];
32 [label="Postponed exit from lambda"]; 32 [label="Postponed exit from lambda"];
33 [label="Function call: R|/myRun|(...)"]; 33 [label="Function call: R|/myRun|(...)"];
35 [label="Access variable R|<local>/x|"]; 34 [label="Access variable R|<local>/x|"];
36 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"]; 35 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
37 [label="Exit block"]; 36 [label="Exit block"];
} }
28 [label="Exit function test_2" style="filled" fillcolor=red]; 37 [label="Exit function test_2" style="filled" fillcolor=red];
} }
27 -> {29}; 27 -> {28};
28 -> {29};
29 -> {30}; 29 -> {30};
30 -> {31}; 30 -> {38};
31 -> {38}; 30 -> {32} [color=red];
31 -> {32} [color=red]; 31 -> {33} [color=red];
32 -> {33} [color=green]; 32 -> {33} [color=green];
33 -> {35}; 33 -> {34};
34 -> {33} [color=red]; 34 -> {35};
35 -> {36}; 35 -> {36};
36 -> {37}; 36 -> {37};
37 -> {28}; 38 -> {39};
38 -> {40}; 39 -> {40};
39 -> {32} [color=green];
39 -> {34} [color=red];
40 -> {41}; 40 -> {41};
41 -> {42}; 41 -> {42};
42 -> {43}; 42 -> {43};
43 -> {39}; 43 -> {32} [color=green];
43 -> {31} [color=red];
} }
@@ -8,123 +8,123 @@ digraph unknown_kt {
0 [label="Enter function inlineRun" style="filled" fillcolor=red]; 0 [label="Enter function inlineRun" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
3 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"]; 2 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
4 [label="Exit block"]; 3 [label="Exit block"];
} }
1 [label="Exit function inlineRun" style="filled" fillcolor=red]; 4 [label="Exit function inlineRun" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {4}; 3 -> {4};
4 -> {1};
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
5 [label="Enter function myRun" style="filled" fillcolor=red]; 5 [label="Enter function myRun" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
7 [label="Enter block"]; 6 [label="Enter block"];
8 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"]; 7 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
9 [label="Exit block"]; 8 [label="Exit block"];
} }
6 [label="Exit function myRun" style="filled" fillcolor=red]; 9 [label="Exit function myRun" style="filled" fillcolor=red];
} }
5 -> {7}; 5 -> {6};
6 -> {7};
7 -> {8}; 7 -> {8};
8 -> {9}; 8 -> {9};
9 -> {6};
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
10 [label="Enter function test_1" style="filled" fillcolor=red]; 10 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
12 [label="Enter block"]; 11 [label="Enter block"];
13 [label="Variable declaration: lval x: R|kotlin/Int|"]; 12 [label="Variable declaration: lval x: R|kotlin/Int|"];
14 [label="Postponed enter to lambda"]; 13 [label="Postponed enter to lambda"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
20 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 20 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
22 [label="Enter block"]; 21 [label="Enter block"];
23 [label="Const: Int(1)"]; 22 [label="Const: Int(1)"];
24 [label="Assignment: R|<local>/x|"]; 23 [label="Assignment: R|<local>/x|"];
25 [label="Exit block"]; 24 [label="Exit block"];
} }
21 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 25 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
15 [label="Postponed exit from lambda"]; 14 [label="Postponed exit from lambda"];
16 [label="Function call: R|/inlineRun|(...)"]; 15 [label="Function call: R|/inlineRun|(...)"];
17 [label="Access variable R|<local>/x|"]; 16 [label="Access variable R|<local>/x|"];
18 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"]; 17 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
19 [label="Exit block"]; 18 [label="Exit block"];
} }
11 [label="Exit function test_1" style="filled" fillcolor=red]; 19 [label="Exit function test_1" style="filled" fillcolor=red];
} }
10 -> {12}; 10 -> {11};
11 -> {12};
12 -> {13}; 12 -> {13};
13 -> {14}; 13 -> {20};
14 -> {20}; 13 -> {14} [color=red];
14 -> {15} [color=red]; 14 -> {15};
15 -> {16}; 15 -> {16};
16 -> {17}; 16 -> {17};
17 -> {18}; 17 -> {18};
18 -> {19}; 18 -> {19};
19 -> {11}; 20 -> {25 21};
20 -> {21 22}; 21 -> {22};
21 -> {15} [color=green];
21 -> {20} [color=green style=dashed];
22 -> {23}; 22 -> {23};
23 -> {24}; 23 -> {24};
24 -> {25}; 24 -> {25};
25 -> {21}; 25 -> {14} [color=green];
25 -> {20} [color=green style=dashed];
subgraph cluster_8 { subgraph cluster_8 {
color=red color=red
26 [label="Enter function test_2" style="filled" fillcolor=red]; 26 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
28 [label="Enter block"]; 27 [label="Enter block"];
29 [label="Variable declaration: lval x: R|kotlin/Int|"]; 28 [label="Variable declaration: lval x: R|kotlin/Int|"];
30 [label="Postponed enter to lambda"]; 29 [label="Postponed enter to lambda"];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
36 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 36 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
38 [label="Enter block"]; 37 [label="Enter block"];
39 [label="Const: Int(1)"]; 38 [label="Const: Int(1)"];
40 [label="Assignment: R|<local>/x|"]; 39 [label="Assignment: R|<local>/x|"];
41 [label="Exit block"]; 40 [label="Exit block"];
} }
37 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 41 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
31 [label="Postponed exit from lambda"]; 30 [label="Postponed exit from lambda"];
32 [label="Function call: R|/myRun|(...)"]; 31 [label="Function call: R|/myRun|(...)"];
33 [label="Access variable R|<local>/x|"]; 32 [label="Access variable R|<local>/x|"];
34 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"]; 33 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
35 [label="Exit block"]; 34 [label="Exit block"];
} }
27 [label="Exit function test_2" style="filled" fillcolor=red]; 35 [label="Exit function test_2" style="filled" fillcolor=red];
} }
26 -> {28}; 26 -> {27};
27 -> {28};
28 -> {29}; 28 -> {29};
29 -> {30}; 29 -> {36};
30 -> {36}; 29 -> {30} [color=red];
30 -> {31} [color=red]; 30 -> {31};
31 -> {32}; 31 -> {32};
32 -> {33}; 32 -> {33};
33 -> {34}; 33 -> {34};
34 -> {35}; 34 -> {35};
35 -> {27}; 36 -> {41 37};
36 -> {37 38}; 37 -> {38};
37 -> {31} [color=green];
37 -> {36} [color=green style=dashed];
38 -> {39}; 38 -> {39};
39 -> {40}; 39 -> {40};
40 -> {41}; 40 -> {41};
41 -> {37}; 41 -> {30} [color=green];
41 -> {36} [color=green style=dashed];
} }
@@ -6,233 +6,233 @@ digraph delegateWithAnonymousObject_kt {
subgraph cluster_0 { subgraph cluster_0 {
color=red color=red
0 [label="Enter function <init>" style="filled" fillcolor=red]; 0 [label="Enter function <init>" style="filled" fillcolor=red];
2 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 1 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
1 [label="Exit function <init>" style="filled" fillcolor=red]; 2 [label="Exit function <init>" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
2 -> {1}; 1 -> {2};
subgraph cluster_1 { subgraph cluster_1 {
color=red color=red
4 [label="Enter class DelegateProvider" style="filled" fillcolor=red]; 3 [label="Enter class DelegateProvider" style="filled" fillcolor=red];
3 [label="Exit class DelegateProvider" style="filled" fillcolor=red]; 4 [label="Exit class DelegateProvider" style="filled" fillcolor=red];
} }
4 -> {3} [color=green]; 3 -> {4} [color=green];
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
5 [label="Enter function delegate" style="filled" fillcolor=red]; 5 [label="Enter function delegate" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
7 [label="Enter block"]; 6 [label="Enter block"];
8 [label="Const: Null(null)"]; 7 [label="Const: Null(null)"];
9 [label="Check not null: Null(null)!!"]; 8 [label="Check not null: Null(null)!!"];
10 [label="Jump: ^delegate Null(null)!!"]; 9 [label="Jump: ^delegate Null(null)!!"];
11 [label="Stub" style="filled" fillcolor=gray]; 10 [label="Stub" style="filled" fillcolor=gray];
12 [label="Exit block" style="filled" fillcolor=gray]; 11 [label="Exit block" style="filled" fillcolor=gray];
} }
6 [label="Exit function delegate" style="filled" fillcolor=red]; 12 [label="Exit function delegate" style="filled" fillcolor=red];
} }
5 -> {7}; 5 -> {6};
6 -> {7};
7 -> {8}; 7 -> {8};
8 -> {9}; 8 -> {9};
9 -> {10}; 9 -> {12};
10 -> {6}; 9 -> {10} [style=dotted];
10 -> {11} [style=dotted]; 10 -> {11} [style=dotted];
11 -> {12} [style=dotted]; 11 -> {12} [style=dotted];
12 -> {6} [style=dotted];
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
13 [label="Enter function <init>" style="filled" fillcolor=red]; 13 [label="Enter function <init>" style="filled" fillcolor=red];
15 [label="Delegated constructor call: super<R|DelegateProvider<IssueListView>|>()"]; 14 [label="Delegated constructor call: super<R|DelegateProvider<IssueListView>|>()"];
14 [label="Exit function <init>" style="filled" fillcolor=red]; 15 [label="Exit function <init>" style="filled" fillcolor=red];
} }
13 -> {15}; 13 -> {14};
15 -> {14}; 14 -> {15};
subgraph cluster_5 { subgraph cluster_5 {
color=red color=red
16 [label="Enter function updateFrom" style="filled" fillcolor=red]; 16 [label="Enter function updateFrom" style="filled" fillcolor=red];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
18 [label="Enter block"]; 17 [label="Enter block"];
19 [label="Exit block"]; 18 [label="Exit block"];
} }
17 [label="Exit function updateFrom" style="filled" fillcolor=red]; 19 [label="Exit function updateFrom" style="filled" fillcolor=red];
} }
16 -> {18}; 16 -> {17};
17 -> {18};
18 -> {19}; 18 -> {19};
19 -> {17};
subgraph cluster_7 { subgraph cluster_7 {
color=red color=red
21 [label="Enter class IssueListView" style="filled" fillcolor=red]; 20 [label="Enter class IssueListView" style="filled" fillcolor=red];
20 [label="Exit class IssueListView" style="filled" fillcolor=red]; 21 [label="Exit class IssueListView" style="filled" fillcolor=red];
} }
21 -> {20} [color=green]; 20 -> {21} [color=green];
subgraph cluster_8 { subgraph cluster_8 {
color=red color=red
22 [label="Enter function <init>" style="filled" fillcolor=red]; 22 [label="Enter function <init>" style="filled" fillcolor=red];
24 [label="Delegated constructor call: super<R|DelegateProvider<IssuesListUserProfile>|>()"]; 23 [label="Delegated constructor call: super<R|DelegateProvider<IssuesListUserProfile>|>()"];
23 [label="Exit function <init>" style="filled" fillcolor=red]; 24 [label="Exit function <init>" style="filled" fillcolor=red];
} }
22 -> {24}; 22 -> {23};
24 -> {23}; 23 -> {24};
subgraph cluster_9 { subgraph cluster_9 {
color=red color=red
32 [label="Enter function <init>" style="filled" fillcolor=red]; 32 [label="Enter function <init>" style="filled" fillcolor=red];
34 [label="Delegated constructor call: super<R|kotlin/Any|>()"]; 33 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
33 [label="Exit function <init>" style="filled" fillcolor=red]; 34 [label="Exit function <init>" style="filled" fillcolor=red];
} }
32 -> {34}; 32 -> {33};
34 -> {33}; 33 -> {34};
subgraph cluster_10 { subgraph cluster_10 {
color=red color=red
35 [label="Enter function getValue" style="filled" fillcolor=red]; 35 [label="Enter function getValue" style="filled" fillcolor=red];
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
37 [label="Enter block"]; 36 [label="Enter block"];
38 [label="Function call: R|/IssueListView.IssueListView|()"]; 37 [label="Function call: R|/IssueListView.IssueListView|()"];
39 [label="Jump: ^getValue R|/IssueListView.IssueListView|()"]; 38 [label="Jump: ^getValue R|/IssueListView.IssueListView|()"];
40 [label="Stub" style="filled" fillcolor=gray]; 39 [label="Stub" style="filled" fillcolor=gray];
41 [label="Exit block" style="filled" fillcolor=gray]; 40 [label="Exit block" style="filled" fillcolor=gray];
} }
36 [label="Exit function getValue" style="filled" fillcolor=red]; 41 [label="Exit function getValue" style="filled" fillcolor=red];
} }
35 -> {37}; 35 -> {36};
36 -> {37};
37 -> {38}; 37 -> {38};
38 -> {39}; 38 -> {41};
39 -> {36}; 38 -> {39} [style=dotted];
39 -> {40} [style=dotted]; 39 -> {40} [style=dotted];
40 -> {41} [style=dotted]; 40 -> {41} [style=dotted];
41 -> {36} [style=dotted];
subgraph cluster_12 { subgraph cluster_12 {
color=red color=red
42 [label="Enter function setValue" style="filled" fillcolor=red]; 42 [label="Enter function setValue" style="filled" fillcolor=red];
subgraph cluster_13 { subgraph cluster_13 {
color=blue color=blue
44 [label="Enter block"]; 43 [label="Enter block"];
45 [label="Function call: R|/IssueListView.IssueListView|()"]; 44 [label="Function call: R|/IssueListView.IssueListView|()"];
46 [label="Access variable R|<local>/value|"]; 45 [label="Access variable R|<local>/value|"];
47 [label="Function call: R|/IssueListView.IssueListView|().R|/IssueListView.updateFrom|(...)"]; 46 [label="Function call: R|/IssueListView.IssueListView|().R|/IssueListView.updateFrom|(...)"];
48 [label="Jump: ^setValue R|/IssueListView.IssueListView|().R|/IssueListView.updateFrom|(R|<local>/value|)"]; 47 [label="Jump: ^setValue R|/IssueListView.IssueListView|().R|/IssueListView.updateFrom|(R|<local>/value|)"];
49 [label="Stub" style="filled" fillcolor=gray]; 48 [label="Stub" style="filled" fillcolor=gray];
50 [label="Exit block" style="filled" fillcolor=gray]; 49 [label="Exit block" style="filled" fillcolor=gray];
} }
43 [label="Exit function setValue" style="filled" fillcolor=red]; 50 [label="Exit function setValue" style="filled" fillcolor=red];
} }
42 -> {44}; 42 -> {43};
43 -> {44};
44 -> {45}; 44 -> {45};
45 -> {46}; 45 -> {46};
46 -> {47}; 46 -> {47};
47 -> {48}; 47 -> {50};
48 -> {43}; 47 -> {48} [style=dotted];
48 -> {49} [style=dotted]; 48 -> {49} [style=dotted];
49 -> {50} [style=dotted]; 49 -> {50} [style=dotted];
50 -> {43} [style=dotted];
subgraph cluster_14 { subgraph cluster_14 {
color=red color=red
51 [label="Enter function getter" style="filled" fillcolor=red]; 51 [label="Enter function getter" style="filled" fillcolor=red];
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
53 [label="Enter block"]; 52 [label="Enter block"];
54 [label="Access variable D|/IssuesListUserProfile.issueListView|"]; 53 [label="Access variable D|/IssuesListUserProfile.issueListView|"];
55 [label="Access variable this@R|/IssuesListUserProfile|"]; 54 [label="Access variable this@R|/IssuesListUserProfile|"];
56 [label="Function call: this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|FakeOverride<kotlin/properties/ReadWriteProperty.getValue: R|IssueListView|>|(...)"]; 55 [label="Function call: this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|FakeOverride<kotlin/properties/ReadWriteProperty.getValue: R|IssueListView|>|(...)"];
57 [label="Jump: ^ this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|FakeOverride<kotlin/properties/ReadWriteProperty.getValue: R|IssueListView|>|(this@R|/IssuesListUserProfile|, ::R|/IssuesListUserProfile.issueListView|)"]; 56 [label="Jump: ^ this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|FakeOverride<kotlin/properties/ReadWriteProperty.getValue: R|IssueListView|>|(this@R|/IssuesListUserProfile|, ::R|/IssuesListUserProfile.issueListView|)"];
58 [label="Stub" style="filled" fillcolor=gray]; 57 [label="Stub" style="filled" fillcolor=gray];
59 [label="Exit block" style="filled" fillcolor=gray]; 58 [label="Exit block" style="filled" fillcolor=gray];
} }
52 [label="Exit function getter" style="filled" fillcolor=red]; 59 [label="Exit function getter" style="filled" fillcolor=red];
} }
51 -> {53}; 51 -> {52};
52 -> {53};
53 -> {54}; 53 -> {54};
54 -> {55}; 54 -> {55};
55 -> {56}; 55 -> {56};
56 -> {57}; 56 -> {59};
57 -> {52}; 56 -> {57} [style=dotted];
57 -> {58} [style=dotted]; 57 -> {58} [style=dotted];
58 -> {59} [style=dotted]; 58 -> {59} [style=dotted];
59 -> {52} [style=dotted];
subgraph cluster_16 { subgraph cluster_16 {
color=red color=red
60 [label="Enter function setter" style="filled" fillcolor=red]; 60 [label="Enter function setter" style="filled" fillcolor=red];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
62 [label="Enter block"]; 61 [label="Enter block"];
63 [label="Access variable D|/IssuesListUserProfile.issueListView|"]; 62 [label="Access variable D|/IssuesListUserProfile.issueListView|"];
64 [label="Access variable this@R|/IssuesListUserProfile|"]; 63 [label="Access variable this@R|/IssuesListUserProfile|"];
65 [label="Access variable R|<local>/issueListView|"]; 64 [label="Access variable R|<local>/issueListView|"];
66 [label="Function call: this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|FakeOverride<kotlin/properties/ReadWriteProperty.setValue: R|kotlin/Unit|>|(...)"]; 65 [label="Function call: this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|FakeOverride<kotlin/properties/ReadWriteProperty.setValue: R|kotlin/Unit|>|(...)"];
67 [label="Exit block"]; 66 [label="Exit block"];
} }
61 [label="Exit function setter" style="filled" fillcolor=red]; 67 [label="Exit function setter" style="filled" fillcolor=red];
} }
60 -> {62}; 60 -> {61};
61 -> {62};
62 -> {63}; 62 -> {63};
63 -> {64}; 63 -> {64};
64 -> {65}; 64 -> {65};
65 -> {66}; 65 -> {66};
66 -> {67}; 66 -> {67};
67 -> {61};
subgraph cluster_18 { subgraph cluster_18 {
color=red color=red
79 [label="Enter class IssuesListUserProfile" style="filled" fillcolor=red]; 78 [label="Enter class IssuesListUserProfile" style="filled" fillcolor=red];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
31 [label="Enter class <anonymous object>" style="filled" fillcolor=red]; 30 [label="Enter class <anonymous object>" style="filled" fillcolor=red];
30 [label="Exit class <anonymous object>" style="filled" fillcolor=red]; 31 [label="Exit class <anonymous object>" style="filled" fillcolor=red];
} }
subgraph cluster_20 { subgraph cluster_20 {
color=blue color=blue
68 [label="Enter property" style="filled" fillcolor=red]; 68 [label="Enter property" style="filled" fillcolor=red];
70 [label="Postponed enter to lambda"]; 69 [label="Postponed enter to lambda"];
71 [label="Postponed exit from lambda"]; 70 [label="Postponed exit from lambda"];
72 [label="Function call: this@R|/IssuesListUserProfile|.R|/delegate|<R|IssuesListUserProfile|, R|IssuesListUserProfile|, R|IssueListView|>(...)"]; 71 [label="Function call: this@R|/IssuesListUserProfile|.R|/delegate|<R|IssuesListUserProfile|, R|IssuesListUserProfile|, R|IssueListView|>(...)"];
73 [label="Access variable this@R|/IssuesListUserProfile|"]; 72 [label="Access variable this@R|/IssuesListUserProfile|"];
74 [label="Function call: this@R|/IssuesListUserProfile|.R|/delegate|<R|IssuesListUserProfile|, R|IssuesListUserProfile|, R|IssueListView|>(...).<Unresolved name: provideDelegate>#(...)"]; 73 [label="Function call: this@R|/IssuesListUserProfile|.R|/delegate|<R|IssuesListUserProfile|, R|IssuesListUserProfile|, R|IssueListView|>(...).<Unresolved name: provideDelegate>#(...)"];
75 [label="Postponed enter to lambda"]; 74 [label="Postponed enter to lambda"];
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
25 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 25 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_22 { subgraph cluster_22 {
color=blue color=blue
27 [label="Enter block"]; 26 [label="Enter block"];
28 [label="Exit anonymous object"]; 27 [label="Exit anonymous object"];
29 [label="Exit block"]; 28 [label="Exit block"];
} }
26 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 29 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
76 [label="Postponed exit from lambda"]; 75 [label="Postponed exit from lambda"];
77 [label="Function call: this@R|/IssuesListUserProfile|.R|/delegate|<R|IssuesListUserProfile|, R|IssuesListUserProfile|, R|IssueListView|>(...)"]; 76 [label="Function call: this@R|/IssuesListUserProfile|.R|/delegate|<R|IssuesListUserProfile|, R|IssuesListUserProfile|, R|IssueListView|>(...)"];
69 [label="Exit property" style="filled" fillcolor=red]; 77 [label="Exit property" style="filled" fillcolor=red];
} }
78 [label="Exit class IssuesListUserProfile" style="filled" fillcolor=red]; 79 [label="Exit class IssuesListUserProfile" style="filled" fillcolor=red];
} }
79 -> {68} [color=green]; 78 -> {68} [color=green];
68 -> {70}; 68 -> {69};
69 -> {78} [color=green]; 69 -> {70};
70 -> {71}; 70 -> {71};
71 -> {72}; 71 -> {72};
72 -> {73}; 72 -> {73};
73 -> {74}; 73 -> {74};
74 -> {75}; 74 -> {75 25};
75 -> {76 25}; 75 -> {76};
76 -> {77}; 76 -> {77};
77 -> {69}; 77 -> {79} [color=green];
25 -> {27}; 25 -> {26};
26 -> {27};
26 -> {32 35 42} [color=red];
27 -> {28}; 27 -> {28};
27 -> {32 35 42} [color=red];
28 -> {29}; 28 -> {29};
29 -> {26}; 30 -> {31} [color=green];
31 -> {30} [color=green];
} }
@@ -8,83 +8,83 @@ digraph tryWithLambdaInside_kt {
0 [label="Enter function notInPlaceFilter" style="filled" fillcolor=red]; 0 [label="Enter function notInPlaceFilter" style="filled" fillcolor=red];
subgraph cluster_1 { subgraph cluster_1 {
color=blue color=blue
2 [label="Enter block"]; 1 [label="Enter block"];
3 [label="Access variable this@R|/notInPlaceFilter|"]; 2 [label="Access variable this@R|/notInPlaceFilter|"];
4 [label="Jump: ^notInPlaceFilter this@R|/notInPlaceFilter|"]; 3 [label="Jump: ^notInPlaceFilter this@R|/notInPlaceFilter|"];
5 [label="Stub" style="filled" fillcolor=gray]; 4 [label="Stub" style="filled" fillcolor=gray];
6 [label="Exit block" style="filled" fillcolor=gray]; 5 [label="Exit block" style="filled" fillcolor=gray];
} }
1 [label="Exit function notInPlaceFilter" style="filled" fillcolor=red]; 6 [label="Exit function notInPlaceFilter" style="filled" fillcolor=red];
} }
0 -> {2}; 0 -> {1};
1 -> {2};
2 -> {3}; 2 -> {3};
3 -> {4}; 3 -> {6};
4 -> {1}; 3 -> {4} [style=dotted];
4 -> {5} [style=dotted]; 4 -> {5} [style=dotted];
5 -> {6} [style=dotted]; 5 -> {6} [style=dotted];
6 -> {1} [style=dotted];
subgraph cluster_2 { subgraph cluster_2 {
color=red color=red
7 [label="Enter function foo" style="filled" fillcolor=red]; 7 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_3 { subgraph cluster_3 {
color=blue color=blue
9 [label="Enter block"]; 8 [label="Enter block"];
10 [label="Exit block"]; 9 [label="Exit block"];
} }
8 [label="Exit function foo" style="filled" fillcolor=red]; 10 [label="Exit function foo" style="filled" fillcolor=red];
} }
7 -> {9}; 7 -> {8};
8 -> {9};
9 -> {10}; 9 -> {10};
10 -> {8};
subgraph cluster_4 { subgraph cluster_4 {
color=red color=red
11 [label="Enter function testInPlace" style="filled" fillcolor=red]; 11 [label="Enter function testInPlace" style="filled" fillcolor=red];
subgraph cluster_5 { subgraph cluster_5 {
color=blue color=blue
13 [label="Enter block"]; 12 [label="Enter block"];
subgraph cluster_6 { subgraph cluster_6 {
color=blue color=blue
14 [label="Try expression enter"]; 13 [label="Try expression enter"];
subgraph cluster_7 { subgraph cluster_7 {
color=blue color=blue
16 [label="Try main block enter"]; 14 [label="Try main block enter"];
subgraph cluster_8 { subgraph cluster_8 {
color=blue color=blue
18 [label="Enter block"]; 15 [label="Enter block"];
19 [label="Access variable R|<local>/list|"]; 16 [label="Access variable R|<local>/list|"];
20 [label="Postponed enter to lambda"]; 17 [label="Postponed enter to lambda"];
subgraph cluster_9 { subgraph cluster_9 {
color=blue color=blue
31 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 31 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_10 { subgraph cluster_10 {
color=blue color=blue
33 [label="Enter block"]; 32 [label="Enter block"];
34 [label="Access variable R|<local>/it|"]; 33 [label="Access variable R|<local>/it|"];
35 [label="Exit block"]; 34 [label="Exit block"];
} }
32 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 35 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
21 [label="Postponed exit from lambda"]; 18 [label="Postponed exit from lambda"];
22 [label="Function call: R|<local>/list|.R|kotlin/collections/filter|<R|kotlin/Boolean|>(...)"]; 19 [label="Function call: R|<local>/list|.R|kotlin/collections/filter|<R|kotlin/Boolean|>(...)"];
23 [label="Exit block"]; 20 [label="Exit block"];
} }
24 [label="Try main block exit"]; 21 [label="Try main block exit"];
} }
subgraph cluster_11 { subgraph cluster_11 {
color=blue color=blue
17 [label="Enter finally"]; 22 [label="Enter finally"];
subgraph cluster_12 { subgraph cluster_12 {
color=blue color=blue
25 [label="Enter block"]; 23 [label="Enter block"];
26 [label="Exit block"]; 24 [label="Exit block"];
} }
27 [label="Exit finally"]; 25 [label="Exit finally"];
} }
15 [label="Try expression exit"]; 26 [label="Try expression exit"];
} }
28 [label="Jump: ^testInPlace try { 27 [label="Jump: ^testInPlace try {
R|<local>/list|.R|kotlin/collections/filter|<R|kotlin/Boolean|>(<L> = filter@fun <anonymous>(it: R|kotlin/Boolean|): R|kotlin/Boolean| <kind=UNKNOWN> { R|<local>/list|.R|kotlin/collections/filter|<R|kotlin/Boolean|>(<L> = filter@fun <anonymous>(it: R|kotlin/Boolean|): R|kotlin/Boolean| <kind=UNKNOWN> {
^ R|<local>/it| ^ R|<local>/it|
} }
@@ -93,86 +93,86 @@ digraph tryWithLambdaInside_kt {
finally { finally {
} }
"]; "];
29 [label="Stub" style="filled" fillcolor=gray]; 28 [label="Stub" style="filled" fillcolor=gray];
30 [label="Exit block" style="filled" fillcolor=gray]; 29 [label="Exit block" style="filled" fillcolor=gray];
} }
12 [label="Exit function testInPlace" style="filled" fillcolor=red]; 30 [label="Exit function testInPlace" style="filled" fillcolor=red];
} }
11 -> {13}; 11 -> {12};
12 -> {13};
13 -> {14}; 13 -> {14};
14 -> {16}; 14 -> {30 22 15};
15 -> {28}; 15 -> {16};
16 -> {12 17 18}; 16 -> {17};
17 -> {25}; 17 -> {31};
17 -> {18} [color=red];
18 -> {19}; 18 -> {19};
19 -> {20}; 19 -> {20};
20 -> {31}; 20 -> {21};
20 -> {21} [color=red]; 21 -> {26};
21 -> {22};
22 -> {23}; 22 -> {23};
23 -> {24}; 23 -> {24};
24 -> {15}; 24 -> {25};
25 -> {26}; 25 -> {26};
26 -> {27}; 26 -> {27};
27 -> {15}; 27 -> {30};
28 -> {12}; 27 -> {28} [style=dotted];
28 -> {29} [style=dotted]; 28 -> {29} [style=dotted];
29 -> {30} [style=dotted]; 29 -> {30} [style=dotted];
30 -> {12} [style=dotted]; 31 -> {35 32};
31 -> {32 33}; 32 -> {33};
32 -> {21} [color=green];
32 -> {31} [color=green style=dashed];
33 -> {34}; 33 -> {34};
34 -> {35}; 34 -> {35};
35 -> {32}; 35 -> {18} [color=green];
35 -> {31} [color=green style=dashed];
subgraph cluster_13 { subgraph cluster_13 {
color=red color=red
36 [label="Enter function testNotInPlace" style="filled" fillcolor=red]; 36 [label="Enter function testNotInPlace" style="filled" fillcolor=red];
subgraph cluster_14 { subgraph cluster_14 {
color=blue color=blue
38 [label="Enter block"]; 37 [label="Enter block"];
subgraph cluster_15 { subgraph cluster_15 {
color=blue color=blue
39 [label="Try expression enter"]; 38 [label="Try expression enter"];
subgraph cluster_16 { subgraph cluster_16 {
color=blue color=blue
41 [label="Try main block enter"]; 39 [label="Try main block enter"];
subgraph cluster_17 { subgraph cluster_17 {
color=blue color=blue
43 [label="Enter block"]; 40 [label="Enter block"];
44 [label="Access variable R|<local>/list|"]; 41 [label="Access variable R|<local>/list|"];
45 [label="Postponed enter to lambda"]; 42 [label="Postponed enter to lambda"];
subgraph cluster_18 { subgraph cluster_18 {
color=blue color=blue
56 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; 56 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
subgraph cluster_19 { subgraph cluster_19 {
color=blue color=blue
58 [label="Enter block"]; 57 [label="Enter block"];
59 [label="Access variable R|<local>/it|"]; 58 [label="Access variable R|<local>/it|"];
60 [label="Exit block"]; 59 [label="Exit block"];
} }
57 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; 60 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
} }
46 [label="Postponed exit from lambda"]; 43 [label="Postponed exit from lambda"];
47 [label="Function call: R|<local>/list|.R|/notInPlaceFilter|<R|kotlin/Boolean|>(...)"]; 44 [label="Function call: R|<local>/list|.R|/notInPlaceFilter|<R|kotlin/Boolean|>(...)"];
48 [label="Exit block"]; 45 [label="Exit block"];
} }
49 [label="Try main block exit"]; 46 [label="Try main block exit"];
} }
subgraph cluster_20 { subgraph cluster_20 {
color=blue color=blue
42 [label="Enter finally"]; 47 [label="Enter finally"];
subgraph cluster_21 { subgraph cluster_21 {
color=blue color=blue
50 [label="Enter block"]; 48 [label="Enter block"];
51 [label="Exit block"]; 49 [label="Exit block"];
} }
52 [label="Exit finally"]; 50 [label="Exit finally"];
} }
40 [label="Try expression exit"]; 51 [label="Try expression exit"];
} }
53 [label="Jump: ^testNotInPlace try { 52 [label="Jump: ^testNotInPlace try {
R|<local>/list|.R|/notInPlaceFilter|<R|kotlin/Boolean|>(<L> = notInPlaceFilter@fun <anonymous>(it: R|kotlin/Boolean|): R|kotlin/Boolean| { R|<local>/list|.R|/notInPlaceFilter|<R|kotlin/Boolean|>(<L> = notInPlaceFilter@fun <anonymous>(it: R|kotlin/Boolean|): R|kotlin/Boolean| {
^ R|<local>/it| ^ R|<local>/it|
} }
@@ -181,34 +181,34 @@ finally {
finally { finally {
} }
"]; "];
54 [label="Stub" style="filled" fillcolor=gray]; 53 [label="Stub" style="filled" fillcolor=gray];
55 [label="Exit block" style="filled" fillcolor=gray]; 54 [label="Exit block" style="filled" fillcolor=gray];
} }
37 [label="Exit function testNotInPlace" style="filled" fillcolor=red]; 55 [label="Exit function testNotInPlace" style="filled" fillcolor=red];
} }
36 -> {38}; 36 -> {37};
37 -> {38};
38 -> {39}; 38 -> {39};
39 -> {41}; 39 -> {55 47 40};
40 -> {53}; 40 -> {41};
41 -> {37 42 43}; 41 -> {42};
42 -> {50}; 42 -> {43 56};
43 -> {44}; 43 -> {44};
44 -> {45}; 44 -> {45};
45 -> {46 56}; 45 -> {46};
46 -> {47}; 46 -> {51};
47 -> {48}; 47 -> {48};
48 -> {49}; 48 -> {49};
49 -> {40}; 49 -> {50};
50 -> {51}; 50 -> {51};
51 -> {52}; 51 -> {52};
52 -> {40}; 52 -> {55};
53 -> {37}; 52 -> {53} [style=dotted];
53 -> {54} [style=dotted]; 53 -> {54} [style=dotted];
54 -> {55} [style=dotted]; 54 -> {55} [style=dotted];
55 -> {37} [style=dotted]; 56 -> {57};
56 -> {58}; 57 -> {58};
58 -> {59}; 58 -> {59};
59 -> {60}; 59 -> {60};
60 -> {57};
} }