Ticket #212 (closed defect: fixed)
File, line number and 'error' repeated in compiler error message.
Reported by: | nevdelap | Owned by: | Chuck |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | Cc: |
Description
These are the two cases I can remember seeing.
class Test def main is shared print (1 + 2) # test.cobra(5): error: test.cobra(5,1): error: Cannot mix tabs and s... a = 1 + # test.cobra(6): error: test.cobra(6,10): error: Expecting an expression.
Tested against 2402.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.