FIR DFA: use class enter node as data flow source for members
Also fix graphs for enums with specialized entries - since we don't create property subgraphs for FirEnumEntry, there is no body to insert AnonymousObjectEnterNode, AnonymousObjectExitNode, and AnonymousObjectExpressionExitNode into.
This commit is contained in:
Vendored
+2
-2
@@ -196,14 +196,14 @@ digraph delegateWithAnonymousObject_kt {
|
||||
78 -> {81} [color=green];
|
||||
26 -> {27};
|
||||
27 -> {28};
|
||||
27 -> {35 38 45} [color=red];
|
||||
28 -> {33} [color=green];
|
||||
28 -> {33};
|
||||
28 -> {29} [color=red];
|
||||
28 -> {33} [style=dashed];
|
||||
29 -> {30};
|
||||
30 -> {31};
|
||||
31 -> {32};
|
||||
33 -> {34} [color=green];
|
||||
33 -> {35 38 45} [color=red];
|
||||
34 -> {29 35 38 45} [color=green];
|
||||
34 -> {35 38 45} [style=dashed];
|
||||
35 -> {36};
|
||||
|
||||
Reference in New Issue
Block a user