When assigning a _x inside a forEach to an private variable, a warning shows up that the Private variable '_x' is never assigned.
When using it directly in the code it works fine.
When using it with an global variable it also seems to work, but it might get ignored due to #55.


When assigning a
_xinside a forEach to an private variable, a warning shows up that thePrivate variable '_x' is never assigned.When using it directly in the code it works fine.
When using it with an global variable it also seems to work, but it might get ignored due to #55.