gitgabrio commented on issue #1350:
URL: 
https://github.com/apache/incubator-kie-issues/issues/1350#issuecomment-2271162020

   @yesamer 
   I've found the point where it fails, but it is int the core logic itself.
   I'm trying also another example
   `for x in [ 1, 2, 3, 4 ], y in x return y` 
   that, apparently, should return `[1, 2, 3, 4]`
   but it also returns `[1, 1, 1, 1]` 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to