gingerBill 3 years ago
parent
commit
0ebe9ba487
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/check_expr.cpp

+ 1 - 1
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);
 			check_unary_expr(c, o, ue->op, node);
 		}
 		}
 		o->expr = node;
 		o->expr = node;
-		return kind;
+		return Expr_Expr;
 	case_end;
 	case_end;