Ticket #21 (closed defect: fixed)
Method fails to return value
| Reported by: | wolf <rowan@…> | Owned by: | mooneer |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | interpreter | Version: | 1.0a2 |
| Keywords: | Cc: |
Description
Testcase:
method a() [ count = "from a"; count; ]; method b() [ count = "from b"; ]; property res; res = "unset"; res = a(); res|print; res = b(); res|print;
Same results as with #20
Change History
Note: See
TracTickets for help on using
tickets.
