Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.8.7, 2.0.1
-
None
Description
be x a primtive array and i an int, then x[i]++ should be completely done in primopts, if in a primopts block. This is not the case, only the final set is done like that. The initial get and the increment are still dynamic method calls.