svoid test_tok_quickNewArray() { testTranspilation tok_quickNewArray( [[ A.B[] bla = new[5]; ]], [[ A.B[] bla = new A.B[5]; ]], [[ A[] bla = new[5]; ]], [[ A[] bla = new A[5]; ]], ); }