Minor: regenerate tests

This commit is contained in:
Dmitry Petrov
2021-07-13 19:10:50 +03:00
committed by TeamCityServer
parent 3dc7b6c3ee
commit dc16d66fb1
5 changed files with 22 additions and 0 deletions
@@ -1,3 +1,5 @@
// IGNORE_BACKEND: JS
fun box(): String {
var x = "c"
val call = test(c = x, b = { x = "a"; "b" }(), a = x)