Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.7
-
None
Description
I'm unable to write a simple test case for it but in an application:
currentValue+1
compiles to
{ return ($w) ((($SomeClass_66)$2).getCurrentValue() + 1);}but the expression
currentValue-1
compiles to
{ return ($w) (4);}so in case of the minus operator the actual value is inserted into the expression.