Ticket #66 (new defect)
Opened 2 months ago
Missing error checking on out-of-place "break" or "continue"
| Reported by: | Chuck | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | Cobra Compiler | Version: | 0.8.0 |
| Keywords: | Cc: |
Description
Cobra does not catch when "break" and "continue" are used outside a "for" or "while" loop. The problems drops through to the C# backend.
Note: See
TracTickets for help on using
tickets.
