Test: FIR CFA: fix the names of some nodes
This commit is contained in:
@@ -28,14 +28,14 @@ digraph postponedLambdas_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="Const: String()"];
|
||||
12 [label="Exit block"];
|
||||
}
|
||||
13 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
13 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
14 [label="Postponed exit from lambda"];
|
||||
15 [label="Function call: R|/foo|(...)" style="filled" fillcolor=yellow];
|
||||
|
||||
Reference in New Issue
Block a user