Ticket #297 (closed defect: fixed)
Some valid int literals give a compilation error
Reported by: | Charles | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | Cc: |
Description
error: Constant value "-1" cannot be converted to a "uint"
class X def main x = 0xffffffff_u32 trace x
Change History
Note: See
TracTickets for help on using
tickets.