Ticket #1683
@Js class Main { virtual Int x := 0 Void main() { //this.x() = fan.sys.Int.plus(this.x(),4); x += 4 } }
Expected: this.x$(fan.sys.Int.plus(this.x(),4));
this.x$(fan.sys.Int.plus(this.x(),4));
This occurs when the field is virtual or abstract .
Promoted to ticket #1683 and assigned to andy
Ticket resolved in 1.0.62
Fixed - changeset
Login or Signup to reply.
go4 Wed 26 Oct 2011
Expected:
this.x$(fan.sys.Int.plus(this.x(),4));
This occurs when the field is virtual or abstract .
andy Wed 26 Oct 2011
Promoted to ticket #1683 and assigned to andy
andy Thu 23 Feb 2012
Ticket resolved in 1.0.62
Fixed - changeset