Test: FIR CFA: fix the names of some nodes
This commit is contained in:
+7
-7
@@ -50,7 +50,7 @@ digraph smartcastToNothing_kt {
|
||||
|
||||
subgraph cluster_4 {
|
||||
color=red
|
||||
16 [label="Enter function getter" style="filled" fillcolor=red];
|
||||
16 [label="Enter function <getter>" style="filled" fillcolor=red];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
17 [label="Enter block"];
|
||||
@@ -59,7 +59,7 @@ digraph smartcastToNothing_kt {
|
||||
20 [label="Stub" style="filled" fillcolor=gray];
|
||||
21 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
22 [label="Exit function getter" style="filled" fillcolor=red];
|
||||
22 [label="Exit function <getter>" style="filled" fillcolor=red];
|
||||
}
|
||||
16 -> {17};
|
||||
17 -> {18};
|
||||
@@ -71,7 +71,7 @@ digraph smartcastToNothing_kt {
|
||||
|
||||
subgraph cluster_6 {
|
||||
color=red
|
||||
23 [label="Enter function getter" style="filled" fillcolor=red];
|
||||
23 [label="Enter function <getter>" style="filled" fillcolor=red];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
24 [label="Enter block"];
|
||||
@@ -80,7 +80,7 @@ digraph smartcastToNothing_kt {
|
||||
27 [label="Stub" style="filled" fillcolor=gray];
|
||||
28 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
29 [label="Exit function getter" style="filled" fillcolor=red];
|
||||
29 [label="Exit function <getter>" style="filled" fillcolor=red];
|
||||
}
|
||||
23 -> {24};
|
||||
24 -> {25};
|
||||
@@ -214,7 +214,7 @@ digraph smartcastToNothing_kt {
|
||||
}
|
||||
87 [label="Exit loop block" style="filled" fillcolor=gray];
|
||||
}
|
||||
88 [label="Exit whileloop"];
|
||||
88 [label="Exit while loop"];
|
||||
}
|
||||
89 [label="Exit block"];
|
||||
}
|
||||
@@ -223,7 +223,7 @@ digraph smartcastToNothing_kt {
|
||||
92 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_24 {
|
||||
color=blue
|
||||
93 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
93 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_25 {
|
||||
color=blue
|
||||
94 [label="Enter block"];
|
||||
@@ -231,7 +231,7 @@ digraph smartcastToNothing_kt {
|
||||
96 [label="Access variable R|/A.a|"];
|
||||
97 [label="Exit block"];
|
||||
}
|
||||
98 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
98 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
99 [label="Postponed exit from lambda"];
|
||||
100 [label="Function call: $subj$.R|kotlin/let|<R|A|, R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
|
||||
|
||||
Reference in New Issue
Block a user