Ticket #183 (closed defect: fixed)
Assert Exception instead of parse error
Reported by: | hopscc | Owned by: | Chuck |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | Cc: |
Description
Below code throws an assert exception when parsing rather than an error message.
class Pb def pox (p as System.Object) # <<- parse bug here assertExc ( spc between ID and '(') pass def main is shared pass
Attachments
Change History
Note: See
TracTickets for help on using
tickets.