Files
kotlin-fork/compiler/testData/diagnostics/tests
Mark Punzalan a2a4d94834 [FIR] Capture array and indices for postfix/prefix increment/decrement
of array element (including overloaded indexed access operators, e.g.,
`a[b, c]++`).

This prevents double-evaluation of the array and indices expressions,
which may have side-effects.
2020-10-02 12:08:03 +03:00
..
2020-08-21 15:08:37 +03:00
2020-09-30 17:37:20 +03:00