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
@@ -19,7 +19,7 @@ digraph thisOfExtensionProperty_kt {
subgraph cluster_2 {
color=red
4 [label="Enter function getter" style="filled" fillcolor=red];
4 [label="Enter function <getter>" style="filled" fillcolor=red];
subgraph cluster_3 {
color=blue
5 [label="Enter block"];
@@ -37,7 +37,7 @@ digraph thisOfExtensionProperty_kt {
14 [label="Stub" style="filled" fillcolor=gray];
15 [label="Exit block" style="filled" fillcolor=gray];
}
16 [label="Exit function getter" style="filled" fillcolor=red];
16 [label="Exit function <getter>" style="filled" fillcolor=red];
}
4 -> {5};
5 -> {6};
@@ -55,7 +55,7 @@ digraph thisOfExtensionProperty_kt {
subgraph cluster_5 {
color=red
17 [label="Enter function getter" style="filled" fillcolor=red];
17 [label="Enter function <getter>" style="filled" fillcolor=red];
subgraph cluster_6 {
color=blue
18 [label="Enter block"];
@@ -75,7 +75,7 @@ digraph thisOfExtensionProperty_kt {
29 [label="Stub" style="filled" fillcolor=gray];
30 [label="Exit block" style="filled" fillcolor=gray];
}
31 [label="Exit function getter" style="filled" fillcolor=red];
31 [label="Exit function <getter>" style="filled" fillcolor=red];
}
17 -> {18};
18 -> {19};