Ticket #158 (closed defect: fixed)
numeric for expr broken
Reported by: | Chuck | Owned by: | Chuck |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | Cc: |
Description
This test case results in bogus errors due, at least in part, to bad C# code gen:
class X def main is shared n = 5 stuff = for i in n get .thing(i) trace stuff def thing(i as int) as Object is shared return i*i
Attachments
Change History
Note: See
TracTickets for help on using
tickets.