Test: FIR CFA: fix the names of some nodes
This commit is contained in:
+4
-4
@@ -31,25 +31,25 @@ digraph postponedLambdaInConstructor_kt {
|
||||
8 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_4 {
|
||||
color=blue
|
||||
9 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
9 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
10 [label="Enter block"];
|
||||
11 [label="Exit anonymous function expression"];
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
12 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
12 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
13 [label="Enter block"];
|
||||
14 [label="Access variable R|<local>/it|"];
|
||||
15 [label="Exit block"];
|
||||
}
|
||||
16 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
16 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
17 [label="Exit block"];
|
||||
}
|
||||
18 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
18 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
19 [label="Postponed exit from lambda"];
|
||||
20 [label="Function call: R|<local>/s|.R|kotlin/let|<R|kotlin/String|, R|() -> kotlin/String|>(...)" style="filled" fillcolor=yellow];
|
||||
|
||||
Reference in New Issue
Block a user