KT-19355 fix for "Variable expected" error after J2K for increment/decrement of an object field

This commit is contained in:
Alex Chmyr
2019-09-19 17:33:31 +01:00
committed by Ilya Kirillov
parent 748e458ad7
commit b8cce67d2e
11 changed files with 59 additions and 2 deletions
@@ -0,0 +1,2 @@
//expression
-(++i)+(++i)-(--i)+(--i)
@@ -0,0 +1 @@
-++i + ++i - --i + --i