digraph smartcastOnLambda_kt { graph [nodesep=3] node [shape=box penwidth=2] edge [penwidth=2] subgraph cluster_0 { color=red 0 [label="Enter file smartcastOnLambda.kt" style="filled" fillcolor=red]; 1 [label="Exit file smartcastOnLambda.kt" style="filled" fillcolor=red]; } 0 -> {1} [color=green]; subgraph cluster_1 { color=red 2 [label="Enter function test" style="filled" fillcolor=red]; subgraph cluster_2 { color=blue 3 [label="Enter block"]; subgraph cluster_3 { color=blue 4 [label="Enter when"]; subgraph cluster_4 { color=blue 5 [label="Enter when branch condition "]; 6 [label="Access variable R|/func|"]; 7 [label="Const: Null(null)"]; 8 [label="Equality operator !="]; 9 [label="Exit when branch condition"]; } 10 [label="Synthetic else branch"]; 11 [label="Enter when branch result"]; subgraph cluster_5 { color=blue 12 [label="Enter block"]; subgraph cluster_6 { color=blue 13 [label="Function call arguments enter"]; 14 [label="Function call arguments exit"]; } 15 [label="Function call: R|/func|.R|SubstitutionOverride|()" style="filled" fillcolor=yellow]; 16 [label="Exit block"]; } 17 [label="Exit when branch result"]; 18 [label="Exit when"]; } 19 [label="Exit block"]; } 20 [label="Exit function test" style="filled" fillcolor=red]; } 2 -> {3}; 3 -> {4}; 4 -> {5}; 5 -> {6}; 6 -> {7}; 7 -> {8}; 8 -> {9}; 9 -> {10 11}; 10 -> {18}; 11 -> {12}; 12 -> {13}; 13 -> {14}; 14 -> {15}; 15 -> {16}; 16 -> {17}; 17 -> {18}; 18 -> {19}; 19 -> {20}; }