KaCompoundVariableAccessCall

Last modified: 13 February 2025

Represents a compound access to a mutable variable within Kotlin code. These accesses combine reading, modifying, and writing back the variable's value in a single expression, using operators like +=, -=, ++, or --.