This code is ok:
echo concat(@[1,2], @[3,4])
But this code doesn't compile:
echo concat(@[@[1,2]], @[@[3,4]])
This code is ok:
echo concat(@[1,2], @[3,4])
But this code doesn't compile:
echo concat(@[@[1,2]], @[@[3,4]])