auto a = {1,2,3, {4,5,6} } assert_equal(a[3][0], 4) def Test::Test() { this.a = {1,2,3}; } attr Test::a; auto t = Test(); assert_equal(t.a[0], 1)