Ticket #220 (closed defect: fixed)
Using a . like a string concatentor causes COBRA INTERNAL ERROR.
Reported by: | nevdelap | Owned by: | Chuck |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | Cc: |
Description
Not that I think . is or should be a string concatenator - my fingers have just been doing too much damn php. :P
class P def main print "a" . "b"
error: COBRA INTERNAL ERROR / InvalidCastException? / Cannot cast from source type to destination type.
(I assume CIEs are always bad and worthy of tickets.)
Change History
Note: See
TracTickets for help on using
tickets.