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