mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-26 07:25:00 -07:00
Internal change: IntervalExpr is now a BinaryExpr
This commit is contained in:
@@ -4921,11 +4921,6 @@ ExprKind check_expr_base_internal(Checker *c, Operand *o, AstNode *node, Type *t
|
||||
return kind;
|
||||
case_end;
|
||||
|
||||
case_ast_node(i, IntervalExpr, node);
|
||||
error_node(node, "Invalid use of an interval expression");
|
||||
return kind;
|
||||
case_end;
|
||||
|
||||
case_ast_node(i, Implicit, node)
|
||||
switch (i->kind) {
|
||||
case Token_context:
|
||||
|
||||
Reference in New Issue
Block a user