|
@@ -152,7 +152,7 @@ module Simplifier = struct
|
|
| Some e1 ->
|
|
| Some e1 ->
|
|
begin match e1.eexpr with
|
|
begin match e1.eexpr with
|
|
| TThrow _ | TReturn _ | TBreak | TContinue ->
|
|
| TThrow _ | TReturn _ | TBreak | TContinue ->
|
|
- e_v
|
|
|
|
|
|
+ e1
|
|
| _ ->
|
|
| _ ->
|
|
let rec loop e_v e = match e.eexpr with
|
|
let rec loop e_v e = match e.eexpr with
|
|
| TParenthesis e1 ->
|
|
| TParenthesis e1 ->
|