digraph bangbang_kt { graph [nodesep=3] node [shape=box penwidth=2] edge [penwidth=2] subgraph cluster_0 { color=red 0 [label="Enter file bangbang.kt" style="filled" fillcolor=red]; 1 [label="Exit file bangbang.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 function test_0" style="filled" fillcolor=red]; subgraph cluster_4 { color=blue 7 [label="Enter block"]; subgraph cluster_5 { color=blue 8 [label="Function call arguments enter"]; 9 [label="Access variable R|/a|"]; 10 [label="Check not null: R|/a|!!" style="filled" fillcolor=yellow]; 11 [label="Function call arguments exit"]; } 12 [label="Function call: R|/a|!!.R|/A.foo|()" style="filled" fillcolor=yellow]; subgraph cluster_6 { color=blue 13 [label="Function call arguments enter"]; 14 [label="Access variable R|/a|"]; 15 [label="Smart cast: R|/a|"]; 16 [label="Function call arguments exit"]; } 17 [label="Function call: R|/a|.R|/A.foo|()" style="filled" fillcolor=yellow]; 18 [label="Exit block"]; } 19 [label="Exit function test_0" style="filled" fillcolor=red]; } 6 -> {7}; 7 -> {8}; 8 -> {9}; 9 -> {10}; 10 -> {11}; 11 -> {12}; 12 -> {13}; 13 -> {14}; 14 -> {15}; 15 -> {16}; 16 -> {17}; 17 -> {18}; 18 -> {19}; subgraph cluster_7 { color=red 20 [label="Enter function test_1" style="filled" fillcolor=red]; subgraph cluster_8 { color=blue 21 [label="Enter block"]; subgraph cluster_9 { color=blue 22 [label="Enter when"]; subgraph cluster_10 { color=blue 23 [label="Enter when branch condition "]; subgraph cluster_11 { color=blue 24 [label="Function call arguments enter"]; 25 [label="Access variable R|/a|"]; 26 [label="Check not null: R|/a|!!" style="filled" fillcolor=yellow]; 27 [label="Function call arguments exit"]; } 28 [label="Function call: R|/a|!!.R|/A.foo|()" style="filled" fillcolor=yellow]; 29 [label="Exit when branch condition"]; } 30 [label="Synthetic else branch"]; 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|/a|"]; 35 [label="Smart cast: R|/a|"]; 36 [label="Function call arguments exit"]; } 37 [label="Function call: R|/a|.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="Function call arguments enter"]; 42 [label="Access variable R|/a|"]; 43 [label="Smart cast: R|/a|"]; 44 [label="Function call arguments exit"]; } 45 [label="Function call: R|/a|.R|/A.foo|()" style="filled" fillcolor=yellow]; 46 [label="Exit block"]; } 47 [label="Exit function test_1" style="filled" fillcolor=red]; } 20 -> {21}; 21 -> {22}; 22 -> {23}; 23 -> {24}; 24 -> {25}; 25 -> {26}; 26 -> {27}; 27 -> {28}; 28 -> {29}; 29 -> {30 31}; 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}; 46 -> {47}; subgraph cluster_15 { color=red 48 [label="Enter function test_2" style="filled" fillcolor=red]; subgraph cluster_16 { color=blue 49 [label="Enter block"]; subgraph cluster_17 { color=blue 50 [label="Enter when"]; subgraph cluster_18 { color=blue 51 [label="Enter when branch condition "]; subgraph cluster_19 { color=blue 52 [label="Enter &&"]; subgraph cluster_20 { color=blue 53 [label="Function call arguments enter"]; 54 [label="Access variable R|/a|"]; 55 [label="Check not null: R|/a|!!" style="filled" fillcolor=yellow]; 56 [label="Function call arguments exit"]; } 57 [label="Function call: R|/a|!!.R|/A.foo|()" style="filled" fillcolor=yellow]; 58 [label="Exit left part of &&"]; 59 [label="Enter right part of &&"]; 60 [label="Access variable R|/b|"]; 61 [label="Exit &&"]; } 62 [label="Exit when branch condition"]; } 63 [label="Synthetic else branch"]; 64 [label="Enter when branch result"]; subgraph cluster_21 { color=blue 65 [label="Enter block"]; subgraph cluster_22 { color=blue 66 [label="Function call arguments enter"]; 67 [label="Access variable R|/a|"]; 68 [label="Smart cast: R|/a|"]; 69 [label="Function call arguments exit"]; } 70 [label="Function call: R|/a|.R|/A.foo|()" style="filled" fillcolor=yellow]; 71 [label="Exit block"]; } 72 [label="Exit when branch result"]; 73 [label="Exit when"]; } subgraph cluster_23 { color=blue 74 [label="Function call arguments enter"]; 75 [label="Access variable R|/a|"]; 76 [label="Smart cast: R|/a|"]; 77 [label="Function call arguments exit"]; } 78 [label="Function call: R|/a|.R|/A.foo|()" style="filled" fillcolor=yellow]; 79 [label="Exit block"]; } 80 [label="Exit function test_2" style="filled" fillcolor=red]; } 48 -> {49}; 49 -> {50}; 50 -> {51}; 51 -> {52}; 52 -> {53}; 53 -> {54}; 54 -> {55}; 55 -> {56}; 56 -> {57}; 57 -> {58}; 58 -> {59 61}; 59 -> {60}; 60 -> {61}; 61 -> {62}; 62 -> {63 64}; 63 -> {73}; 64 -> {65}; 65 -> {66}; 66 -> {67}; 67 -> {68}; 68 -> {69}; 69 -> {70}; 70 -> {71}; 71 -> {72}; 72 -> {73}; 73 -> {74}; 74 -> {75}; 75 -> {76}; 76 -> {77}; 77 -> {78}; 78 -> {79}; 79 -> {80}; subgraph cluster_24 { color=red 81 [label="Enter function test_3" style="filled" fillcolor=red]; subgraph cluster_25 { color=blue 82 [label="Enter block"]; subgraph cluster_26 { color=blue 83 [label="Enter when"]; subgraph cluster_27 { color=blue 84 [label="Enter when branch condition "]; subgraph cluster_28 { color=blue 85 [label="Enter &&"]; 86 [label="Access variable R|/b|"]; 87 [label="Exit left part of &&"]; 88 [label="Enter right part of &&"]; subgraph cluster_29 { color=blue 89 [label="Function call arguments enter"]; 90 [label="Access variable R|/a|"]; 91 [label="Check not null: R|/a|!!" style="filled" fillcolor=yellow]; 92 [label="Function call arguments exit"]; } 93 [label="Function call: R|/a|!!.R|/A.foo|()" style="filled" fillcolor=yellow]; 94 [label="Exit &&"]; } 95 [label="Exit when branch condition"]; } 96 [label="Synthetic else branch"]; 97 [label="Enter when branch result"]; subgraph cluster_30 { color=blue 98 [label="Enter block"]; subgraph cluster_31 { color=blue 99 [label="Function call arguments enter"]; 100 [label="Access variable R|/a|"]; 101 [label="Smart cast: R|/a|"]; 102 [label="Function call arguments exit"]; } 103 [label="Function call: R|/a|.R|/A.foo|()" style="filled" fillcolor=yellow]; 104 [label="Exit block"]; } 105 [label="Exit when branch result"]; 106 [label="Exit when"]; } subgraph cluster_32 { color=blue 107 [label="Function call arguments enter"]; 108 [label="Access variable R|/a|"]; 109 [label="Function call arguments exit"]; } 110 [label="Function call: R|/a|.R|/A.foo#|()" style="filled" fillcolor=yellow]; 111 [label="Exit block"]; } 112 [label="Exit function test_3" style="filled" fillcolor=red]; } 81 -> {82}; 82 -> {83}; 83 -> {84}; 84 -> {85}; 85 -> {86}; 86 -> {87}; 87 -> {88 94}; 88 -> {89}; 89 -> {90}; 90 -> {91}; 91 -> {92}; 92 -> {93}; 93 -> {94}; 94 -> {95}; 95 -> {96 97}; 96 -> {106}; 97 -> {98}; 98 -> {99}; 99 -> {100}; 100 -> {101}; 101 -> {102}; 102 -> {103}; 103 -> {104}; 104 -> {105}; 105 -> {106}; 106 -> {107}; 107 -> {108}; 108 -> {109}; 109 -> {110}; 110 -> {111}; 111 -> {112}; subgraph cluster_33 { color=red 113 [label="Enter function test_4" style="filled" fillcolor=red]; subgraph cluster_34 { color=blue 114 [label="Enter block"]; subgraph cluster_35 { color=blue 115 [label="Enter when"]; subgraph cluster_36 { color=blue 116 [label="Enter when branch condition "]; subgraph cluster_37 { color=blue 117 [label="Enter ||"]; subgraph cluster_38 { color=blue 118 [label="Function call arguments enter"]; 119 [label="Access variable R|/a|"]; 120 [label="Check not null: R|/a|!!" style="filled" fillcolor=yellow]; 121 [label="Function call arguments exit"]; } 122 [label="Function call: R|/a|!!.R|/A.foo|()" style="filled" fillcolor=yellow]; 123 [label="Exit left part of ||"]; 124 [label="Enter right part of ||"]; 125 [label="Access variable R|/b|"]; 126 [label="Exit ||"]; } 127 [label="Exit when branch condition"]; } 128 [label="Synthetic else branch"]; 129 [label="Enter when branch result"]; subgraph cluster_39 { color=blue 130 [label="Enter block"]; subgraph cluster_40 { color=blue 131 [label="Function call arguments enter"]; 132 [label="Access variable R|/a|"]; 133 [label="Smart cast: R|/a|"]; 134 [label="Function call arguments exit"]; } 135 [label="Function call: R|/a|.R|/A.foo|()" style="filled" fillcolor=yellow]; 136 [label="Exit block"]; } 137 [label="Exit when branch result"]; 138 [label="Exit when"]; } subgraph cluster_41 { color=blue 139 [label="Function call arguments enter"]; 140 [label="Access variable R|/a|"]; 141 [label="Smart cast: R|/a|"]; 142 [label="Function call arguments exit"]; } 143 [label="Function call: R|/a|.R|/A.foo|()" style="filled" fillcolor=yellow]; 144 [label="Exit block"]; } 145 [label="Exit function test_4" style="filled" fillcolor=red]; } 113 -> {114}; 114 -> {115}; 115 -> {116}; 116 -> {117}; 117 -> {118}; 118 -> {119}; 119 -> {120}; 120 -> {121}; 121 -> {122}; 122 -> {123}; 123 -> {124 126}; 124 -> {125}; 125 -> {126}; 126 -> {127}; 127 -> {128 129}; 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}; subgraph cluster_42 { color=red 146 [label="Enter function test_5" style="filled" fillcolor=red]; subgraph cluster_43 { color=blue 147 [label="Enter block"]; subgraph cluster_44 { color=blue 148 [label="Enter when"]; subgraph cluster_45 { color=blue 149 [label="Enter when branch condition "]; subgraph cluster_46 { color=blue 150 [label="Enter ||"]; 151 [label="Access variable R|/b|"]; 152 [label="Exit left part of ||"]; 153 [label="Enter right part of ||"]; subgraph cluster_47 { color=blue 154 [label="Function call arguments enter"]; 155 [label="Access variable R|/a|"]; 156 [label="Check not null: R|/a|!!" style="filled" fillcolor=yellow]; 157 [label="Function call arguments exit"]; } 158 [label="Function call: R|/a|!!.R|/A.foo|()" style="filled" fillcolor=yellow]; 159 [label="Exit ||"]; } 160 [label="Exit when branch condition"]; } 161 [label="Synthetic else branch"]; 162 [label="Enter when branch result"]; subgraph cluster_48 { color=blue 163 [label="Enter block"]; subgraph cluster_49 { color=blue 164 [label="Function call arguments enter"]; 165 [label="Access variable R|/a|"]; 166 [label="Function call arguments exit"]; } 167 [label="Function call: R|/a|.R|/A.foo#|()" style="filled" fillcolor=yellow]; 168 [label="Exit block"]; } 169 [label="Exit when branch result"]; 170 [label="Exit when"]; } subgraph cluster_50 { color=blue 171 [label="Function call arguments enter"]; 172 [label="Access variable R|/a|"]; 173 [label="Function call arguments exit"]; } 174 [label="Function call: R|/a|.R|/A.foo#|()" style="filled" fillcolor=yellow]; 175 [label="Exit block"]; } 176 [label="Exit function test_5" style="filled" fillcolor=red]; } 146 -> {147}; 147 -> {148}; 148 -> {149}; 149 -> {150}; 150 -> {151}; 151 -> {152}; 152 -> {153 159}; 153 -> {154}; 154 -> {155}; 155 -> {156}; 156 -> {157}; 157 -> {158}; 158 -> {159}; 159 -> {160}; 160 -> {161 162}; 161 -> {170}; 162 -> {163}; 163 -> {164}; 164 -> {165}; 165 -> {166}; 166 -> {167}; 167 -> {168}; 168 -> {169}; 169 -> {170}; 170 -> {171}; 171 -> {172}; 172 -> {173}; 173 -> {174}; 174 -> {175}; 175 -> {176}; subgraph cluster_51 { color=red 177 [label="Enter function test_6" style="filled" fillcolor=red]; subgraph cluster_52 { color=blue 178 [label="Enter block"]; subgraph cluster_53 { color=blue 179 [label="Function call arguments enter"]; 180 [label="Access variable R|/x|"]; 181 [label="Check not null: R|/x|!!" style="filled" fillcolor=yellow]; 182 [label="Function call arguments exit"]; } 183 [label="Function call: R|/x|!!.R|/A.foo|()" style="filled" fillcolor=yellow]; 184 [label="Exit block"]; } 185 [label="Exit function test_6" style="filled" fillcolor=red]; } 177 -> {178}; 178 -> {179}; 179 -> {180}; 180 -> {181}; 181 -> {182}; 182 -> {183}; 183 -> {184}; 184 -> {185}; subgraph cluster_54 { color=red 186 [label="Enter function test_7" style="filled" fillcolor=red]; subgraph cluster_55 { color=blue 187 [label="Enter block"]; subgraph cluster_56 { color=blue 188 [label="Function call arguments enter"]; 189 [label="Access variable R|/x|"]; 190 [label="Check not null: R|/x|!!" style="filled" fillcolor=yellow]; 191 [label="Function call arguments exit"]; } 192 [label="Function call: R|/x|!!.R|/A.foo|()" style="filled" fillcolor=yellow]; 193 [label="Exit block"]; } 194 [label="Exit function test_7" style="filled" fillcolor=red]; } 186 -> {187}; 187 -> {188}; 188 -> {189}; 189 -> {190}; 190 -> {191}; 191 -> {192}; 192 -> {193}; 193 -> {194}; }