Test: FIR CFA: fix the names of some nodes

This commit is contained in:
pyos
2022-12-13 10:21:08 +01:00
committed by Dmitriy Novozhilov
parent fbd0908f0c
commit e86b87fe0b
49 changed files with 331 additions and 341 deletions
@@ -17,14 +17,14 @@ digraph plusAssignWithLambdaInRhs_kt {
7 [label="Postponed enter to lambda" style="filled" fillcolor=gray];
subgraph cluster_2 {
color=blue
8 [label="Enter function anonymousFunction" style="filled" fillcolor=gray];
8 [label="Enter function <anonymous>" style="filled" fillcolor=gray];
subgraph cluster_3 {
color=blue
9 [label="Enter block" style="filled" fillcolor=gray];
10 [label="Access variable R|<local>/it|" style="filled" fillcolor=gray];
11 [label="Exit block" style="filled" fillcolor=gray];
}
12 [label="Exit function anonymousFunction" style="filled" fillcolor=gray];
12 [label="Exit function <anonymous>" style="filled" fillcolor=gray];
}
13 [label="Postponed exit from lambda" style="filled" fillcolor=gray];
14 [label="Function call: R|<local>/list|.R|kotlin/collections/plusAssign|<R|(kotlin/String) -> kotlin/String|>(...)" style="filled" fillcolor=gray];
@@ -87,7 +87,7 @@ digraph plusAssignWithLambdaInRhs_kt {
29 [label="Postponed enter to lambda"];
subgraph cluster_9 {
color=blue
30 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
30 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_10 {
color=blue
31 [label="Enter block"];
@@ -95,7 +95,7 @@ digraph plusAssignWithLambdaInRhs_kt {
33 [label="Postponed enter to lambda"];
subgraph cluster_11 {
color=blue
34 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
34 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_12 {
color=blue
35 [label="Enter block"];
@@ -103,13 +103,13 @@ digraph plusAssignWithLambdaInRhs_kt {
37 [label="Function call: R|<local>/resolve|.R|SubstitutionOverride<kotlin/Function1.invoke: R|kotlin/Unit|>|(...)" style="filled" fillcolor=yellow];
38 [label="Exit block"];
}
39 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
39 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
40 [label="Postponed exit from lambda"];
41 [label="Function call: R|<local>/queue|.R|kotlin/collections/plusAssign|<R|() -> kotlin/Unit|>(...)" style="filled" fillcolor=yellow];
42 [label="Exit block"];
}
43 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
43 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
44 [label="Postponed exit from lambda"];
45 [label="Function call: R|/A.A|<R|T|>(...)" style="filled" fillcolor=yellow];