Local variable is reassigned in closure or anonymous class

Last modified: 03 December 2024

Reports local variables assigned to expression with different type inside of closure or anonymous class.

Example:

As a result, the integer variable sum is reassigned to a String expression.