diff --git a/compiler/fir/resolve/testData/resolve/cfg/postponedLambdas.dot b/compiler/fir/resolve/testData/resolve/cfg/postponedLambdas.dot index 2ade4f5ec8c..d8822e19054 100644 --- a/compiler/fir/resolve/testData/resolve/cfg/postponedLambdas.dot +++ b/compiler/fir/resolve/testData/resolve/cfg/postponedLambdas.dot @@ -24,10 +24,10 @@ digraph postponedLambdas_kt { } 8 [label="Postponed exit from lambda"]; 9 [label="Access variable R|/b|"]; - 10 [label="Function call: R|/foo|(R|/a|, foo@fun (): R|kotlin/String| { + 10 [label="Function call: R|/foo|(vararg(R|/a|, R|/b|), foo@fun (): R|kotlin/String| { String() } -, R|/b|)"]; +)"]; 11 [label="Exit function test" style="filled" fillcolor=red]; }