cast array element to same type (#10980)

Fix problem when there are element of different types in an array.
This commit is contained in:
Pxl
2022-07-19 21:47:10 +08:00
committed by GitHub
parent 371c7be235
commit 95366de7f6
4 changed files with 39 additions and 8 deletions

View File

@ -9,7 +9,7 @@
[1, 2]
-- !q02_4 --
[1, -8761903601633862942.548033534]
[1, 2]
-- !q02_5 --
[-1, 2]
@ -50,3 +50,5 @@
-- !q02_17 --
[0]
-- !q02_18 --
[[[2]], [[aa], [2, 1.0]]]