Ticket #66 (closed defect: fixed)
Missing error checking on out-of-place "break" or "continue"
Reported by: | Chuck | Owned by: | eric.sellon |
---|---|---|---|
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.