Check for illegal use of distinct

This commit is contained in:
gingerBill
2024-05-12 17:48:06 +01:00
parent 6bfaf4a093
commit 0f76c22c46

View File

@@ -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: