Explorar o código

Check for illegal use of `distinct`

gingerBill hai 1 ano
pai
achega
0f76c22c46
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/check_expr.cpp

+ 1 - 0
src/check_expr.cpp

@@ -10788,6 +10788,7 @@ gb_internal ExprKind check_expr_base_internal(CheckerContext *c, Operand *o, Ast
 		return Expr_Expr;
 	case_end;
 
+	case Ast_DistinctType:
 	case Ast_TypeidType:
 	case Ast_PolyType:
 	case Ast_ProcType: