This commit is contained in:
gingerBill
2024-08-31 13:51:35 +01:00
parent e0a2e52601
commit 476030dd28
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1404,6 +1404,10 @@ gb_internal bool lb_switch_stmt_can_be_trivial_jump_table(AstSwitchStmt *ss, boo
}
if (is_typeid) {
return false;
}
return true;
}