digraph plusAssignWithLambdaInRhs_kt { graph [nodesep=3] node [shape=box penwidth=2] edge [penwidth=2] subgraph cluster_0 { color=red 0 [label="Enter function test" style="filled" fillcolor=red]; subgraph cluster_1 { color=blue 1 [label="Enter block"]; 2 [label="Const: Null(null)"]; 3 [label="Check not null: Null(null)!!" style="filled" fillcolor=yellow]; 4 [label="Stub" style="filled" fillcolor=gray]; 5 [label="Variable declaration: lval list: R|kotlin/collections/MutableList>|" style="filled" fillcolor=gray]; 6 [label="Access variable R|/list|" style="filled" fillcolor=gray]; 7 [label="Postponed enter to lambda" style="filled" fillcolor=gray]; subgraph cluster_2 { color=blue 8 [label="Enter function " style="filled" fillcolor=gray]; subgraph cluster_3 { color=blue 9 [label="Enter block" style="filled" fillcolor=gray]; 10 [label="Access variable R|/it|" style="filled" fillcolor=gray]; 11 [label="Exit block" style="filled" fillcolor=gray]; } 12 [label="Exit function " style="filled" fillcolor=gray]; } 13 [label="Postponed exit from lambda" style="filled" fillcolor=gray]; 14 [label="Function call: R|/list|.R|kotlin/collections/plusAssign| kotlin/String|>(...)" style="filled" fillcolor=gray]; 15 [label="Exit block" style="filled" fillcolor=gray]; } 16 [label="Exit function test" style="filled" fillcolor=gray]; } 0 -> {1}; 1 -> {2}; 2 -> {3}; 3 -> {4} [style=dotted]; 4 -> {5} [style=dotted]; 5 -> {6} [style=dotted]; 6 -> {7} [style=dotted]; 7 -> {8 13 14} [style=dotted]; 7 -> {8} [style=dashed]; 8 -> {9} [style=dotted]; 9 -> {10} [style=dotted]; 10 -> {11} [style=dotted]; 11 -> {12} [style=dotted]; 13 -> {14} [style=dotted]; 14 -> {15} [style=dotted]; 15 -> {16} [style=dotted]; subgraph cluster_4 { color=red 17 [label="Enter class A" style="filled" fillcolor=red]; subgraph cluster_5 { color=blue 18 [label="Enter property" style="filled" fillcolor=red]; 19 [label="Access variable R|/executor|"]; 20 [label="Exit property" style="filled" fillcolor=red]; } subgraph cluster_6 { color=blue 21 [label="Enter function " style="filled" fillcolor=red]; 22 [label="Delegated constructor call: super()" style="filled" fillcolor=yellow]; 23 [label="Exit function " style="filled" fillcolor=red]; } 24 [label="Exit class A" style="filled" fillcolor=red]; } 17 -> {18} [color=green]; 17 -> {24} [style=dotted]; 17 -> {18 21} [style=dashed]; 18 -> {19}; 19 -> {20}; 20 -> {21} [color=green]; 21 -> {22}; 22 -> {23}; 23 -> {24} [color=green]; subgraph cluster_7 { color=red 25 [label="Enter function postpone" style="filled" fillcolor=red]; subgraph cluster_8 { color=blue 26 [label="Enter block"]; 27 [label="Function call: R|kotlin/collections/mutableListOf| kotlin/Unit|>()" style="filled" fillcolor=yellow]; 28 [label="Variable declaration: lval queue: R|kotlin/collections/MutableList>|"]; 29 [label="Postponed enter to lambda"]; subgraph cluster_9 { color=blue 30 [label="Enter function " style="filled" fillcolor=red]; subgraph cluster_10 { color=blue 31 [label="Enter block"]; 32 [label="Access variable R|/queue|"]; 33 [label="Postponed enter to lambda"]; subgraph cluster_11 { color=blue 34 [label="Enter function " style="filled" fillcolor=red]; subgraph cluster_12 { color=blue 35 [label="Enter block"]; 36 [label="Function call: R|/computation|.R|SubstitutionOverride|()" style="filled" fillcolor=yellow]; 37 [label="Function call: R|/resolve|.R|SubstitutionOverride|(...)" style="filled" fillcolor=yellow]; 38 [label="Exit block"]; } 39 [label="Exit function " style="filled" fillcolor=red]; } 40 [label="Postponed exit from lambda"]; 41 [label="Function call: R|/queue|.R|kotlin/collections/plusAssign| kotlin/Unit|>(...)" style="filled" fillcolor=yellow]; 42 [label="Exit block"]; } 43 [label="Exit function " style="filled" fillcolor=red]; } 44 [label="Postponed exit from lambda"]; 45 [label="Function call: R|/A.A|(...)" style="filled" fillcolor=yellow]; 46 [label="Jump: ^postpone R|/A.A|( = A@fun (resolve: R|(T) -> kotlin/Unit|): R|kotlin/Unit| { R|/queue|.R|kotlin/collections/plusAssign| kotlin/Unit|>(fun (): R|kotlin/Unit| { R|/resolve|.R|SubstitutionOverride|(R|/computation|.R|SubstitutionOverride|()) } ) } )"]; 47 [label="Stub" style="filled" fillcolor=gray]; 48 [label="Exit block" style="filled" fillcolor=gray]; } 49 [label="Exit function postpone" style="filled" fillcolor=red]; } 25 -> {26}; 26 -> {27}; 27 -> {28}; 28 -> {29}; 29 -> {30 44 45}; 29 -> {30} [style=dashed]; 30 -> {31}; 31 -> {32}; 32 -> {33}; 33 -> {34 40 41}; 33 -> {34} [style=dashed]; 34 -> {35}; 35 -> {36}; 36 -> {37}; 37 -> {38}; 38 -> {39}; 40 -> {41}; 41 -> {42}; 42 -> {43}; 44 -> {45}; 45 -> {46}; 46 -> {49}; 46 -> {47} [style=dotted]; 47 -> {48} [style=dotted]; 48 -> {49} [style=dotted]; }