Method chaining on method statements does not work
Bug #907430 reported by
Dylan Borg
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
dylan.NET |
Fix Released
|
Critical
|
Dylan Borg | ||
11.2.x |
Fix Released
|
Critical
|
Dylan Borg | ||
Trunk |
Fix Released
|
Critical
|
Dylan Borg |
Bug Description
Method statements do not support method chaining with chains being ignored.
Related branches
To post a comment you must log in.
Bug fixed by using the parser componets that are used for other method calls and by adding a function to the codegen for adding the pop flag at the right place i.e. at the end of the chain.