[FIR-TEST] Update incorrect testdata

This commit is contained in:
Dmitriy Novozhilov
2020-02-03 10:38:01 +03:00
parent cf9ceb4e99
commit 2174556505
@@ -24,10 +24,10 @@ digraph postponedLambdas_kt {
} }
8 [label="Postponed exit from lambda"]; 8 [label="Postponed exit from lambda"];
9 [label="Access variable R|<local>/b|"]; 9 [label="Access variable R|<local>/b|"];
10 [label="Function call: R|/foo|(R|<local>/a|, foo@fun <anonymous>(): R|kotlin/String| <kind=UNKNOWN> { 10 [label="Function call: R|/foo|(vararg(R|<local>/a|, R|<local>/b|), foo@fun <anonymous>(): R|kotlin/String| <kind=UNKNOWN> {
String() String()
} }
, R|<local>/b|)"]; )"];
11 [label="Exit function test" style="filled" fillcolor=red]; 11 [label="Exit function test" style="filled" fillcolor=red];
} }