FIR DFA: use local function declaration nodes for non-argument lambdas

This commit is contained in:
pyos
2022-11-22 20:01:20 +01:00
committed by teamcity
parent 8a68eac5f1
commit b2fe5831ed
6 changed files with 24 additions and 40 deletions
@@ -113,7 +113,7 @@ digraph lambdas_kt {
subgraph cluster_13 {
color=blue
39 [label="Enter block"];
40 [label="Postponed enter to lambda"];
40 [label="Local function declaration test_2"];
41 [label="Exit anonymous function expression"];
42 [label="Variable declaration: lval lambda: R|() -> kotlin/Int|"];
43 [label="Exit block"];