e.g. `int[] x = [1,2,3]` Should not be compiled to `0x0000000000000001 0x0000000000000002 OpCat 0x0000000000000003 OpCat` But into `0x000000000000000100000000000000020000000000000003`
e.g.
int[] x = [1,2,3]Should not be compiled to
0x0000000000000001 0x0000000000000002 OpCat 0x0000000000000003 OpCatBut into
0x000000000000000100000000000000020000000000000003