mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Remove if (catch foo) { case ... } syntax.
This commit is contained in:
@@ -3765,7 +3765,6 @@ static inline bool sema_check_body_const(SemaContext *context, Ast *body)
|
||||
case AST_DEFER_STMT:
|
||||
case AST_FOR_STMT:
|
||||
case AST_FOREACH_STMT:
|
||||
case AST_IF_CATCH_SWITCH_STMT:
|
||||
case AST_IF_STMT:
|
||||
case AST_BLOCK_EXIT_STMT:
|
||||
case AST_SWITCH_STMT:
|
||||
|
||||
Reference in New Issue
Block a user