Test: FIR CFA: fix the names of some nodes
This commit is contained in:
@@ -13,7 +13,7 @@ digraph classCallInLambda_kt {
|
||||
3 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_2 {
|
||||
color=blue
|
||||
4 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
4 [label="Enter function <anonymous>" style="filled" fillcolor=red];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
5 [label="Enter block"];
|
||||
@@ -21,7 +21,7 @@ digraph classCallInLambda_kt {
|
||||
7 [label="::class call"];
|
||||
8 [label="Exit block"];
|
||||
}
|
||||
9 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
9 [label="Exit function <anonymous>" style="filled" fillcolor=red];
|
||||
}
|
||||
10 [label="Postponed exit from lambda"];
|
||||
11 [label="Function call: R|<local>/x|.R|kotlin/let|<R|kotlin/String|, R|kotlin/reflect/KClass<out kotlin/String>|>(...)" style="filled" fillcolor=yellow];
|
||||
|
||||
Reference in New Issue
Block a user