Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug can be seen when trying to compile Tests/FuzzilliTests/CompilerTests/switch_statements.js, which fails because "break statement outside of loop or switch", even though it isn't. This happens because breaks are expected in the switch cases, rather than the switch block.
- Loading branch information