digraph complexPostponedCfg_kt { graph [nodesep=3] node [shape=box penwidth=2] edge [penwidth=2] subgraph cluster_0 { color=red 0 [label="Enter class FirBase" style="filled" fillcolor=red]; 1 [label="Exit class FirBase" style="filled" fillcolor=red]; } 0 -> {1} [color=green]; subgraph cluster_1 { color=red 2 [label="Enter class FirFunctionCall" style="filled" fillcolor=red]; 3 [label="Exit class FirFunctionCall" style="filled" fillcolor=red]; } 2 -> {3} [color=green]; subgraph cluster_2 { color=red 4 [label="Enter function foo" style="filled" fillcolor=red]; subgraph cluster_3 { color=blue 5 [label="Enter block"]; 6 [label="Access variable R|/statements|"]; 7 [label="Function call: R|/statements|.R|kotlin/collections/last|()"]; 8 [label="Type operator: (R|/statements|.R|kotlin/collections/last|() as R|FirFunctionCall|)"]; 9 [label="Postponed enter to lambda"]; subgraph cluster_4 { color=blue 19 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; subgraph cluster_5 { color=blue 20 [label="Enter block"]; 21 [label="Postponed enter to lambda"]; subgraph cluster_6 { color=blue 26 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; subgraph cluster_7 { color=blue 27 [label="Enter block"]; 28 [label="Access variable this@R|special/anonymous|"]; 29 [label="Function call: this@R|special/anonymous|.R|FakeOverride|(...)"]; 30 [label="Access variable R|/arguments|"]; 31 [label="Function call: R|/arguments|.R|kotlin/collections/last|()"]; 32 [label="Type operator: (R|/arguments|.R|kotlin/collections/last|() as R|FirFunctionCall|)"]; 33 [label="Postponed enter to lambda"]; subgraph cluster_8 { color=blue 39 [label="Enter function anonymousFunction" style="filled" fillcolor=red]; subgraph cluster_9 { color=blue 40 [label="Enter block"]; 41 [label="Access variable this@R|special/anonymous|"]; 42 [label="Function call: this@R|special/anonymous|.R|FakeOverride|(...)"]; 43 [label="Access variable R|/explicitReceiver|"]; 44 [label="Type operator: (R|/explicitReceiver| as R|FirFunctionCall|)"]; 45 [label="Function call: this@R|special/anonymous|.R|FakeOverride|(...)"]; 46 [label="Exit block"]; } 47 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; } 34 [label="Call arguments union" style="filled" fillcolor=yellow]; 35 [label="Postponed exit from lambda"]; 36 [label="Function call: R|kotlin/with|(...)"]; 37 [label="Exit block"]; } 38 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; } 22 [label="Postponed exit from lambda"]; 23 [label="Function call: R|kotlin/collections/buildList|(...)"]; 24 [label="Exit block"]; } 25 [label="Exit function anonymousFunction" style="filled" fillcolor=red]; } 10 [label="Call arguments union" style="filled" fillcolor=yellow]; 11 [label="Postponed exit from lambda"]; 12 [label="Function call: R|kotlin/with||>(...)"]; 13 [label="Variable declaration: lval firstCalls: R|kotlin/collections/List|"]; 14 [label="Access variable R|/firstCalls|"]; 15 [label="Jump: ^foo R|/firstCalls|"]; 16 [label="Stub" style="filled" fillcolor=gray]; 17 [label="Exit block" style="filled" fillcolor=gray]; } 18 [label="Exit function foo" style="filled" fillcolor=red]; } 4 -> {5}; 5 -> {6}; 6 -> {7}; 7 -> {8}; 8 -> {9}; 9 -> {19}; 9 -> {11} [color=red]; 9 -> {19} [style=dashed]; 10 -> {12} [color=red]; 11 -> {12} [color=green]; 12 -> {13}; 13 -> {14}; 14 -> {15}; 15 -> {18}; 15 -> {16} [style=dotted]; 16 -> {17} [style=dotted]; 17 -> {18} [style=dotted]; 19 -> {20}; 20 -> {21}; 21 -> {26}; 21 -> {22} [color=red]; 21 -> {26} [style=dashed]; 22 -> {23}; 23 -> {24}; 24 -> {25}; 25 -> {10} [color=red]; 25 -> {11} [color=green]; 26 -> {27}; 27 -> {28}; 28 -> {29}; 29 -> {30}; 30 -> {31}; 31 -> {32}; 32 -> {33}; 33 -> {39}; 33 -> {35} [color=red]; 33 -> {39} [style=dashed]; 34 -> {36} [color=red]; 35 -> {36} [color=green]; 36 -> {37}; 37 -> {38}; 38 -> {22} [color=green]; 39 -> {40}; 40 -> {41}; 41 -> {42}; 42 -> {43}; 43 -> {44}; 44 -> {45}; 45 -> {46}; 46 -> {47}; 47 -> {34} [color=red]; 47 -> {35} [color=green]; }