FIR: Fix test data

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