|
@@ -1377,9 +1377,9 @@ and gen_expr ctx e =
|
|
| _ ->
|
|
| _ ->
|
|
gen_call ctx ec el);
|
|
gen_call ctx ec el);
|
|
| TArrayDecl el ->
|
|
| TArrayDecl el ->
|
|
- spr ctx "new _hx_array(array(";
|
|
|
|
|
|
+ spr ctx "(new _hx_array(array(";
|
|
concat ctx ", " (gen_value ctx) el;
|
|
concat ctx ", " (gen_value ctx) el;
|
|
- spr ctx "))";
|
|
|
|
|
|
+ spr ctx ")))";
|
|
| TThrow e ->
|
|
| TThrow e ->
|
|
spr ctx "throw new HException(";
|
|
spr ctx "throw new HException(";
|
|
gen_value ctx e;
|
|
gen_value ctx e;
|