digraph variableInitializedInTryBlock_kt { graph [nodesep=3] node [shape=box penwidth=2] edge [penwidth=2] subgraph cluster_0 { color=red 0 [label="Enter file variableInitializedInTryBlock.kt" style="filled" fillcolor=red]; 1 [label="Exit file variableInitializedInTryBlock.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"]; 4 [label="Variable declaration: lval b: R|kotlin/Boolean|"]; subgraph cluster_3 { color=blue 5 [label="Try expression enter"]; subgraph cluster_4 { color=blue 6 [label="Try main block enter"]; subgraph cluster_5 { color=blue 7 [label="Enter block"]; subgraph cluster_6 { color=blue 8 [label="Function call arguments enter"]; 9 [label="Function call arguments exit"]; } 10 [label="Function call: R|/getStringOrNull|()" style="filled" fillcolor=yellow]; 11 [label="Exit lhs of ?:"]; 12 [label="Enter rhs of ?:"]; 13 [label="Jump: ^test Unit"]; 14 [label="Stub" style="filled" fillcolor=gray]; 15 [label="Lhs of ?: is not null"]; 16 [label="Exit ?:"]; 17 [label="Variable declaration: lval s: R|kotlin/String|"]; 18 [label="Access variable R|/s|"]; 19 [label="Access variable R|kotlin/String.length|"]; 20 [label="Const: Int(0)"]; 21 [label="Equality operator !="]; 22 [label="Assignment: R|/b|"]; 23 [label="Exit block"]; } 24 [label="Try main block exit"]; } subgraph cluster_7 { color=blue 25 [label="Enter finally"]; subgraph cluster_8 { color=blue 26 [label="Enter block"]; subgraph cluster_9 { color=blue 27 [label="Function call arguments enter"]; 28 [label="Function call arguments exit"]; } 29 [label="Function call: R|/test|()" style="filled" fillcolor=yellow]; 30 [label="Exit block"]; } 31 [label="Exit finally"]; } 32 [label="Try expression exit"]; } subgraph cluster_10 { color=blue 33 [label="Function call arguments enter"]; 34 [label="Access variable R|/b|"]; 35 [label="Function call arguments exit"]; } 36 [label="Function call: R|/takeBoolean|(...)" style="filled" fillcolor=yellow]; 37 [label="Exit block"]; } 38 [label="Exit function test" style="filled" fillcolor=red]; } 2 -> {3}; 3 -> {4}; 4 -> {5}; 5 -> {6}; 5 -> {25} [label="onUncaughtException"]; 6 -> {7}; 7 -> {8}; 8 -> {9}; 9 -> {10}; 10 -> {11}; 11 -> {12 15}; 12 -> {13}; 13 -> {25} [label="return@/test"]; 13 -> {14} [style=dotted]; 14 -> {16} [style=dotted]; 15 -> {16}; 16 -> {17}; 17 -> {18}; 18 -> {19}; 19 -> {20}; 20 -> {21}; 21 -> {22}; 22 -> {23}; 22 -> {25} [label="onUncaughtException"]; 23 -> {24}; 24 -> {25}; 25 -> {26}; 26 -> {27}; 27 -> {28}; 28 -> {29}; 29 -> {30}; 30 -> {31}; 31 -> {32}; 31 -> {38} [label="return@/test"]; 32 -> {33}; 33 -> {34}; 34 -> {35}; 35 -> {36}; 36 -> {37}; 37 -> {38}; subgraph cluster_11 { color=red 39 [label="Enter function takeBoolean" style="filled" fillcolor=red]; subgraph cluster_12 { color=blue 40 [label="Enter block"]; 41 [label="Exit block"]; } 42 [label="Exit function takeBoolean" style="filled" fillcolor=red]; } 39 -> {40}; 40 -> {41}; 41 -> {42}; subgraph cluster_13 { color=red 43 [label="Enter function getStringOrNull" style="filled" fillcolor=red]; subgraph cluster_14 { color=blue 44 [label="Enter block"]; 45 [label="Const: String(hello)"]; 46 [label="Jump: ^getStringOrNull String(hello)"]; 47 [label="Stub" style="filled" fillcolor=gray]; 48 [label="Exit block" style="filled" fillcolor=gray]; } 49 [label="Exit function getStringOrNull" style="filled" fillcolor=red]; } 43 -> {44}; 44 -> {45}; 45 -> {46}; 46 -> {49}; 46 -> {47} [style=dotted]; 47 -> {48} [style=dotted]; 48 -> {49} [style=dotted]; }