This inspection reports non-mutable Collection augmented assignment creates a new Collection under the hood. Example:

var list = listOf(1, 2, 3)
list += 4 // A new list is created