Test: FIR CFA: don't output two node fill colors

This commit is contained in:
pyos
2022-12-11 22:45:49 +01:00
committed by Dmitriy Novozhilov
parent 3887c80816
commit a9397b7b23
15 changed files with 35 additions and 39 deletions
@@ -623,7 +623,7 @@ digraph endlessLoops_kt {
212 [label="Function call: R|<local>/x|.R|/A.foo|()" style="filled" fillcolor=gray];
213 [label="Exit block" style="filled" fillcolor=gray];
}
214 [label="Exit function test_7" style="filled" fillcolor=red style="filled" fillcolor=gray];
214 [label="Exit function test_7" style="filled" fillcolor=gray];
}
197 -> {198};
198 -> {199};
@@ -268,7 +268,7 @@ digraph safeCalls_kt {
115 [label="Stub" style="filled" fillcolor=gray];
116 [label="Exit block" style="filled" fillcolor=gray];
}
117 [label="Exit function anonymousFunction" style="filled" fillcolor=red style="filled" fillcolor=gray];
117 [label="Exit function anonymousFunction" style="filled" fillcolor=gray];
}
98 [label="Postponed exit from lambda" style="filled" fillcolor=gray];
99 [label="Function call: $subj$.R|kotlin/let|<R|A|, R|kotlin/Nothing|>(...)" style="filled" fillcolor=gray];
@@ -37,7 +37,7 @@ digraph smartCastInInit_kt {
11 [label="Stub" style="filled" fillcolor=gray];
12 [label="Exit block" style="filled" fillcolor=gray];
}
13 [label="Exit function s" style="filled" fillcolor=red style="filled" fillcolor=gray];
13 [label="Exit function s" style="filled" fillcolor=gray];
}
6 -> {7};
7 -> {8};
@@ -16,7 +16,7 @@ digraph smartcastToNothing_kt {
6 [label="Stub" style="filled" fillcolor=gray];
7 [label="Exit block" style="filled" fillcolor=gray];
}
8 [label="Exit function getNothing" style="filled" fillcolor=red style="filled" fillcolor=gray];
8 [label="Exit function getNothing" style="filled" fillcolor=gray];
}
0 -> {1};
1 -> {2};
@@ -103,7 +103,7 @@ digraph smartcastToNothing_kt {
36 [label="Stub" style="filled" fillcolor=gray];
37 [label="Exit block" style="filled" fillcolor=gray];
}
38 [label="Exit function myListOf" style="filled" fillcolor=red style="filled" fillcolor=gray];
38 [label="Exit function myListOf" style="filled" fillcolor=gray];
}
30 -> {31};
31 -> {32};