You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2021. It is now read-only.
The examples above throw an exception while evaluating the expression during compile time. All those exception lead to problems related to keywords in variable names.
Expected
The examples above should compile without exceptions like in version 2.0.
Workaround
Rename your variables e.g. appending an "Item" ("$new" becomes "$newItem" and so on)