723b275d99
^KT-38444 In Progress
1422 lines
48 KiB
Plaintext
Vendored
1422 lines
48 KiB
Plaintext
Vendored
digraph nullability_kt {
|
|
graph [nodesep=3]
|
|
node [shape=box penwidth=2]
|
|
edge [penwidth=2]
|
|
|
|
subgraph cluster_0 {
|
|
color=red
|
|
0 [label="Enter function foo" style="filled" fillcolor=red];
|
|
1 [label="Exit function foo" style="filled" fillcolor=red];
|
|
}
|
|
0 -> {1};
|
|
|
|
subgraph cluster_1 {
|
|
color=red
|
|
2 [label="Enter function getA" style="filled" fillcolor=red];
|
|
3 [label="Exit function getA" style="filled" fillcolor=red];
|
|
}
|
|
2 -> {3};
|
|
|
|
subgraph cluster_2 {
|
|
color=red
|
|
4 [label="Enter class A" style="filled" fillcolor=red];
|
|
5 [label="Exit class A" style="filled" fillcolor=red];
|
|
}
|
|
4 -> {5} [color=green];
|
|
|
|
subgraph cluster_3 {
|
|
color=red
|
|
10 [label="Enter function fs" style="filled" fillcolor=red];
|
|
11 [label="Exit function fs" style="filled" fillcolor=red];
|
|
}
|
|
10 -> {11};
|
|
|
|
subgraph cluster_4 {
|
|
color=red
|
|
12 [label="Enter class MyData" style="filled" fillcolor=red];
|
|
subgraph cluster_5 {
|
|
color=blue
|
|
6 [label="Enter function getter" style="filled" fillcolor=red];
|
|
7 [label="Exit function getter" style="filled" fillcolor=red];
|
|
}
|
|
subgraph cluster_6 {
|
|
color=blue
|
|
8 [label="Enter property" style="filled" fillcolor=red];
|
|
9 [label="Exit property" style="filled" fillcolor=red];
|
|
}
|
|
13 [label="Exit class MyData" style="filled" fillcolor=red];
|
|
}
|
|
12 -> {8} [color=green];
|
|
8 -> {9};
|
|
9 -> {13} [color=green];
|
|
6 -> {7};
|
|
|
|
subgraph cluster_7 {
|
|
color=red
|
|
18 [label="Enter function fdata" style="filled" fillcolor=red];
|
|
19 [label="Exit function fdata" style="filled" fillcolor=red];
|
|
}
|
|
18 -> {19};
|
|
|
|
subgraph cluster_8 {
|
|
color=red
|
|
20 [label="Enter class Q" style="filled" fillcolor=red];
|
|
subgraph cluster_9 {
|
|
color=blue
|
|
14 [label="Enter function getter" style="filled" fillcolor=red];
|
|
15 [label="Exit function getter" style="filled" fillcolor=red];
|
|
}
|
|
subgraph cluster_10 {
|
|
color=blue
|
|
16 [label="Enter property" style="filled" fillcolor=red];
|
|
17 [label="Exit property" style="filled" fillcolor=red];
|
|
}
|
|
21 [label="Exit class Q" style="filled" fillcolor=red];
|
|
}
|
|
20 -> {16} [color=green];
|
|
16 -> {17};
|
|
17 -> {21} [color=green];
|
|
14 -> {15};
|
|
|
|
subgraph cluster_11 {
|
|
color=red
|
|
22 [label="Enter function <init>" style="filled" fillcolor=red];
|
|
24 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
|
23 [label="Exit function <init>" style="filled" fillcolor=red];
|
|
}
|
|
22 -> {24};
|
|
24 -> {23};
|
|
|
|
subgraph cluster_12 {
|
|
color=red
|
|
30 [label="Enter function fdata" style="filled" fillcolor=red];
|
|
32 [label="Const: Null(null)"];
|
|
33 [label="Jump: ^fdata Null(null)"];
|
|
34 [label="Stub" style="filled" fillcolor=gray];
|
|
31 [label="Exit function fdata" style="filled" fillcolor=red];
|
|
}
|
|
30 -> {32};
|
|
32 -> {33};
|
|
33 -> {31};
|
|
33 -> {34} [style=dotted];
|
|
34 -> {31} [style=dotted];
|
|
|
|
subgraph cluster_13 {
|
|
color=red
|
|
35 [label="Enter class QImpl" style="filled" fillcolor=red];
|
|
subgraph cluster_14 {
|
|
color=blue
|
|
25 [label="Enter function getter" style="filled" fillcolor=red];
|
|
26 [label="Exit function getter" style="filled" fillcolor=red];
|
|
}
|
|
subgraph cluster_15 {
|
|
color=blue
|
|
27 [label="Enter property" style="filled" fillcolor=red];
|
|
29 [label="Access variable R|<local>/data|"];
|
|
28 [label="Exit property" style="filled" fillcolor=red];
|
|
}
|
|
36 [label="Exit class QImpl" style="filled" fillcolor=red];
|
|
}
|
|
35 -> {27} [color=green];
|
|
27 -> {29};
|
|
28 -> {36} [color=green];
|
|
29 -> {28};
|
|
25 -> {26};
|
|
|
|
subgraph cluster_16 {
|
|
color=red
|
|
37 [label="Enter function <init>" style="filled" fillcolor=red];
|
|
39 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
|
38 [label="Exit function <init>" style="filled" fillcolor=red];
|
|
}
|
|
37 -> {39};
|
|
39 -> {38};
|
|
|
|
subgraph cluster_17 {
|
|
color=red
|
|
47 [label="Enter function fdata" style="filled" fillcolor=red];
|
|
49 [label="Const: Null(null)"];
|
|
50 [label="Jump: ^fdata Null(null)"];
|
|
51 [label="Stub" style="filled" fillcolor=gray];
|
|
48 [label="Exit function fdata" style="filled" fillcolor=red];
|
|
}
|
|
47 -> {49};
|
|
49 -> {50};
|
|
50 -> {48};
|
|
50 -> {51} [style=dotted];
|
|
51 -> {48} [style=dotted];
|
|
|
|
subgraph cluster_18 {
|
|
color=red
|
|
52 [label="Enter class QImplMutable" style="filled" fillcolor=red];
|
|
subgraph cluster_19 {
|
|
color=blue
|
|
42 [label="Enter function setter" style="filled" fillcolor=red];
|
|
43 [label="Exit function setter" style="filled" fillcolor=red];
|
|
}
|
|
subgraph cluster_20 {
|
|
color=blue
|
|
40 [label="Enter function getter" style="filled" fillcolor=red];
|
|
41 [label="Exit function getter" style="filled" fillcolor=red];
|
|
}
|
|
subgraph cluster_21 {
|
|
color=blue
|
|
44 [label="Enter property" style="filled" fillcolor=red];
|
|
46 [label="Access variable R|<local>/data|"];
|
|
45 [label="Exit property" style="filled" fillcolor=red];
|
|
}
|
|
53 [label="Exit class QImplMutable" style="filled" fillcolor=red];
|
|
}
|
|
52 -> {44} [color=green];
|
|
44 -> {46};
|
|
45 -> {53} [color=green];
|
|
46 -> {45};
|
|
40 -> {41};
|
|
42 -> {43};
|
|
|
|
subgraph cluster_22 {
|
|
color=red
|
|
54 [label="Enter function <init>" style="filled" fillcolor=red];
|
|
56 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
|
55 [label="Exit function <init>" style="filled" fillcolor=red];
|
|
}
|
|
54 -> {56};
|
|
56 -> {55};
|
|
|
|
subgraph cluster_23 {
|
|
color=red
|
|
64 [label="Enter function fdata" style="filled" fillcolor=red];
|
|
66 [label="Const: Null(null)"];
|
|
67 [label="Jump: ^fdata Null(null)"];
|
|
68 [label="Stub" style="filled" fillcolor=gray];
|
|
65 [label="Exit function fdata" style="filled" fillcolor=red];
|
|
}
|
|
64 -> {66};
|
|
66 -> {67};
|
|
67 -> {65};
|
|
67 -> {68} [style=dotted];
|
|
68 -> {65} [style=dotted];
|
|
|
|
subgraph cluster_24 {
|
|
color=red
|
|
69 [label="Enter class QImplWithCustomGetter" style="filled" fillcolor=red];
|
|
subgraph cluster_25 {
|
|
color=blue
|
|
57 [label="Enter function getter" style="filled" fillcolor=red];
|
|
59 [label="Const: Null(null)"];
|
|
60 [label="Jump: ^ Null(null)"];
|
|
61 [label="Stub" style="filled" fillcolor=gray];
|
|
58 [label="Exit function getter" style="filled" fillcolor=red];
|
|
}
|
|
subgraph cluster_26 {
|
|
color=blue
|
|
62 [label="Enter property" style="filled" fillcolor=red];
|
|
63 [label="Exit property" style="filled" fillcolor=red];
|
|
}
|
|
70 [label="Exit class QImplWithCustomGetter" style="filled" fillcolor=red];
|
|
}
|
|
69 -> {62} [color=green];
|
|
62 -> {63};
|
|
63 -> {70} [color=green];
|
|
57 -> {59};
|
|
59 -> {60};
|
|
60 -> {58};
|
|
60 -> {61} [style=dotted];
|
|
61 -> {58} [style=dotted];
|
|
|
|
subgraph cluster_27 {
|
|
color=red
|
|
71 [label="Enter function test_1" style="filled" fillcolor=red];
|
|
subgraph cluster_28 {
|
|
color=blue
|
|
73 [label="Enter when"];
|
|
subgraph cluster_29 {
|
|
color=blue
|
|
75 [label="Enter when branch condition "];
|
|
76 [label="Access variable R|<local>/x|"];
|
|
77 [label="Const: Null(null)"];
|
|
78 [label="Operator !="];
|
|
79 [label="Exit when branch condition"];
|
|
}
|
|
subgraph cluster_30 {
|
|
color=blue
|
|
86 [label="Enter when branch condition else"];
|
|
87 [label="Exit when branch condition"];
|
|
}
|
|
88 [label="Enter when branch result"];
|
|
subgraph cluster_31 {
|
|
color=blue
|
|
89 [label="Enter block"];
|
|
90 [label="Access variable R|<local>/x|"];
|
|
91 [label="Function call: R|<local>/x|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
|
|
92 [label="Exit block"];
|
|
}
|
|
93 [label="Exit when branch result"];
|
|
80 [label="Enter when branch result"];
|
|
subgraph cluster_32 {
|
|
color=blue
|
|
81 [label="Enter block"];
|
|
82 [label="Access variable R|<local>/x|"];
|
|
83 [label="Function call: R|<local>/x|.R|/A.foo|()"];
|
|
84 [label="Exit block"];
|
|
}
|
|
85 [label="Exit when branch result"];
|
|
74 [label="Exit when"];
|
|
}
|
|
94 [label="Access variable R|<local>/x|"];
|
|
95 [label="Function call: R|<local>/x|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
|
|
72 [label="Exit function test_1" style="filled" fillcolor=red];
|
|
}
|
|
71 -> {73};
|
|
73 -> {75};
|
|
74 -> {94};
|
|
75 -> {76};
|
|
76 -> {77};
|
|
77 -> {78};
|
|
78 -> {79};
|
|
79 -> {80 86};
|
|
80 -> {81};
|
|
81 -> {82};
|
|
82 -> {83};
|
|
83 -> {84};
|
|
84 -> {85};
|
|
85 -> {74};
|
|
86 -> {87};
|
|
87 -> {88};
|
|
88 -> {89};
|
|
89 -> {90};
|
|
90 -> {91};
|
|
91 -> {92};
|
|
92 -> {93};
|
|
93 -> {74};
|
|
94 -> {95};
|
|
95 -> {72};
|
|
|
|
subgraph cluster_33 {
|
|
color=red
|
|
96 [label="Enter function test_2" style="filled" fillcolor=red];
|
|
subgraph cluster_34 {
|
|
color=blue
|
|
98 [label="Enter when"];
|
|
subgraph cluster_35 {
|
|
color=blue
|
|
100 [label="Enter when branch condition "];
|
|
101 [label="Access variable R|<local>/x|"];
|
|
102 [label="Const: Null(null)"];
|
|
103 [label="Operator =="];
|
|
104 [label="Exit when branch condition"];
|
|
}
|
|
subgraph cluster_36 {
|
|
color=blue
|
|
111 [label="Enter when branch condition else"];
|
|
112 [label="Exit when branch condition"];
|
|
}
|
|
113 [label="Enter when branch result"];
|
|
subgraph cluster_37 {
|
|
color=blue
|
|
114 [label="Enter block"];
|
|
115 [label="Access variable R|<local>/x|"];
|
|
116 [label="Function call: R|<local>/x|.R|/A.foo|()"];
|
|
117 [label="Exit block"];
|
|
}
|
|
118 [label="Exit when branch result"];
|
|
105 [label="Enter when branch result"];
|
|
subgraph cluster_38 {
|
|
color=blue
|
|
106 [label="Enter block"];
|
|
107 [label="Access variable R|<local>/x|"];
|
|
108 [label="Function call: R|<local>/x|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
|
|
109 [label="Exit block"];
|
|
}
|
|
110 [label="Exit when branch result"];
|
|
99 [label="Exit when"];
|
|
}
|
|
119 [label="Access variable R|<local>/x|"];
|
|
120 [label="Function call: R|<local>/x|.<Inapplicable(WRONG_RECEIVER): [/A.foo]>#()"];
|
|
97 [label="Exit function test_2" style="filled" fillcolor=red];
|
|
}
|
|
96 -> {98};
|
|
98 -> {100};
|
|
99 -> {119};
|
|
100 -> {101};
|
|
101 -> {102};
|
|
102 -> {103};
|
|
103 -> {104};
|
|
104 -> {105 111};
|
|
105 -> {106};
|
|
106 -> {107};
|
|
107 -> {108};
|
|
108 -> {109};
|
|
109 -> {110};
|
|
110 -> {99};
|
|
111 -> {112};
|
|
112 -> {113};
|
|
113 -> {114};
|
|
114 -> {115};
|
|
115 -> {116};
|
|
116 -> {117};
|
|
117 -> {118};
|
|
118 -> {99};
|
|
119 -> {120};
|
|
120 -> {97};
|
|
|
|
subgraph cluster_39 {
|
|
color=red
|
|
121 [label="Enter function test_3" style="filled" fillcolor=red];
|
|
subgraph cluster_40 {
|
|
color=blue
|
|
123 [label="Enter when"];
|
|
125 [label="Access variable R|<local>/x|"];
|
|
126 [label="Variable declaration: lval <elvis>: R|A?|"];
|
|
subgraph cluster_41 {
|
|
color=blue
|
|
127 [label="Enter when branch condition "];
|
|
128 [label="Const: Null(null)"];
|
|
129 [label="Operator =="];
|
|
130 [label="Exit when branch condition"];
|
|
}
|
|
subgraph cluster_42 {
|
|
color=blue
|
|
137 [label="Enter when branch condition else"];
|
|
138 [label="Exit when branch condition"];
|
|
}
|
|
139 [label="Enter when branch result"];
|
|
subgraph cluster_43 {
|
|
color=blue
|
|
140 [label="Enter block"];
|
|
141 [label="Access variable R|<local>/<elvis>|"];
|
|
142 [label="Exit block"];
|
|
}
|
|
143 [label="Exit when branch result"];
|
|
131 [label="Enter when branch result"];
|
|
subgraph cluster_44 {
|
|
color=blue
|
|
132 [label="Enter block"];
|
|
133 [label="Jump: ^test_3 Unit"];
|
|
134 [label="Stub" style="filled" fillcolor=gray];
|
|
135 [label="Exit block" style="filled" fillcolor=gray];
|
|
}
|
|
136 [label="Exit when branch result" style="filled" fillcolor=gray];
|
|
124 [label="Exit when"];
|
|
}
|
|
144 [label="Access variable R|<local>/x|"];
|
|
145 [label="Function call: R|<local>/x|.R|/A.foo|()"];
|
|
122 [label="Exit function test_3" style="filled" fillcolor=red];
|
|
}
|
|
121 -> {123};
|
|
123 -> {125};
|
|
124 -> {144};
|
|
125 -> {126};
|
|
126 -> {127};
|
|
127 -> {128};
|
|
128 -> {129};
|
|
129 -> {130};
|
|
130 -> {131 137};
|
|
131 -> {132};
|
|
132 -> {133};
|
|
133 -> {122};
|
|
133 -> {134} [style=dotted];
|
|
134 -> {135} [style=dotted];
|
|
135 -> {136} [style=dotted];
|
|
136 -> {124} [style=dotted];
|
|
137 -> {138};
|
|
138 -> {139};
|
|
139 -> {140};
|
|
140 -> {141};
|
|
141 -> {142};
|
|
142 -> {143};
|
|
143 -> {124};
|
|
144 -> {145};
|
|
145 -> {122};
|
|
|
|
subgraph cluster_45 {
|
|
color=red
|
|
146 [label="Enter function test_4" style="filled" fillcolor=red];
|
|
subgraph cluster_46 {
|
|
color=blue
|
|
148 [label="Enter when"];
|
|
subgraph cluster_47 {
|
|
color=blue
|
|
150 [label="Enter when branch condition "];
|
|
151 [label="Access variable R|<local>/x|"];
|
|
152 [label="Enter safe call"];
|
|
154 [label="Function call: $subj$.R|/A.getA|()"];
|
|
153 [label="Exit safe call"];
|
|
155 [label="Const: Null(null)"];
|
|
156 [label="Operator =="];
|
|
157 [label="Exit when branch condition"];
|
|
}
|
|
164 [label="Synthetic else branch"];
|
|
158 [label="Enter when branch result"];
|
|
subgraph cluster_48 {
|
|
color=blue
|
|
159 [label="Enter block"];
|
|
160 [label="Jump: ^test_4 Unit"];
|
|
161 [label="Stub" style="filled" fillcolor=gray];
|
|
162 [label="Exit block" style="filled" fillcolor=gray];
|
|
}
|
|
163 [label="Exit when branch result" style="filled" fillcolor=gray];
|
|
149 [label="Exit when"];
|
|
}
|
|
165 [label="Access variable R|<local>/x|"];
|
|
166 [label="Function call: R|<local>/x|.R|/A.foo|()"];
|
|
147 [label="Exit function test_4" style="filled" fillcolor=red];
|
|
}
|
|
146 -> {148};
|
|
148 -> {150};
|
|
149 -> {165};
|
|
150 -> {151};
|
|
151 -> {152 153};
|
|
152 -> {154};
|
|
153 -> {155};
|
|
154 -> {153};
|
|
155 -> {156};
|
|
156 -> {157};
|
|
157 -> {158 164};
|
|
158 -> {159};
|
|
159 -> {160};
|
|
160 -> {147};
|
|
160 -> {161} [style=dotted];
|
|
161 -> {162} [style=dotted];
|
|
162 -> {163} [style=dotted];
|
|
163 -> {149} [style=dotted];
|
|
164 -> {149};
|
|
165 -> {166};
|
|
166 -> {147};
|
|
|
|
subgraph cluster_49 {
|
|
color=red
|
|
167 [label="Enter function test_5" style="filled" fillcolor=red];
|
|
subgraph cluster_50 {
|
|
color=blue
|
|
169 [label="Enter when"];
|
|
subgraph cluster_51 {
|
|
color=blue
|
|
171 [label="Enter when branch condition "];
|
|
172 [label="Access variable R|<local>/q|"];
|
|
173 [label="Enter safe call"];
|
|
175 [label="Access variable R|/Q.data|"];
|
|
174 [label="Exit safe call"];
|
|
176 [label="Enter safe call"];
|
|
178 [label="Access variable R|/MyData.s|"];
|
|
177 [label="Exit safe call"];
|
|
179 [label="Enter safe call"];
|
|
181 [label="Function call: $subj$.R|kotlin/Int.inc|()"];
|
|
180 [label="Exit safe call"];
|
|
182 [label="Const: Null(null)"];
|
|
183 [label="Operator !="];
|
|
184 [label="Exit when branch condition"];
|
|
}
|
|
198 [label="Synthetic else branch"];
|
|
185 [label="Enter when branch result"];
|
|
subgraph cluster_52 {
|
|
color=blue
|
|
186 [label="Enter block"];
|
|
187 [label="Access variable R|<local>/q|"];
|
|
188 [label="Access variable R|/Q.data|"];
|
|
189 [label="Access variable R|<local>/q|"];
|
|
190 [label="Access variable R|/Q.data|"];
|
|
191 [label="Access variable <Inapplicable(WRONG_RECEIVER): [/MyData.s]>#"];
|
|
192 [label="Access variable R|<local>/q|"];
|
|
193 [label="Access variable R|/Q.data|"];
|
|
194 [label="Access variable <Inapplicable(WRONG_RECEIVER): [/MyData.s]>#"];
|
|
195 [label="Function call: R|<local>/q|.R|/Q.data|.<Inapplicable(WRONG_RECEIVER): [/MyData.s]>#.<Unresolved name: inc>#()"];
|
|
196 [label="Exit block"];
|
|
}
|
|
197 [label="Exit when branch result"];
|
|
170 [label="Exit when"];
|
|
}
|
|
168 [label="Exit function test_5" style="filled" fillcolor=red];
|
|
}
|
|
167 -> {169};
|
|
169 -> {171};
|
|
170 -> {168};
|
|
171 -> {172};
|
|
172 -> {173 174};
|
|
173 -> {175};
|
|
174 -> {176 177};
|
|
175 -> {174};
|
|
176 -> {178};
|
|
177 -> {179 180};
|
|
178 -> {177};
|
|
179 -> {181};
|
|
180 -> {182};
|
|
181 -> {180};
|
|
182 -> {183};
|
|
183 -> {184};
|
|
184 -> {185 198};
|
|
185 -> {186};
|
|
186 -> {187};
|
|
187 -> {188};
|
|
188 -> {189};
|
|
189 -> {190};
|
|
190 -> {191};
|
|
191 -> {192};
|
|
192 -> {193};
|
|
193 -> {194};
|
|
194 -> {195};
|
|
195 -> {196};
|
|
196 -> {197};
|
|
197 -> {170};
|
|
198 -> {170};
|
|
|
|
subgraph cluster_53 {
|
|
color=red
|
|
199 [label="Enter function test_6" style="filled" fillcolor=red];
|
|
subgraph cluster_54 {
|
|
color=blue
|
|
201 [label="Enter when"];
|
|
203 [label="Access variable R|<local>/q|"];
|
|
204 [label="Enter safe call"];
|
|
206 [label="Access variable R|/Q.data|"];
|
|
205 [label="Exit safe call"];
|
|
207 [label="Enter safe call"];
|
|
209 [label="Access variable R|/MyData.s|"];
|
|
208 [label="Exit safe call"];
|
|
210 [label="Enter safe call"];
|
|
212 [label="Function call: $subj$.R|kotlin/Int.inc|()"];
|
|
211 [label="Exit safe call"];
|
|
213 [label="Variable declaration: lval <elvis>: R|kotlin/Int?|"];
|
|
subgraph cluster_55 {
|
|
color=blue
|
|
214 [label="Enter when branch condition "];
|
|
215 [label="Const: Null(null)"];
|
|
216 [label="Operator =="];
|
|
217 [label="Exit when branch condition"];
|
|
}
|
|
subgraph cluster_56 {
|
|
color=blue
|
|
224 [label="Enter when branch condition else"];
|
|
225 [label="Exit when branch condition"];
|
|
}
|
|
226 [label="Enter when branch result"];
|
|
subgraph cluster_57 {
|
|
color=blue
|
|
227 [label="Enter block"];
|
|
228 [label="Access variable R|<local>/<elvis>|"];
|
|
229 [label="Exit block"];
|
|
}
|
|
230 [label="Exit when branch result"];
|
|
218 [label="Enter when branch result"];
|
|
subgraph cluster_58 {
|
|
color=blue
|
|
219 [label="Enter block"];
|
|
220 [label="Jump: ^test_6 Unit"];
|
|
221 [label="Stub" style="filled" fillcolor=gray];
|
|
222 [label="Exit block" style="filled" fillcolor=gray];
|
|
}
|
|
223 [label="Exit when branch result" style="filled" fillcolor=gray];
|
|
202 [label="Exit when"];
|
|
}
|
|
231 [label="Access variable R|<local>/q|"];
|
|
232 [label="Access variable R|/Q.data|"];
|
|
233 [label="Access variable R|<local>/q|"];
|
|
234 [label="Access variable R|/Q.data|"];
|
|
235 [label="Access variable <Inapplicable(WRONG_RECEIVER): [/MyData.s]>#"];
|
|
236 [label="Access variable R|<local>/q|"];
|
|
237 [label="Access variable R|/Q.data|"];
|
|
238 [label="Access variable <Inapplicable(WRONG_RECEIVER): [/MyData.s]>#"];
|
|
239 [label="Function call: R|<local>/q|.R|/Q.data|.<Inapplicable(WRONG_RECEIVER): [/MyData.s]>#.<Unresolved name: inc>#()"];
|
|
200 [label="Exit function test_6" style="filled" fillcolor=red];
|
|
}
|
|
199 -> {201};
|
|
201 -> {203};
|
|
202 -> {231};
|
|
203 -> {204 205};
|
|
204 -> {206};
|
|
205 -> {207 208};
|
|
206 -> {205};
|
|
207 -> {209};
|
|
208 -> {210 211};
|
|
209 -> {208};
|
|
210 -> {212};
|
|
211 -> {213};
|
|
212 -> {211};
|
|
213 -> {214};
|
|
214 -> {215};
|
|
215 -> {216};
|
|
216 -> {217};
|
|
217 -> {218 224};
|
|
218 -> {219};
|
|
219 -> {220};
|
|
220 -> {200};
|
|
220 -> {221} [style=dotted];
|
|
221 -> {222} [style=dotted];
|
|
222 -> {223} [style=dotted];
|
|
223 -> {202} [style=dotted];
|
|
224 -> {225};
|
|
225 -> {226};
|
|
226 -> {227};
|
|
227 -> {228};
|
|
228 -> {229};
|
|
229 -> {230};
|
|
230 -> {202};
|
|
231 -> {232};
|
|
232 -> {233};
|
|
233 -> {234};
|
|
234 -> {235};
|
|
235 -> {236};
|
|
236 -> {237};
|
|
237 -> {238};
|
|
238 -> {239};
|
|
239 -> {200};
|
|
|
|
subgraph cluster_59 {
|
|
color=red
|
|
240 [label="Enter function test_7" style="filled" fillcolor=red];
|
|
subgraph cluster_60 {
|
|
color=blue
|
|
242 [label="Enter when"];
|
|
subgraph cluster_61 {
|
|
color=blue
|
|
244 [label="Enter when branch condition "];
|
|
245 [label="Access variable R|<local>/q|"];
|
|
246 [label="Enter safe call"];
|
|
248 [label="Function call: $subj$.R|/Q.fdata|()"];
|
|
247 [label="Exit safe call"];
|
|
249 [label="Enter safe call"];
|
|
251 [label="Function call: $subj$.R|/MyData.fs|()"];
|
|
250 [label="Exit safe call"];
|
|
252 [label="Enter safe call"];
|
|
254 [label="Function call: $subj$.R|kotlin/Int.inc|()"];
|
|
253 [label="Exit safe call"];
|
|
255 [label="Const: Null(null)"];
|
|
256 [label="Operator !="];
|
|
257 [label="Exit when branch condition"];
|
|
}
|
|
271 [label="Synthetic else branch"];
|
|
258 [label="Enter when branch result"];
|
|
subgraph cluster_62 {
|
|
color=blue
|
|
259 [label="Enter block"];
|
|
260 [label="Access variable R|<local>/q|"];
|
|
261 [label="Function call: R|<local>/q|.R|/Q.fdata|()"];
|
|
262 [label="Access variable R|<local>/q|"];
|
|
263 [label="Function call: R|<local>/q|.R|/Q.fdata|()"];
|
|
264 [label="Function call: R|<local>/q|.R|/Q.fdata|().<Inapplicable(WRONG_RECEIVER): [/MyData.fs]>#()"];
|
|
265 [label="Access variable R|<local>/q|"];
|
|
266 [label="Function call: R|<local>/q|.R|/Q.fdata|()"];
|
|
267 [label="Function call: R|<local>/q|.R|/Q.fdata|().<Inapplicable(WRONG_RECEIVER): [/MyData.fs]>#()"];
|
|
268 [label="Function call: R|<local>/q|.R|/Q.fdata|().<Inapplicable(WRONG_RECEIVER): [/MyData.fs]>#().<Unresolved name: inc>#()"];
|
|
269 [label="Exit block"];
|
|
}
|
|
270 [label="Exit when branch result"];
|
|
243 [label="Exit when"];
|
|
}
|
|
241 [label="Exit function test_7" style="filled" fillcolor=red];
|
|
}
|
|
240 -> {242};
|
|
242 -> {244};
|
|
243 -> {241};
|
|
244 -> {245};
|
|
245 -> {246 247};
|
|
246 -> {248};
|
|
247 -> {249 250};
|
|
248 -> {247};
|
|
249 -> {251};
|
|
250 -> {252 253};
|
|
251 -> {250};
|
|
252 -> {254};
|
|
253 -> {255};
|
|
254 -> {253};
|
|
255 -> {256};
|
|
256 -> {257};
|
|
257 -> {258 271};
|
|
258 -> {259};
|
|
259 -> {260};
|
|
260 -> {261};
|
|
261 -> {262};
|
|
262 -> {263};
|
|
263 -> {264};
|
|
264 -> {265};
|
|
265 -> {266};
|
|
266 -> {267};
|
|
267 -> {268};
|
|
268 -> {269};
|
|
269 -> {270};
|
|
270 -> {243};
|
|
271 -> {243};
|
|
|
|
subgraph cluster_63 {
|
|
color=red
|
|
272 [label="Enter function test_8" style="filled" fillcolor=red];
|
|
subgraph cluster_64 {
|
|
color=blue
|
|
274 [label="Enter when"];
|
|
subgraph cluster_65 {
|
|
color=blue
|
|
276 [label="Enter when branch condition "];
|
|
277 [label="Access variable R|<local>/b|"];
|
|
278 [label="Const: Boolean(true)"];
|
|
279 [label="Operator =="];
|
|
280 [label="Exit when branch condition"];
|
|
}
|
|
287 [label="Synthetic else branch"];
|
|
281 [label="Enter when branch result"];
|
|
subgraph cluster_66 {
|
|
color=blue
|
|
282 [label="Enter block"];
|
|
283 [label="Access variable R|<local>/b|"];
|
|
284 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
|
|
285 [label="Exit block"];
|
|
}
|
|
286 [label="Exit when branch result"];
|
|
275 [label="Exit when"];
|
|
}
|
|
273 [label="Exit function test_8" style="filled" fillcolor=red];
|
|
}
|
|
272 -> {274};
|
|
274 -> {276};
|
|
275 -> {273};
|
|
276 -> {277};
|
|
277 -> {278};
|
|
278 -> {279};
|
|
279 -> {280};
|
|
280 -> {281 287};
|
|
281 -> {282};
|
|
282 -> {283};
|
|
283 -> {284};
|
|
284 -> {285};
|
|
285 -> {286};
|
|
286 -> {275};
|
|
287 -> {275};
|
|
|
|
subgraph cluster_67 {
|
|
color=red
|
|
288 [label="Enter function test_9" style="filled" fillcolor=red];
|
|
subgraph cluster_68 {
|
|
color=blue
|
|
290 [label="Enter when"];
|
|
subgraph cluster_69 {
|
|
color=blue
|
|
292 [label="Enter when branch condition "];
|
|
293 [label="Access variable R|<local>/a|"];
|
|
294 [label="Access variable R|<local>/b|"];
|
|
295 [label="Operator =="];
|
|
296 [label="Exit when branch condition"];
|
|
}
|
|
303 [label="Synthetic else branch"];
|
|
297 [label="Enter when branch result"];
|
|
subgraph cluster_70 {
|
|
color=blue
|
|
298 [label="Enter block"];
|
|
299 [label="Access variable R|<local>/b|"];
|
|
300 [label="Function call: R|<local>/b|.R|kotlin/Int.inc|()"];
|
|
301 [label="Exit block"];
|
|
}
|
|
302 [label="Exit when branch result"];
|
|
291 [label="Exit when"];
|
|
}
|
|
304 [label="Access variable R|<local>/b|"];
|
|
305 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"];
|
|
subgraph cluster_71 {
|
|
color=blue
|
|
306 [label="Enter when"];
|
|
subgraph cluster_72 {
|
|
color=blue
|
|
308 [label="Enter when branch condition "];
|
|
309 [label="Access variable R|<local>/a|"];
|
|
310 [label="Access variable R|<local>/b|"];
|
|
311 [label="Operator ==="];
|
|
312 [label="Exit when branch condition"];
|
|
}
|
|
319 [label="Synthetic else branch"];
|
|
313 [label="Enter when branch result"];
|
|
subgraph cluster_73 {
|
|
color=blue
|
|
314 [label="Enter block"];
|
|
315 [label="Access variable R|<local>/b|"];
|
|
316 [label="Function call: R|<local>/b|.R|kotlin/Int.inc|()"];
|
|
317 [label="Exit block"];
|
|
}
|
|
318 [label="Exit when branch result"];
|
|
307 [label="Exit when"];
|
|
}
|
|
320 [label="Access variable R|<local>/b|"];
|
|
321 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"];
|
|
subgraph cluster_74 {
|
|
color=blue
|
|
322 [label="Enter when"];
|
|
subgraph cluster_75 {
|
|
color=blue
|
|
324 [label="Enter when branch condition "];
|
|
325 [label="Access variable R|<local>/b|"];
|
|
326 [label="Access variable R|<local>/a|"];
|
|
327 [label="Operator =="];
|
|
328 [label="Exit when branch condition"];
|
|
}
|
|
335 [label="Synthetic else branch"];
|
|
329 [label="Enter when branch result"];
|
|
subgraph cluster_76 {
|
|
color=blue
|
|
330 [label="Enter block"];
|
|
331 [label="Access variable R|<local>/b|"];
|
|
332 [label="Function call: R|<local>/b|.R|kotlin/Int.inc|()"];
|
|
333 [label="Exit block"];
|
|
}
|
|
334 [label="Exit when branch result"];
|
|
323 [label="Exit when"];
|
|
}
|
|
336 [label="Access variable R|<local>/b|"];
|
|
337 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"];
|
|
subgraph cluster_77 {
|
|
color=blue
|
|
338 [label="Enter when"];
|
|
subgraph cluster_78 {
|
|
color=blue
|
|
340 [label="Enter when branch condition "];
|
|
341 [label="Access variable R|<local>/b|"];
|
|
342 [label="Access variable R|<local>/a|"];
|
|
343 [label="Operator ==="];
|
|
344 [label="Exit when branch condition"];
|
|
}
|
|
351 [label="Synthetic else branch"];
|
|
345 [label="Enter when branch result"];
|
|
subgraph cluster_79 {
|
|
color=blue
|
|
346 [label="Enter block"];
|
|
347 [label="Access variable R|<local>/b|"];
|
|
348 [label="Function call: R|<local>/b|.R|kotlin/Int.inc|()"];
|
|
349 [label="Exit block"];
|
|
}
|
|
350 [label="Exit when branch result"];
|
|
339 [label="Exit when"];
|
|
}
|
|
352 [label="Access variable R|<local>/b|"];
|
|
353 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"];
|
|
289 [label="Exit function test_9" style="filled" fillcolor=red];
|
|
}
|
|
288 -> {290};
|
|
290 -> {292};
|
|
291 -> {304};
|
|
292 -> {293};
|
|
293 -> {294};
|
|
294 -> {295};
|
|
295 -> {296};
|
|
296 -> {297 303};
|
|
297 -> {298};
|
|
298 -> {299};
|
|
299 -> {300};
|
|
300 -> {301};
|
|
301 -> {302};
|
|
302 -> {291};
|
|
303 -> {291};
|
|
304 -> {305};
|
|
305 -> {306};
|
|
306 -> {308};
|
|
307 -> {320};
|
|
308 -> {309};
|
|
309 -> {310};
|
|
310 -> {311};
|
|
311 -> {312};
|
|
312 -> {313 319};
|
|
313 -> {314};
|
|
314 -> {315};
|
|
315 -> {316};
|
|
316 -> {317};
|
|
317 -> {318};
|
|
318 -> {307};
|
|
319 -> {307};
|
|
320 -> {321};
|
|
321 -> {322};
|
|
322 -> {324};
|
|
323 -> {336};
|
|
324 -> {325};
|
|
325 -> {326};
|
|
326 -> {327};
|
|
327 -> {328};
|
|
328 -> {329 335};
|
|
329 -> {330};
|
|
330 -> {331};
|
|
331 -> {332};
|
|
332 -> {333};
|
|
333 -> {334};
|
|
334 -> {323};
|
|
335 -> {323};
|
|
336 -> {337};
|
|
337 -> {338};
|
|
338 -> {340};
|
|
339 -> {352};
|
|
340 -> {341};
|
|
341 -> {342};
|
|
342 -> {343};
|
|
343 -> {344};
|
|
344 -> {345 351};
|
|
345 -> {346};
|
|
346 -> {347};
|
|
347 -> {348};
|
|
348 -> {349};
|
|
349 -> {350};
|
|
350 -> {339};
|
|
351 -> {339};
|
|
352 -> {353};
|
|
353 -> {289};
|
|
|
|
subgraph cluster_80 {
|
|
color=red
|
|
354 [label="Enter function test_10" style="filled" fillcolor=red];
|
|
subgraph cluster_81 {
|
|
color=blue
|
|
356 [label="Enter when"];
|
|
subgraph cluster_82 {
|
|
color=blue
|
|
358 [label="Enter when branch condition "];
|
|
359 [label="Access variable R|<local>/a|"];
|
|
360 [label="Access variable R|<local>/b|"];
|
|
361 [label="Operator =="];
|
|
362 [label="Exit when branch condition"];
|
|
}
|
|
369 [label="Synthetic else branch"];
|
|
363 [label="Enter when branch result"];
|
|
subgraph cluster_83 {
|
|
color=blue
|
|
364 [label="Enter block"];
|
|
365 [label="Access variable R|<local>/b|"];
|
|
366 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"];
|
|
367 [label="Exit block"];
|
|
}
|
|
368 [label="Exit when branch result"];
|
|
357 [label="Exit when"];
|
|
}
|
|
370 [label="Access variable R|<local>/b|"];
|
|
371 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"];
|
|
subgraph cluster_84 {
|
|
color=blue
|
|
372 [label="Enter when"];
|
|
subgraph cluster_85 {
|
|
color=blue
|
|
374 [label="Enter when branch condition "];
|
|
375 [label="Access variable R|<local>/a|"];
|
|
376 [label="Access variable R|<local>/b|"];
|
|
377 [label="Operator ==="];
|
|
378 [label="Exit when branch condition"];
|
|
}
|
|
385 [label="Synthetic else branch"];
|
|
379 [label="Enter when branch result"];
|
|
subgraph cluster_86 {
|
|
color=blue
|
|
380 [label="Enter block"];
|
|
381 [label="Access variable R|<local>/b|"];
|
|
382 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"];
|
|
383 [label="Exit block"];
|
|
}
|
|
384 [label="Exit when branch result"];
|
|
373 [label="Exit when"];
|
|
}
|
|
386 [label="Access variable R|<local>/b|"];
|
|
387 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"];
|
|
subgraph cluster_87 {
|
|
color=blue
|
|
388 [label="Enter when"];
|
|
subgraph cluster_88 {
|
|
color=blue
|
|
390 [label="Enter when branch condition "];
|
|
391 [label="Access variable R|<local>/b|"];
|
|
392 [label="Access variable R|<local>/a|"];
|
|
393 [label="Operator =="];
|
|
394 [label="Exit when branch condition"];
|
|
}
|
|
401 [label="Synthetic else branch"];
|
|
395 [label="Enter when branch result"];
|
|
subgraph cluster_89 {
|
|
color=blue
|
|
396 [label="Enter block"];
|
|
397 [label="Access variable R|<local>/b|"];
|
|
398 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"];
|
|
399 [label="Exit block"];
|
|
}
|
|
400 [label="Exit when branch result"];
|
|
389 [label="Exit when"];
|
|
}
|
|
402 [label="Access variable R|<local>/b|"];
|
|
403 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"];
|
|
subgraph cluster_90 {
|
|
color=blue
|
|
404 [label="Enter when"];
|
|
subgraph cluster_91 {
|
|
color=blue
|
|
406 [label="Enter when branch condition "];
|
|
407 [label="Access variable R|<local>/b|"];
|
|
408 [label="Access variable R|<local>/a|"];
|
|
409 [label="Operator ==="];
|
|
410 [label="Exit when branch condition"];
|
|
}
|
|
417 [label="Synthetic else branch"];
|
|
411 [label="Enter when branch result"];
|
|
subgraph cluster_92 {
|
|
color=blue
|
|
412 [label="Enter block"];
|
|
413 [label="Access variable R|<local>/b|"];
|
|
414 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"];
|
|
415 [label="Exit block"];
|
|
}
|
|
416 [label="Exit when branch result"];
|
|
405 [label="Exit when"];
|
|
}
|
|
418 [label="Access variable R|<local>/b|"];
|
|
419 [label="Function call: R|<local>/b|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"];
|
|
355 [label="Exit function test_10" style="filled" fillcolor=red];
|
|
}
|
|
354 -> {356};
|
|
356 -> {358};
|
|
357 -> {370};
|
|
358 -> {359};
|
|
359 -> {360};
|
|
360 -> {361};
|
|
361 -> {362};
|
|
362 -> {363 369};
|
|
363 -> {364};
|
|
364 -> {365};
|
|
365 -> {366};
|
|
366 -> {367};
|
|
367 -> {368};
|
|
368 -> {357};
|
|
369 -> {357};
|
|
370 -> {371};
|
|
371 -> {372};
|
|
372 -> {374};
|
|
373 -> {386};
|
|
374 -> {375};
|
|
375 -> {376};
|
|
376 -> {377};
|
|
377 -> {378};
|
|
378 -> {379 385};
|
|
379 -> {380};
|
|
380 -> {381};
|
|
381 -> {382};
|
|
382 -> {383};
|
|
383 -> {384};
|
|
384 -> {373};
|
|
385 -> {373};
|
|
386 -> {387};
|
|
387 -> {388};
|
|
388 -> {390};
|
|
389 -> {402};
|
|
390 -> {391};
|
|
391 -> {392};
|
|
392 -> {393};
|
|
393 -> {394};
|
|
394 -> {395 401};
|
|
395 -> {396};
|
|
396 -> {397};
|
|
397 -> {398};
|
|
398 -> {399};
|
|
399 -> {400};
|
|
400 -> {389};
|
|
401 -> {389};
|
|
402 -> {403};
|
|
403 -> {404};
|
|
404 -> {406};
|
|
405 -> {418};
|
|
406 -> {407};
|
|
407 -> {408};
|
|
408 -> {409};
|
|
409 -> {410};
|
|
410 -> {411 417};
|
|
411 -> {412};
|
|
412 -> {413};
|
|
413 -> {414};
|
|
414 -> {415};
|
|
415 -> {416};
|
|
416 -> {405};
|
|
417 -> {405};
|
|
418 -> {419};
|
|
419 -> {355};
|
|
|
|
subgraph cluster_93 {
|
|
color=red
|
|
420 [label="Enter function test_11" style="filled" fillcolor=red];
|
|
subgraph cluster_94 {
|
|
color=blue
|
|
422 [label="Enter when"];
|
|
subgraph cluster_95 {
|
|
color=blue
|
|
424 [label="Enter when branch condition "];
|
|
425 [label="Access variable R|<local>/q|"];
|
|
426 [label="Enter safe call"];
|
|
428 [label="Access variable R|/QImpl.data|"];
|
|
427 [label="Exit safe call"];
|
|
429 [label="Enter safe call"];
|
|
431 [label="Access variable R|/MyData.s|"];
|
|
430 [label="Exit safe call"];
|
|
432 [label="Enter safe call"];
|
|
434 [label="Function call: $subj$.R|kotlin/Int.inc|()"];
|
|
433 [label="Exit safe call"];
|
|
435 [label="Const: Null(null)"];
|
|
436 [label="Operator !="];
|
|
437 [label="Exit when branch condition"];
|
|
}
|
|
480 [label="Synthetic else branch"];
|
|
438 [label="Enter when branch result"];
|
|
subgraph cluster_96 {
|
|
color=blue
|
|
439 [label="Enter block"];
|
|
440 [label="Access variable R|<local>/q|"];
|
|
441 [label="Access variable R|/QImpl.data|"];
|
|
442 [label="Access variable R|<local>/q|"];
|
|
443 [label="Access variable R|/QImpl.data|"];
|
|
444 [label="Access variable R|/MyData.s|"];
|
|
445 [label="Access variable R|<local>/q|"];
|
|
446 [label="Access variable R|/QImpl.data|"];
|
|
447 [label="Access variable R|/MyData.s|"];
|
|
448 [label="Function call: R|<local>/q|.R|/QImpl.data|.R|/MyData.s|.R|kotlin/Int.inc|()"];
|
|
449 [label="Access variable R|<local>/q2|"];
|
|
450 [label="Access variable R|/QImpl.data|"];
|
|
451 [label="Access variable R|<local>/q2|"];
|
|
452 [label="Access variable R|/QImpl.data|"];
|
|
453 [label="Access variable <Inapplicable(WRONG_RECEIVER): [/MyData.s]>#"];
|
|
454 [label="Access variable R|<local>/q2|"];
|
|
455 [label="Access variable R|/QImpl.data|"];
|
|
456 [label="Access variable <Inapplicable(WRONG_RECEIVER): [/MyData.s]>#"];
|
|
457 [label="Function call: R|<local>/q2|.R|/QImpl.data|.<Inapplicable(WRONG_RECEIVER): [/MyData.s]>#.<Unresolved name: inc>#()"];
|
|
subgraph cluster_97 {
|
|
color=blue
|
|
458 [label="Enter when"];
|
|
subgraph cluster_98 {
|
|
color=blue
|
|
460 [label="Enter when branch condition "];
|
|
461 [label="Access variable R|<local>/q2|"];
|
|
462 [label="Access variable R|/QImpl.data|"];
|
|
463 [label="Const: Null(null)"];
|
|
464 [label="Operator !="];
|
|
465 [label="Exit when branch condition"];
|
|
}
|
|
477 [label="Synthetic else branch"];
|
|
466 [label="Enter when branch result"];
|
|
subgraph cluster_99 {
|
|
color=blue
|
|
467 [label="Enter block"];
|
|
468 [label="Access variable R|<local>/q2|"];
|
|
469 [label="Access variable R|/QImpl.data|"];
|
|
470 [label="Access variable R|/MyData.s|"];
|
|
471 [label="Access variable R|<local>/q2|"];
|
|
472 [label="Access variable R|/QImpl.data|"];
|
|
473 [label="Access variable R|/MyData.s|"];
|
|
474 [label="Function call: R|<local>/q2|.R|/QImpl.data|.R|/MyData.s|.R|kotlin/Int.inc|()"];
|
|
475 [label="Exit block"];
|
|
}
|
|
476 [label="Exit when branch result"];
|
|
459 [label="Exit when"];
|
|
}
|
|
478 [label="Exit block"];
|
|
}
|
|
479 [label="Exit when branch result"];
|
|
423 [label="Exit when"];
|
|
}
|
|
421 [label="Exit function test_11" style="filled" fillcolor=red];
|
|
}
|
|
420 -> {422};
|
|
422 -> {424};
|
|
423 -> {421};
|
|
424 -> {425};
|
|
425 -> {426 427};
|
|
426 -> {428};
|
|
427 -> {429 430};
|
|
428 -> {427};
|
|
429 -> {431};
|
|
430 -> {432 433};
|
|
431 -> {430};
|
|
432 -> {434};
|
|
433 -> {435};
|
|
434 -> {433};
|
|
435 -> {436};
|
|
436 -> {437};
|
|
437 -> {438 480};
|
|
438 -> {439};
|
|
439 -> {440};
|
|
440 -> {441};
|
|
441 -> {442};
|
|
442 -> {443};
|
|
443 -> {444};
|
|
444 -> {445};
|
|
445 -> {446};
|
|
446 -> {447};
|
|
447 -> {448};
|
|
448 -> {449};
|
|
449 -> {450};
|
|
450 -> {451};
|
|
451 -> {452};
|
|
452 -> {453};
|
|
453 -> {454};
|
|
454 -> {455};
|
|
455 -> {456};
|
|
456 -> {457};
|
|
457 -> {458};
|
|
458 -> {460};
|
|
459 -> {478};
|
|
460 -> {461};
|
|
461 -> {462};
|
|
462 -> {463};
|
|
463 -> {464};
|
|
464 -> {465};
|
|
465 -> {466 477};
|
|
466 -> {467};
|
|
467 -> {468};
|
|
468 -> {469};
|
|
469 -> {470};
|
|
470 -> {471};
|
|
471 -> {472};
|
|
472 -> {473};
|
|
473 -> {474};
|
|
474 -> {475};
|
|
475 -> {476};
|
|
476 -> {459};
|
|
477 -> {459};
|
|
478 -> {479};
|
|
479 -> {423};
|
|
480 -> {423};
|
|
|
|
subgraph cluster_100 {
|
|
color=red
|
|
481 [label="Enter function test_12" style="filled" fillcolor=red];
|
|
subgraph cluster_101 {
|
|
color=blue
|
|
483 [label="Enter when"];
|
|
subgraph cluster_102 {
|
|
color=blue
|
|
485 [label="Enter when branch condition "];
|
|
486 [label="Access variable R|<local>/q|"];
|
|
487 [label="Enter safe call"];
|
|
489 [label="Access variable R|/QImplWithCustomGetter.data|"];
|
|
488 [label="Exit safe call"];
|
|
490 [label="Enter safe call"];
|
|
492 [label="Access variable R|/MyData.s|"];
|
|
491 [label="Exit safe call"];
|
|
493 [label="Enter safe call"];
|
|
495 [label="Function call: $subj$.R|kotlin/Int.inc|()"];
|
|
494 [label="Exit safe call"];
|
|
496 [label="Const: Null(null)"];
|
|
497 [label="Operator !="];
|
|
498 [label="Exit when branch condition"];
|
|
}
|
|
512 [label="Synthetic else branch"];
|
|
499 [label="Enter when branch result"];
|
|
subgraph cluster_103 {
|
|
color=blue
|
|
500 [label="Enter block"];
|
|
501 [label="Access variable R|<local>/q|"];
|
|
502 [label="Access variable R|/QImplWithCustomGetter.data|"];
|
|
503 [label="Access variable R|<local>/q|"];
|
|
504 [label="Access variable R|/QImplWithCustomGetter.data|"];
|
|
505 [label="Access variable <Inapplicable(WRONG_RECEIVER): [/MyData.s]>#"];
|
|
506 [label="Access variable R|<local>/q|"];
|
|
507 [label="Access variable R|/QImplWithCustomGetter.data|"];
|
|
508 [label="Access variable <Inapplicable(WRONG_RECEIVER): [/MyData.s]>#"];
|
|
509 [label="Function call: R|<local>/q|.R|/QImplWithCustomGetter.data|.<Inapplicable(WRONG_RECEIVER): [/MyData.s]>#.<Unresolved name: inc>#()"];
|
|
510 [label="Exit block"];
|
|
}
|
|
511 [label="Exit when branch result"];
|
|
484 [label="Exit when"];
|
|
}
|
|
482 [label="Exit function test_12" style="filled" fillcolor=red];
|
|
}
|
|
481 -> {483};
|
|
483 -> {485};
|
|
484 -> {482};
|
|
485 -> {486};
|
|
486 -> {487 488};
|
|
487 -> {489};
|
|
488 -> {490 491};
|
|
489 -> {488};
|
|
490 -> {492};
|
|
491 -> {493 494};
|
|
492 -> {491};
|
|
493 -> {495};
|
|
494 -> {496};
|
|
495 -> {494};
|
|
496 -> {497};
|
|
497 -> {498};
|
|
498 -> {499 512};
|
|
499 -> {500};
|
|
500 -> {501};
|
|
501 -> {502};
|
|
502 -> {503};
|
|
503 -> {504};
|
|
504 -> {505};
|
|
505 -> {506};
|
|
506 -> {507};
|
|
507 -> {508};
|
|
508 -> {509};
|
|
509 -> {510};
|
|
510 -> {511};
|
|
511 -> {484};
|
|
512 -> {484};
|
|
|
|
subgraph cluster_104 {
|
|
color=red
|
|
513 [label="Enter function test_13" style="filled" fillcolor=red];
|
|
subgraph cluster_105 {
|
|
color=blue
|
|
515 [label="Enter when"];
|
|
subgraph cluster_106 {
|
|
color=blue
|
|
517 [label="Enter when branch condition "];
|
|
518 [label="Access variable R|<local>/q|"];
|
|
519 [label="Enter safe call"];
|
|
521 [label="Access variable R|/QImplMutable.data|"];
|
|
520 [label="Exit safe call"];
|
|
522 [label="Enter safe call"];
|
|
524 [label="Access variable R|/MyData.s|"];
|
|
523 [label="Exit safe call"];
|
|
525 [label="Enter safe call"];
|
|
527 [label="Function call: $subj$.R|kotlin/Int.inc|()"];
|
|
526 [label="Exit safe call"];
|
|
528 [label="Const: Null(null)"];
|
|
529 [label="Operator !="];
|
|
530 [label="Exit when branch condition"];
|
|
}
|
|
544 [label="Synthetic else branch"];
|
|
531 [label="Enter when branch result"];
|
|
subgraph cluster_107 {
|
|
color=blue
|
|
532 [label="Enter block"];
|
|
533 [label="Access variable R|<local>/q|"];
|
|
534 [label="Access variable R|/QImplMutable.data|"];
|
|
535 [label="Access variable R|<local>/q|"];
|
|
536 [label="Access variable R|/QImplMutable.data|"];
|
|
537 [label="Access variable <Inapplicable(WRONG_RECEIVER): [/MyData.s]>#"];
|
|
538 [label="Access variable R|<local>/q|"];
|
|
539 [label="Access variable R|/QImplMutable.data|"];
|
|
540 [label="Access variable <Inapplicable(WRONG_RECEIVER): [/MyData.s]>#"];
|
|
541 [label="Function call: R|<local>/q|.R|/QImplMutable.data|.<Inapplicable(WRONG_RECEIVER): [/MyData.s]>#.<Unresolved name: inc>#()"];
|
|
542 [label="Exit block"];
|
|
}
|
|
543 [label="Exit when branch result"];
|
|
516 [label="Exit when"];
|
|
}
|
|
514 [label="Exit function test_13" style="filled" fillcolor=red];
|
|
}
|
|
513 -> {515};
|
|
515 -> {517};
|
|
516 -> {514};
|
|
517 -> {518};
|
|
518 -> {519 520};
|
|
519 -> {521};
|
|
520 -> {522 523};
|
|
521 -> {520};
|
|
522 -> {524};
|
|
523 -> {525 526};
|
|
524 -> {523};
|
|
525 -> {527};
|
|
526 -> {528};
|
|
527 -> {526};
|
|
528 -> {529};
|
|
529 -> {530};
|
|
530 -> {531 544};
|
|
531 -> {532};
|
|
532 -> {533};
|
|
533 -> {534};
|
|
534 -> {535};
|
|
535 -> {536};
|
|
536 -> {537};
|
|
537 -> {538};
|
|
538 -> {539};
|
|
539 -> {540};
|
|
540 -> {541};
|
|
541 -> {542};
|
|
542 -> {543};
|
|
543 -> {516};
|
|
544 -> {516};
|
|
|
|
}
|