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