Ticket #221 (closed defect: fixed)
Error message if place whitespace in methodcall between method name and arglist
Reported by: | nevdelap | Owned by: | Chuck |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | Cc: |
Description
If this is a necessary restriction a better error message would be good, but I don't think it should be restricted this way because it prevents aligning things nicely.
class Program def main a = .someCall ("abc") and _ .anotherCall("def") print a def someCall as bool return true def anotherCall as bool return true
test.cobra(4): error: Unexpected call.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.