digraph when_kt { graph [nodesep=3] node [shape=box penwidth=2] edge [penwidth=2] subgraph cluster_0 { color=red 0 [label="Enter file when.kt" style="filled" fillcolor=red]; 1 [label="Exit file when.kt" style="filled" fillcolor=red]; } 0 -> {1} [color=green]; subgraph cluster_1 { color=red 2 [label="Enter class A" style="filled" fillcolor=red]; 3 [label="Exit class A" style="filled" fillcolor=red]; } 2 -> {3} [color=green]; subgraph cluster_2 { color=red 4 [label="Enter function foo" style="filled" fillcolor=red]; 5 [label="Exit function foo" style="filled" fillcolor=red]; } 4 -> {5}; subgraph cluster_3 { color=red 6 [label="Enter class B" style="filled" fillcolor=red]; 7 [label="Exit class B" style="filled" fillcolor=red]; } 6 -> {7} [color=green]; subgraph cluster_4 { color=red 8 [label="Enter function bar" style="filled" fillcolor=red]; 9 [label="Exit function bar" style="filled" fillcolor=red]; } 8 -> {9}; subgraph cluster_5 { color=red 10 [label="Enter function test_1" style="filled" fillcolor=red]; subgraph cluster_6 { color=blue 11 [label="Enter block"]; subgraph cluster_7 { color=blue 12 [label="Enter when"]; subgraph cluster_8 { color=blue 13 [label="Enter when branch condition "]; 14 [label="Access variable R|/x|"]; 15 [label="Type operator: (R|/x| is R|A|)"]; 16 [label="Exit when branch condition"]; } subgraph cluster_9 { color=blue 17 [label="Enter when branch condition "]; 18 [label="Access variable R|/x|"]; 19 [label="Type operator: (R|/x| is R|B|)"]; 20 [label="Exit when branch condition"]; } 21 [label="Synthetic else branch"]; 22 [label="Enter when branch result"]; subgraph cluster_10 { color=blue 23 [label="Enter block"]; subgraph cluster_11 { color=blue 24 [label="Function call arguments enter"]; 25 [label="Access variable R|/x|"]; 26 [label="Smart cast: R|/x|"]; 27 [label="Function call arguments exit"]; } 28 [label="Function call: R|/x|.R|/B.bar|()" style="filled" fillcolor=yellow]; 29 [label="Exit block"]; } 30 [label="Exit when branch result"]; 31 [label="Enter when branch result"]; subgraph cluster_12 { color=blue 32 [label="Enter block"]; subgraph cluster_13 { color=blue 33 [label="Function call arguments enter"]; 34 [label="Access variable R|/x|"]; 35 [label="Smart cast: R|/x|"]; 36 [label="Function call arguments exit"]; } 37 [label="Function call: R|/x|.R|/A.foo|()" style="filled" fillcolor=yellow]; 38 [label="Exit block"]; } 39 [label="Exit when branch result"]; 40 [label="Exit when"]; } subgraph cluster_14 { color=blue 41 [label="Enter when"]; subgraph cluster_15 { color=blue 42 [label="Enter when branch condition "]; 43 [label="Access variable R|/x|"]; 44 [label="Type operator: (R|/x| !is R|A|)"]; 45 [label="Exit when branch condition"]; } subgraph cluster_16 { color=blue 46 [label="Enter when branch condition "]; 47 [label="Access variable R|/x|"]; 48 [label="Smart cast: R|/x|"]; 49 [label="Type operator: (R|/x| !is R|B|)"]; 50 [label="Exit when branch condition"]; } subgraph cluster_17 { color=blue 51 [label="Enter when branch condition "]; 52 [label="Access variable R|/x|"]; 53 [label="Smart cast: R|/x|"]; 54 [label="Type operator: (R|/x| is R|kotlin/Int|)"]; 55 [label="Exit when branch condition"]; } subgraph cluster_18 { color=blue 56 [label="Enter when branch condition else"]; 57 [label="Exit when branch condition"]; } 58 [label="Enter when branch result"]; subgraph cluster_19 { color=blue 59 [label="Enter block"]; subgraph cluster_20 { color=blue 60 [label="Function call arguments enter"]; 61 [label="Access variable R|/x|"]; 62 [label="Smart cast: R|/x|"]; 63 [label="Function call arguments exit"]; } 64 [label="Function call: R|/x|.R|/A.foo|()" style="filled" fillcolor=yellow]; subgraph cluster_21 { color=blue 65 [label="Function call arguments enter"]; 66 [label="Access variable R|/x|"]; 67 [label="Smart cast: R|/x|"]; 68 [label="Function call arguments exit"]; } 69 [label="Function call: R|/x|.R|/B.bar|()" style="filled" fillcolor=yellow]; 70 [label="Exit block"]; } 71 [label="Exit when branch result"]; 72 [label="Enter when branch result"]; subgraph cluster_22 { color=blue 73 [label="Enter block"]; subgraph cluster_23 { color=blue 74 [label="Function call arguments enter"]; 75 [label="Access variable R|/x|"]; 76 [label="Smart cast: R|/x|"]; 77 [label="Function call arguments exit"]; } 78 [label="Function call: R|/x|.R|/A.foo|()" style="filled" fillcolor=yellow]; subgraph cluster_24 { color=blue 79 [label="Function call arguments enter"]; 80 [label="Access variable R|/x|"]; 81 [label="Smart cast: R|/x|"]; 82 [label="Function call arguments exit"]; } 83 [label="Function call: R|/x|.R|/B.bar|()" style="filled" fillcolor=yellow]; subgraph cluster_25 { color=blue 84 [label="Function call arguments enter"]; 85 [label="Access variable R|/x|"]; 86 [label="Smart cast: R|/x|"]; 87 [label="Function call arguments exit"]; } 88 [label="Function call: R|/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow]; 89 [label="Exit block"]; } 90 [label="Exit when branch result"]; 91 [label="Enter when branch result"]; subgraph cluster_26 { color=blue 92 [label="Enter block"]; subgraph cluster_27 { color=blue 93 [label="Function call arguments enter"]; 94 [label="Access variable R|/x|"]; 95 [label="Smart cast: R|/x|"]; 96 [label="Function call arguments exit"]; } 97 [label="Function call: R|/x|.R|/A.foo|()" style="filled" fillcolor=yellow]; 98 [label="Exit block"]; } 99 [label="Exit when branch result"]; 100 [label="Enter when branch result"]; subgraph cluster_28 { color=blue 101 [label="Enter block"]; 102 [label="Exit block"]; } 103 [label="Exit when branch result"]; 104 [label="Exit when"]; } 105 [label="Exit block"]; } 106 [label="Exit function test_1" style="filled" fillcolor=red]; } 10 -> {11}; 11 -> {12}; 12 -> {13}; 13 -> {14}; 14 -> {15}; 15 -> {16}; 16 -> {17 31}; 17 -> {18}; 18 -> {19}; 19 -> {20}; 20 -> {21 22}; 21 -> {40}; 22 -> {23}; 23 -> {24}; 24 -> {25}; 25 -> {26}; 26 -> {27}; 27 -> {28}; 28 -> {29}; 29 -> {30}; 30 -> {40}; 31 -> {32}; 32 -> {33}; 33 -> {34}; 34 -> {35}; 35 -> {36}; 36 -> {37}; 37 -> {38}; 38 -> {39}; 39 -> {40}; 40 -> {41}; 41 -> {42}; 42 -> {43}; 43 -> {44}; 44 -> {45}; 45 -> {46 100}; 46 -> {47}; 47 -> {48}; 48 -> {49}; 49 -> {50}; 50 -> {51 91}; 51 -> {52}; 52 -> {53}; 53 -> {54}; 54 -> {55}; 55 -> {56 72}; 56 -> {57}; 57 -> {58}; 58 -> {59}; 59 -> {60}; 60 -> {61}; 61 -> {62}; 62 -> {63}; 63 -> {64}; 64 -> {65}; 65 -> {66}; 66 -> {67}; 67 -> {68}; 68 -> {69}; 69 -> {70}; 70 -> {71}; 71 -> {104}; 72 -> {73}; 73 -> {74}; 74 -> {75}; 75 -> {76}; 76 -> {77}; 77 -> {78}; 78 -> {79}; 79 -> {80}; 80 -> {81}; 81 -> {82}; 82 -> {83}; 83 -> {84}; 84 -> {85}; 85 -> {86}; 86 -> {87}; 87 -> {88}; 88 -> {89}; 89 -> {90}; 90 -> {104}; 91 -> {92}; 92 -> {93}; 93 -> {94}; 94 -> {95}; 95 -> {96}; 96 -> {97}; 97 -> {98}; 98 -> {99}; 99 -> {104}; 100 -> {101}; 101 -> {102}; 102 -> {103}; 103 -> {104}; 104 -> {105}; 105 -> {106}; subgraph cluster_29 { color=red 107 [label="Enter function test_2" style="filled" fillcolor=red]; subgraph cluster_30 { color=blue 108 [label="Enter block"]; subgraph cluster_31 { color=blue 109 [label="Enter when"]; 110 [label="Access variable R|/x|"]; subgraph cluster_32 { color=blue 111 [label="Enter when branch condition "]; 112 [label="Exit $subj"]; 113 [label="Type operator: ($subj$ is R|A|)"]; 114 [label="Exit when branch condition"]; } subgraph cluster_33 { color=blue 115 [label="Enter when branch condition "]; 116 [label="Exit $subj"]; 117 [label="Type operator: ($subj$ is R|B|)"]; 118 [label="Exit when branch condition"]; } 119 [label="Synthetic else branch"]; 120 [label="Enter when branch result"]; subgraph cluster_34 { color=blue 121 [label="Enter block"]; subgraph cluster_35 { color=blue 122 [label="Function call arguments enter"]; 123 [label="Access variable R|/x|"]; 124 [label="Smart cast: R|/x|"]; 125 [label="Function call arguments exit"]; } 126 [label="Function call: R|/x|.R|/B.bar|()" style="filled" fillcolor=yellow]; 127 [label="Exit block"]; } 128 [label="Exit when branch result"]; 129 [label="Enter when branch result"]; subgraph cluster_36 { color=blue 130 [label="Enter block"]; subgraph cluster_37 { color=blue 131 [label="Function call arguments enter"]; 132 [label="Access variable R|/x|"]; 133 [label="Smart cast: R|/x|"]; 134 [label="Function call arguments exit"]; } 135 [label="Function call: R|/x|.R|/A.foo|()" style="filled" fillcolor=yellow]; 136 [label="Exit block"]; } 137 [label="Exit when branch result"]; 138 [label="Exit when"]; } subgraph cluster_38 { color=blue 139 [label="Enter when"]; 140 [label="Access variable R|/x|"]; subgraph cluster_39 { color=blue 141 [label="Enter when branch condition "]; 142 [label="Exit $subj"]; 143 [label="Type operator: ($subj$ !is R|A|)"]; 144 [label="Exit when branch condition"]; } subgraph cluster_40 { color=blue 145 [label="Enter when branch condition "]; 146 [label="Exit $subj"]; 147 [label="Type operator: ($subj$ !is R|B|)"]; 148 [label="Exit when branch condition"]; } subgraph cluster_41 { color=blue 149 [label="Enter when branch condition "]; 150 [label="Exit $subj"]; 151 [label="Type operator: ($subj$ is R|kotlin/Int|)"]; 152 [label="Exit when branch condition"]; } subgraph cluster_42 { color=blue 153 [label="Enter when branch condition else"]; 154 [label="Exit when branch condition"]; } 155 [label="Enter when branch result"]; subgraph cluster_43 { color=blue 156 [label="Enter block"]; subgraph cluster_44 { color=blue 157 [label="Function call arguments enter"]; 158 [label="Access variable R|/x|"]; 159 [label="Smart cast: R|/x|"]; 160 [label="Function call arguments exit"]; } 161 [label="Function call: R|/x|.R|/A.foo|()" style="filled" fillcolor=yellow]; subgraph cluster_45 { color=blue 162 [label="Function call arguments enter"]; 163 [label="Access variable R|/x|"]; 164 [label="Smart cast: R|/x|"]; 165 [label="Function call arguments exit"]; } 166 [label="Function call: R|/x|.R|/B.bar|()" style="filled" fillcolor=yellow]; 167 [label="Exit block"]; } 168 [label="Exit when branch result"]; 169 [label="Enter when branch result"]; subgraph cluster_46 { color=blue 170 [label="Enter block"]; subgraph cluster_47 { color=blue 171 [label="Function call arguments enter"]; 172 [label="Access variable R|/x|"]; 173 [label="Smart cast: R|/x|"]; 174 [label="Function call arguments exit"]; } 175 [label="Function call: R|/x|.R|/A.foo|()" style="filled" fillcolor=yellow]; subgraph cluster_48 { color=blue 176 [label="Function call arguments enter"]; 177 [label="Access variable R|/x|"]; 178 [label="Smart cast: R|/x|"]; 179 [label="Function call arguments exit"]; } 180 [label="Function call: R|/x|.R|/B.bar|()" style="filled" fillcolor=yellow]; subgraph cluster_49 { color=blue 181 [label="Function call arguments enter"]; 182 [label="Access variable R|/x|"]; 183 [label="Smart cast: R|/x|"]; 184 [label="Function call arguments exit"]; } 185 [label="Function call: R|/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow]; 186 [label="Exit block"]; } 187 [label="Exit when branch result"]; 188 [label="Enter when branch result"]; subgraph cluster_50 { color=blue 189 [label="Enter block"]; subgraph cluster_51 { color=blue 190 [label="Function call arguments enter"]; 191 [label="Access variable R|/x|"]; 192 [label="Smart cast: R|/x|"]; 193 [label="Function call arguments exit"]; } 194 [label="Function call: R|/x|.R|/A.foo|()" style="filled" fillcolor=yellow]; 195 [label="Exit block"]; } 196 [label="Exit when branch result"]; 197 [label="Enter when branch result"]; subgraph cluster_52 { color=blue 198 [label="Enter block"]; 199 [label="Exit block"]; } 200 [label="Exit when branch result"]; 201 [label="Exit when"]; } 202 [label="Exit block"]; } 203 [label="Exit function test_2" style="filled" fillcolor=red]; } 107 -> {108}; 108 -> {109}; 109 -> {110}; 110 -> {111}; 111 -> {112}; 112 -> {113}; 113 -> {114}; 114 -> {115 129}; 115 -> {116}; 116 -> {117}; 117 -> {118}; 118 -> {119 120}; 119 -> {138}; 120 -> {121}; 121 -> {122}; 122 -> {123}; 123 -> {124}; 124 -> {125}; 125 -> {126}; 126 -> {127}; 127 -> {128}; 128 -> {138}; 129 -> {130}; 130 -> {131}; 131 -> {132}; 132 -> {133}; 133 -> {134}; 134 -> {135}; 135 -> {136}; 136 -> {137}; 137 -> {138}; 138 -> {139}; 139 -> {140}; 140 -> {141}; 141 -> {142}; 142 -> {143}; 143 -> {144}; 144 -> {145 197}; 145 -> {146}; 146 -> {147}; 147 -> {148}; 148 -> {149 188}; 149 -> {150}; 150 -> {151}; 151 -> {152}; 152 -> {153 169}; 153 -> {154}; 154 -> {155}; 155 -> {156}; 156 -> {157}; 157 -> {158}; 158 -> {159}; 159 -> {160}; 160 -> {161}; 161 -> {162}; 162 -> {163}; 163 -> {164}; 164 -> {165}; 165 -> {166}; 166 -> {167}; 167 -> {168}; 168 -> {201}; 169 -> {170}; 170 -> {171}; 171 -> {172}; 172 -> {173}; 173 -> {174}; 174 -> {175}; 175 -> {176}; 176 -> {177}; 177 -> {178}; 178 -> {179}; 179 -> {180}; 180 -> {181}; 181 -> {182}; 182 -> {183}; 183 -> {184}; 184 -> {185}; 185 -> {186}; 186 -> {187}; 187 -> {201}; 188 -> {189}; 189 -> {190}; 190 -> {191}; 191 -> {192}; 192 -> {193}; 193 -> {194}; 194 -> {195}; 195 -> {196}; 196 -> {201}; 197 -> {198}; 198 -> {199}; 199 -> {200}; 200 -> {201}; 201 -> {202}; 202 -> {203}; subgraph cluster_53 { color=red 204 [label="Enter function test_3" style="filled" fillcolor=red]; subgraph cluster_54 { color=blue 205 [label="Enter block"]; subgraph cluster_55 { color=blue 206 [label="Enter when"]; 207 [label="Access variable R|/x|"]; 208 [label="Variable declaration: lval y: R|kotlin/Any?|"]; subgraph cluster_56 { color=blue 209 [label="Enter when branch condition "]; 210 [label="Exit $subj"]; 211 [label="Type operator: ($subj$ is R|A|)"]; 212 [label="Exit when branch condition"]; } subgraph cluster_57 { color=blue 213 [label="Enter when branch condition "]; 214 [label="Exit $subj"]; 215 [label="Type operator: ($subj$ is R|B|)"]; 216 [label="Exit when branch condition"]; } 217 [label="Synthetic else branch"]; 218 [label="Enter when branch result"]; subgraph cluster_58 { color=blue 219 [label="Enter block"]; subgraph cluster_59 { color=blue 220 [label="Function call arguments enter"]; 221 [label="Access variable R|/x|"]; 222 [label="Smart cast: R|/x|"]; 223 [label="Function call arguments exit"]; } 224 [label="Function call: R|/x|.R|/B.bar|()" style="filled" fillcolor=yellow]; subgraph cluster_60 { color=blue 225 [label="Function call arguments enter"]; 226 [label="Access variable R|/y|"]; 227 [label="Smart cast: R|/y|"]; 228 [label="Function call arguments exit"]; } 229 [label="Function call: R|/y|.R|/B.bar|()" style="filled" fillcolor=yellow]; 230 [label="Exit block"]; } 231 [label="Exit when branch result"]; 232 [label="Enter when branch result"]; subgraph cluster_61 { color=blue 233 [label="Enter block"]; subgraph cluster_62 { color=blue 234 [label="Function call arguments enter"]; 235 [label="Access variable R|/x|"]; 236 [label="Smart cast: R|/x|"]; 237 [label="Function call arguments exit"]; } 238 [label="Function call: R|/x|.R|/A.foo|()" style="filled" fillcolor=yellow]; subgraph cluster_63 { color=blue 239 [label="Function call arguments enter"]; 240 [label="Access variable R|/y|"]; 241 [label="Smart cast: R|/y|"]; 242 [label="Function call arguments exit"]; } 243 [label="Function call: R|/y|.R|/A.foo|()" style="filled" fillcolor=yellow]; 244 [label="Exit block"]; } 245 [label="Exit when branch result"]; 246 [label="Exit when"]; } subgraph cluster_64 { color=blue 247 [label="Enter when"]; 248 [label="Access variable R|/x|"]; 249 [label="Variable declaration: lval y: R|kotlin/Any?|"]; subgraph cluster_65 { color=blue 250 [label="Enter when branch condition "]; 251 [label="Exit $subj"]; 252 [label="Type operator: ($subj$ !is R|A|)"]; 253 [label="Exit when branch condition"]; } subgraph cluster_66 { color=blue 254 [label="Enter when branch condition "]; 255 [label="Exit $subj"]; 256 [label="Type operator: ($subj$ !is R|B|)"]; 257 [label="Exit when branch condition"]; } subgraph cluster_67 { color=blue 258 [label="Enter when branch condition "]; 259 [label="Exit $subj"]; 260 [label="Type operator: ($subj$ is R|kotlin/Int|)"]; 261 [label="Exit when branch condition"]; } subgraph cluster_68 { color=blue 262 [label="Enter when branch condition else"]; 263 [label="Exit when branch condition"]; } 264 [label="Enter when branch result"]; subgraph cluster_69 { color=blue 265 [label="Enter block"]; subgraph cluster_70 { color=blue 266 [label="Function call arguments enter"]; 267 [label="Access variable R|/x|"]; 268 [label="Smart cast: R|/x|"]; 269 [label="Function call arguments exit"]; } 270 [label="Function call: R|/x|.R|/A.foo|()" style="filled" fillcolor=yellow]; subgraph cluster_71 { color=blue 271 [label="Function call arguments enter"]; 272 [label="Access variable R|/x|"]; 273 [label="Smart cast: R|/x|"]; 274 [label="Function call arguments exit"]; } 275 [label="Function call: R|/x|.R|/B.bar|()" style="filled" fillcolor=yellow]; subgraph cluster_72 { color=blue 276 [label="Function call arguments enter"]; 277 [label="Access variable R|/y|"]; 278 [label="Smart cast: R|/y|"]; 279 [label="Function call arguments exit"]; } 280 [label="Function call: R|/y|.R|/A.foo|()" style="filled" fillcolor=yellow]; subgraph cluster_73 { color=blue 281 [label="Function call arguments enter"]; 282 [label="Access variable R|/y|"]; 283 [label="Smart cast: R|/y|"]; 284 [label="Function call arguments exit"]; } 285 [label="Function call: R|/y|.R|/B.bar|()" style="filled" fillcolor=yellow]; 286 [label="Exit block"]; } 287 [label="Exit when branch result"]; 288 [label="Enter when branch result"]; subgraph cluster_74 { color=blue 289 [label="Enter block"]; subgraph cluster_75 { color=blue 290 [label="Function call arguments enter"]; 291 [label="Access variable R|/x|"]; 292 [label="Smart cast: R|/x|"]; 293 [label="Function call arguments exit"]; } 294 [label="Function call: R|/x|.R|/A.foo|()" style="filled" fillcolor=yellow]; subgraph cluster_76 { color=blue 295 [label="Function call arguments enter"]; 296 [label="Access variable R|/x|"]; 297 [label="Smart cast: R|/x|"]; 298 [label="Function call arguments exit"]; } 299 [label="Function call: R|/x|.R|/B.bar|()" style="filled" fillcolor=yellow]; subgraph cluster_77 { color=blue 300 [label="Function call arguments enter"]; 301 [label="Access variable R|/x|"]; 302 [label="Smart cast: R|/x|"]; 303 [label="Function call arguments exit"]; } 304 [label="Function call: R|/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow]; subgraph cluster_78 { color=blue 305 [label="Function call arguments enter"]; 306 [label="Access variable R|/y|"]; 307 [label="Smart cast: R|/y|"]; 308 [label="Function call arguments exit"]; } 309 [label="Function call: R|/y|.R|/A.foo|()" style="filled" fillcolor=yellow]; subgraph cluster_79 { color=blue 310 [label="Function call arguments enter"]; 311 [label="Access variable R|/y|"]; 312 [label="Smart cast: R|/y|"]; 313 [label="Function call arguments exit"]; } 314 [label="Function call: R|/y|.R|/B.bar|()" style="filled" fillcolor=yellow]; subgraph cluster_80 { color=blue 315 [label="Function call arguments enter"]; 316 [label="Access variable R|/y|"]; 317 [label="Smart cast: R|/y|"]; 318 [label="Function call arguments exit"]; } 319 [label="Function call: R|/y|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow]; 320 [label="Exit block"]; } 321 [label="Exit when branch result"]; 322 [label="Enter when branch result"]; subgraph cluster_81 { color=blue 323 [label="Enter block"]; subgraph cluster_82 { color=blue 324 [label="Function call arguments enter"]; 325 [label="Access variable R|/x|"]; 326 [label="Smart cast: R|/x|"]; 327 [label="Function call arguments exit"]; } 328 [label="Function call: R|/x|.R|/A.foo|()" style="filled" fillcolor=yellow]; subgraph cluster_83 { color=blue 329 [label="Function call arguments enter"]; 330 [label="Access variable R|/y|"]; 331 [label="Smart cast: R|/y|"]; 332 [label="Function call arguments exit"]; } 333 [label="Function call: R|/y|.R|/A.foo|()" style="filled" fillcolor=yellow]; 334 [label="Exit block"]; } 335 [label="Exit when branch result"]; 336 [label="Enter when branch result"]; subgraph cluster_84 { color=blue 337 [label="Enter block"]; 338 [label="Exit block"]; } 339 [label="Exit when branch result"]; 340 [label="Exit when"]; } 341 [label="Exit block"]; } 342 [label="Exit function test_3" style="filled" fillcolor=red]; } 204 -> {205}; 205 -> {206}; 206 -> {207}; 207 -> {208}; 208 -> {209}; 209 -> {210}; 210 -> {211}; 211 -> {212}; 212 -> {213 232}; 213 -> {214}; 214 -> {215}; 215 -> {216}; 216 -> {217 218}; 217 -> {246}; 218 -> {219}; 219 -> {220}; 220 -> {221}; 221 -> {222}; 222 -> {223}; 223 -> {224}; 224 -> {225}; 225 -> {226}; 226 -> {227}; 227 -> {228}; 228 -> {229}; 229 -> {230}; 230 -> {231}; 231 -> {246}; 232 -> {233}; 233 -> {234}; 234 -> {235}; 235 -> {236}; 236 -> {237}; 237 -> {238}; 238 -> {239}; 239 -> {240}; 240 -> {241}; 241 -> {242}; 242 -> {243}; 243 -> {244}; 244 -> {245}; 245 -> {246}; 246 -> {247}; 247 -> {248}; 248 -> {249}; 249 -> {250}; 250 -> {251}; 251 -> {252}; 252 -> {253}; 253 -> {254 336}; 254 -> {255}; 255 -> {256}; 256 -> {257}; 257 -> {258 322}; 258 -> {259}; 259 -> {260}; 260 -> {261}; 261 -> {262 288}; 262 -> {263}; 263 -> {264}; 264 -> {265}; 265 -> {266}; 266 -> {267}; 267 -> {268}; 268 -> {269}; 269 -> {270}; 270 -> {271}; 271 -> {272}; 272 -> {273}; 273 -> {274}; 274 -> {275}; 275 -> {276}; 276 -> {277}; 277 -> {278}; 278 -> {279}; 279 -> {280}; 280 -> {281}; 281 -> {282}; 282 -> {283}; 283 -> {284}; 284 -> {285}; 285 -> {286}; 286 -> {287}; 287 -> {340}; 288 -> {289}; 289 -> {290}; 290 -> {291}; 291 -> {292}; 292 -> {293}; 293 -> {294}; 294 -> {295}; 295 -> {296}; 296 -> {297}; 297 -> {298}; 298 -> {299}; 299 -> {300}; 300 -> {301}; 301 -> {302}; 302 -> {303}; 303 -> {304}; 304 -> {305}; 305 -> {306}; 306 -> {307}; 307 -> {308}; 308 -> {309}; 309 -> {310}; 310 -> {311}; 311 -> {312}; 312 -> {313}; 313 -> {314}; 314 -> {315}; 315 -> {316}; 316 -> {317}; 317 -> {318}; 318 -> {319}; 319 -> {320}; 320 -> {321}; 321 -> {340}; 322 -> {323}; 323 -> {324}; 324 -> {325}; 325 -> {326}; 326 -> {327}; 327 -> {328}; 328 -> {329}; 329 -> {330}; 330 -> {331}; 331 -> {332}; 332 -> {333}; 333 -> {334}; 334 -> {335}; 335 -> {340}; 336 -> {337}; 337 -> {338}; 338 -> {339}; 339 -> {340}; 340 -> {341}; 341 -> {342}; subgraph cluster_85 { color=red 343 [label="Enter function test_4" style="filled" fillcolor=red]; subgraph cluster_86 { color=blue 344 [label="Enter block"]; subgraph cluster_87 { color=blue 345 [label="Enter when"]; 346 [label="Access variable R|/x|"]; 347 [label="Type operator: (R|/x| as R|kotlin/Int|)"]; subgraph cluster_88 { color=blue 348 [label="Enter when branch condition "]; 349 [label="Exit $subj"]; 350 [label="Const: Int(1)"]; 351 [label="Equality operator =="]; 352 [label="Exit when branch condition"]; } 353 [label="Synthetic else branch"]; 354 [label="Enter when branch result"]; subgraph cluster_89 { color=blue 355 [label="Enter block"]; subgraph cluster_90 { color=blue 356 [label="Function call arguments enter"]; 357 [label="Access variable R|/x|"]; 358 [label="Smart cast: R|/x|"]; 359 [label="Function call arguments exit"]; } 360 [label="Function call: R|/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow]; 361 [label="Exit block"]; } 362 [label="Exit when branch result"]; 363 [label="Exit when"]; } subgraph cluster_91 { color=blue 364 [label="Function call arguments enter"]; 365 [label="Access variable R|/x|"]; 366 [label="Smart cast: R|/x|"]; 367 [label="Function call arguments exit"]; } 368 [label="Function call: R|/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow]; 369 [label="Exit block"]; } 370 [label="Exit function test_4" style="filled" fillcolor=red]; } 343 -> {344}; 344 -> {345}; 345 -> {346}; 346 -> {347}; 347 -> {348}; 348 -> {349}; 349 -> {350}; 350 -> {351}; 351 -> {352}; 352 -> {353 354}; 353 -> {363}; 354 -> {355}; 355 -> {356}; 356 -> {357}; 357 -> {358}; 358 -> {359}; 359 -> {360}; 360 -> {361}; 361 -> {362}; 362 -> {363}; 363 -> {364}; 364 -> {365}; 365 -> {366}; 366 -> {367}; 367 -> {368}; 368 -> {369}; 369 -> {370}; }