mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 14:18:47 +00:00
#591 Improve type switch statement error for fallthrough
This commit is contained in:
@@ -43,6 +43,8 @@ enum StmtFlag {
|
||||
Stmt_ContinueAllowed = 1<<1,
|
||||
Stmt_FallthroughAllowed = 1<<2,
|
||||
|
||||
Stmt_TypeSwitch = 1<<4,
|
||||
|
||||
Stmt_CheckScopeDecls = 1<<5,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user