digraph innerClassInAnonymousObject_kt { graph [nodesep=3] node [shape=box penwidth=2] edge [penwidth=2] subgraph cluster_0 { color=red 0 [label="Enter function " style="filled" fillcolor=red]; 1 [label="Delegated constructor call: super()"]; 2 [label="Exit function " style="filled" fillcolor=red]; } 0 -> {1}; 1 -> {2}; subgraph cluster_1 { color=red 3 [label="Enter class Nested" style="filled" fillcolor=red]; 4 [label="Exit class Nested" style="filled" fillcolor=red]; } 3 -> {4} [color=green]; subgraph cluster_2 { color=red 5 [label="Enter function " style="filled" fillcolor=red]; 6 [label="Delegated constructor call: super()"]; 7 [label="Exit function " style="filled" fillcolor=red]; } 5 -> {6}; 6 -> {7}; subgraph cluster_3 { color=red 8 [label="Enter function foo" style="filled" fillcolor=red]; subgraph cluster_4 { color=blue 9 [label="Enter block"]; 10 [label="Exit block"]; } 11 [label="Exit function foo" style="filled" fillcolor=red]; } 8 -> {9}; 9 -> {10}; 10 -> {11}; subgraph cluster_5 { color=red 14 [label="Enter property" style="filled" fillcolor=red]; 15 [label="Exit anonymous object"]; 16 [label="Exit property" style="filled" fillcolor=red]; } subgraph cluster_6 { color=blue 12 [label="Enter class " style="filled" fillcolor=red]; 13 [label="Exit class " style="filled" fillcolor=red]; } 14 -> {15}; 14 -> {0 5 8} [color=red]; 15 -> {16}; 15 -> {0 12} [color=green]; 15 -> {0 12} [style=dashed]; 12 -> {13} [color=green]; }