Fixed #1888 AS3 - Coerce to string

This commit is contained in:
Jindra Petřík
2023-01-22 22:15:04 +01:00
parent 84af94475a
commit 5d428eaa8b
9 changed files with 56 additions and 48 deletions
Binary file not shown.
Binary file not shown.
+2 -1
View File
@@ -89,7 +89,8 @@ package tests
if (o) {
trace("obj");
}
}
s = xlist;
}
}
}