Fixed #1888 AS3 - Coerce to string

This commit is contained in:
Jindra Petřík
2023-01-13 18:28:49 +01:00
parent 84af94475a
commit 5d428eaa8b
9 changed files with 56 additions and 48 deletions

View File

@@ -89,7 +89,8 @@ package tests
if (o) {
trace("obj");
}
}
s = xlist;
}
}
}