Files
kotlin-fork/compiler/testData/diagnostics/tests/script/NestedInnerClass.dot
T
2023-12-08 14:32:22 +00:00

327 lines
11 KiB
Plaintext
Vendored

digraph NestedInnerClass_fir_kts {
graph [nodesep=3]
node [shape=box penwidth=2]
edge [penwidth=2]
subgraph cluster_0 {
color=red
0 [label="Enter file NestedInnerClass.fir.kts [1]" style="filled" fillcolor=red];
1 [label="Exit file NestedInnerClass.fir.kts [1]" style="filled" fillcolor=red];
}
0 -> {1} [color=green];
subgraph cluster_1 {
color=red
2 [label="Enter function function [3]" style="filled" fillcolor=red];
subgraph cluster_2 {
color=blue
3 [label="Enter block [3]"];
4 [label="Const: Int(42) [3]"];
5 [label="Jump: ^function Int(42) [3]"];
6 [label="Stub [3]" style="filled" fillcolor=gray];
7 [label="Exit block [3]" style="filled" fillcolor=gray];
}
8 [label="Exit function function [3]" style="filled" fillcolor=red];
}
2 -> {3};
3 -> {4};
4 -> {5};
5 -> {8};
5 -> {6} [style=dotted];
6 -> {7} [style=dotted];
7 -> {8} [style=dotted];
subgraph cluster_3 {
color=red
9 [label="Enter property [3]" style="filled" fillcolor=red];
10 [label="Const: String() [3]"];
11 [label="Exit property [3]" style="filled" fillcolor=red];
}
9 -> {10};
10 -> {11};
subgraph cluster_4 {
color=red
12 [label="Enter class Nested [3]" style="filled" fillcolor=red];
subgraph cluster_5 {
color=blue
13 [label="Enter function <init> [4]" style="filled" fillcolor=red];
14 [label="Delegated constructor call: super<R|kotlin/Any|>() [4]" style="filled" fillcolor=yellow];
15 [label="Exit function <init> [4]" style="filled" fillcolor=red];
}
16 [label="Exit class Nested [3]" style="filled" fillcolor=red];
}
12 -> {13} [color=green];
12 -> {16} [style=dotted];
12 -> {13} [style=dashed];
13 -> {14};
14 -> {15};
15 -> {16} [color=green];
subgraph cluster_6 {
color=red
17 [label="Enter function f [4]" style="filled" fillcolor=red];
subgraph cluster_7 {
color=blue
18 [label="Enter block [4]"];
subgraph cluster_8 {
color=blue
19 [label="Function call arguments enter [4]"];
20 [label="Function call arguments exit [4]"];
}
21 [label="Function call: R|/function|() [4]" style="filled" fillcolor=yellow];
22 [label="Jump: ^f R|/function|() [4]"];
23 [label="Stub [4]" style="filled" fillcolor=gray];
24 [label="Exit block [4]" style="filled" fillcolor=gray];
}
25 [label="Exit function f [4]" style="filled" fillcolor=red];
}
17 -> {18};
18 -> {19};
19 -> {20};
20 -> {21};
21 -> {22};
22 -> {25};
22 -> {23} [style=dotted];
23 -> {24} [style=dotted];
24 -> {25} [style=dotted];
subgraph cluster_9 {
color=red
26 [label="Enter function g [4]" style="filled" fillcolor=red];
subgraph cluster_10 {
color=blue
27 [label="Enter block [4]"];
28 [label="Access variable R|/property| [4]"];
29 [label="Jump: ^g R|/property| [4]"];
30 [label="Stub [4]" style="filled" fillcolor=gray];
31 [label="Exit block [4]" style="filled" fillcolor=gray];
}
32 [label="Exit function g [4]" style="filled" fillcolor=red];
}
26 -> {27};
27 -> {28};
28 -> {29};
29 -> {32};
29 -> {30} [style=dotted];
30 -> {31} [style=dotted];
31 -> {32} [style=dotted];
subgraph cluster_11 {
color=red
33 [label="Enter class Inner [3]" style="filled" fillcolor=red];
subgraph cluster_12 {
color=blue
34 [label="Enter property [4]" style="filled" fillcolor=red];
35 [label="Access variable R|/property| [4]"];
36 [label="Exit property [4]" style="filled" fillcolor=red];
}
subgraph cluster_13 {
color=blue
37 [label="Enter property [4]" style="filled" fillcolor=red];
38 [label="Access variable this@NestedInnerClass# [4]"];
39 [label="Access variable <Unresolved name: property># [4]"];
40 [label="Exit property [4]" style="filled" fillcolor=red];
}
subgraph cluster_14 {
color=blue
41 [label="Enter function <init> [4]" style="filled" fillcolor=red];
42 [label="Delegated constructor call: super<R|kotlin/Any|>() [4]" style="filled" fillcolor=yellow];
43 [label="Exit function <init> [4]" style="filled" fillcolor=red];
}
44 [label="Exit class Inner [3]" style="filled" fillcolor=red];
}
33 -> {34} [color=green];
33 -> {44} [style=dotted];
33 -> {34 37 41} [style=dashed];
34 -> {35};
35 -> {36};
36 -> {37} [color=green];
37 -> {38};
38 -> {39};
39 -> {40};
40 -> {41} [color=green];
41 -> {42};
42 -> {43};
43 -> {44} [color=green];
subgraph cluster_15 {
color=red
45 [label="Enter function innerFun [4]" style="filled" fillcolor=red];
subgraph cluster_16 {
color=blue
46 [label="Enter block [4]"];
subgraph cluster_17 {
color=blue
47 [label="Function call arguments enter [4]"];
48 [label="Function call arguments exit [4]"];
}
49 [label="Function call: R|/function|() [4]" style="filled" fillcolor=yellow];
50 [label="Jump: ^innerFun R|/function|() [4]"];
51 [label="Stub [4]" style="filled" fillcolor=gray];
52 [label="Exit block [4]" style="filled" fillcolor=gray];
}
53 [label="Exit function innerFun [4]" style="filled" fillcolor=red];
}
45 -> {46};
46 -> {47};
47 -> {48};
48 -> {49};
49 -> {50};
50 -> {53};
50 -> {51} [style=dotted];
51 -> {52} [style=dotted];
52 -> {53} [style=dotted];
subgraph cluster_18 {
color=red
54 [label="Enter function innerThisFun [4]" style="filled" fillcolor=red];
subgraph cluster_19 {
color=blue
55 [label="Enter block [4]"];
subgraph cluster_20 {
color=blue
56 [label="Function call arguments enter [4]"];
57 [label="Access variable this@NestedInnerClass# [4]"];
58 [label="Function call arguments exit [4]"];
}
59 [label="Function call: this@NestedInnerClass#.<Unresolved name: function>#() [4]" style="filled" fillcolor=yellow];
60 [label="Jump: ^innerThisFun this@NestedInnerClass#.<Unresolved name: function>#() [4]"];
61 [label="Stub [4]" style="filled" fillcolor=gray];
62 [label="Exit block [4]" style="filled" fillcolor=gray];
}
63 [label="Exit function innerThisFun [4]" style="filled" fillcolor=red];
}
54 -> {55};
55 -> {56};
56 -> {57};
57 -> {58};
58 -> {59};
59 -> {60};
60 -> {63};
60 -> {61} [style=dotted];
61 -> {62} [style=dotted];
62 -> {63} [style=dotted];
subgraph cluster_21 {
color=red
64 [label="Enter class InnerInner [4]" style="filled" fillcolor=red];
subgraph cluster_22 {
color=blue
65 [label="Enter function <init> [5]" style="filled" fillcolor=red];
66 [label="Delegated constructor call: super<R|kotlin/Any|>() [5]" style="filled" fillcolor=yellow];
67 [label="Exit function <init> [5]" style="filled" fillcolor=red];
}
68 [label="Exit class InnerInner [4]" style="filled" fillcolor=red];
}
64 -> {65} [color=green];
64 -> {68} [style=dotted];
64 -> {65} [style=dashed];
65 -> {66};
66 -> {67};
67 -> {68} [color=green];
subgraph cluster_23 {
color=red
69 [label="Enter function f [5]" style="filled" fillcolor=red];
subgraph cluster_24 {
color=blue
70 [label="Enter block [5]"];
subgraph cluster_25 {
color=blue
71 [label="Function call arguments enter [5]"];
72 [label="Function call arguments exit [5]"];
}
73 [label="Function call: this@R|/Inner|.R|/Inner.innerFun|() [5]" style="filled" fillcolor=yellow];
74 [label="Jump: ^f this@R|/Inner|.R|/Inner.innerFun|() [5]"];
75 [label="Stub [5]" style="filled" fillcolor=gray];
76 [label="Exit block [5]" style="filled" fillcolor=gray];
}
77 [label="Exit function f [5]" style="filled" fillcolor=red];
}
69 -> {70};
70 -> {71};
71 -> {72};
72 -> {73};
73 -> {74};
74 -> {77};
74 -> {75} [style=dotted];
75 -> {76} [style=dotted];
76 -> {77} [style=dotted];
subgraph cluster_26 {
color=red
78 [label="Enter function g [5]" style="filled" fillcolor=red];
subgraph cluster_27 {
color=blue
79 [label="Enter block [5]"];
80 [label="Access variable R|/Inner.innerProp| [5]"];
81 [label="Jump: ^g this@R|/Inner|.R|/Inner.innerProp| [5]"];
82 [label="Stub [5]" style="filled" fillcolor=gray];
83 [label="Exit block [5]" style="filled" fillcolor=gray];
}
84 [label="Exit function g [5]" style="filled" fillcolor=red];
}
78 -> {79};
79 -> {80};
80 -> {81};
81 -> {84};
81 -> {82} [style=dotted];
82 -> {83} [style=dotted];
83 -> {84} [style=dotted];
subgraph cluster_28 {
color=red
85 [label="Enter function h [5]" style="filled" fillcolor=red];
subgraph cluster_29 {
color=blue
86 [label="Enter block [5]"];
subgraph cluster_30 {
color=blue
87 [label="Function call arguments enter [5]"];
88 [label="Access variable this@R|/Inner| [5]"];
89 [label="Function call arguments exit [5]"];
}
90 [label="Function call: this@R|/Inner|.R|/Inner.innerFun|() [5]" style="filled" fillcolor=yellow];
91 [label="Jump: ^h this@R|/Inner|.R|/Inner.innerFun|() [5]"];
92 [label="Stub [5]" style="filled" fillcolor=gray];
93 [label="Exit block [5]" style="filled" fillcolor=gray];
}
94 [label="Exit function h [5]" style="filled" fillcolor=red];
}
85 -> {86};
86 -> {87};
87 -> {88};
88 -> {89};
89 -> {90};
90 -> {91};
91 -> {94};
91 -> {92} [style=dotted];
92 -> {93} [style=dotted];
93 -> {94} [style=dotted];
subgraph cluster_31 {
color=red
95 [label="Enter function i [5]" style="filled" fillcolor=red];
subgraph cluster_32 {
color=blue
96 [label="Enter block [5]"];
97 [label="Access variable this@R|/Inner| [5]"];
98 [label="Access variable R|/Inner.innerProp| [5]"];
99 [label="Jump: ^i this@R|/Inner|.R|/Inner.innerProp| [5]"];
100 [label="Stub [5]" style="filled" fillcolor=gray];
101 [label="Exit block [5]" style="filled" fillcolor=gray];
}
102 [label="Exit function i [5]" style="filled" fillcolor=red];
}
95 -> {96};
96 -> {97};
97 -> {98};
98 -> {99};
99 -> {102};
99 -> {100} [style=dotted];
100 -> {101} [style=dotted];
101 -> {102} [style=dotted];
}