Shared object + nested arrays

Here’s the question for you all:
can a shared local object (.sol) store nested arrays? like:

myArray = new Array([a, b, c], [1, 2, 3]);