// "Make variable mutable" "false" // ACTION: Remove redundant assignment // ERROR: Val cannot be reassigned fun fun1(i: Int) { i = 2 }