Ticket #143 (closed defect: fixed)
cannot use int.maxValue
Reported by: | jonathandavid | Owned by: | Charles |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | primitive types | Cc: |
Description
The compiler does not recognize this: int.maxValue
Int32.maxValue works, though.
In a similar fashion, float.maxValue fails whereas Single.maxValue works like a charm.
Change History
Note: See
TracTickets for help on using
tickets.