Ticket #21 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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

comment:1 Changed 4 years ago by wolf <rowan@…>

  • Version set to 1.0a2

comment:2 Changed 4 years ago by mooneer

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in r241.

Note: See TracTickets for help on using tickets.