diff options
| author | gingerBill <bill@gingerbill.org> | 2022-07-24 22:51:34 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-07-24 22:51:34 +0100 |
| commit | 0ebe9ba4871d614fac6feb9d66ffe9c3892c1517 (patch) | |
| tree | 69ccb842ab1a7fc16340bc714cad7d03d3831d55 /src/check_expr.cpp | |
| parent | 2bdbce55f9d7b2b17322bf3879df446e77da70a6 (diff) | |
Fix #1901
Diffstat (limited to 'src/check_expr.cpp')
| -rw-r--r-- | src/check_expr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check_expr.cpp b/src/check_expr.cpp index ff1745535..cf9f2f751 100644 --- a/src/check_expr.cpp +++ b/src/check_expr.cpp @@ -9302,7 +9302,7 @@ ExprKind check_expr_base_internal(CheckerContext *c, Operand *o, Ast *node, Type check_unary_expr(c, o, ue->op, node); } o->expr = node; - return kind; + return Expr_Expr; case_end; |