Click on the method
Set
in line 17.
Choose Show > Symbol(s) Set...
The
complex.C
file is loaded and you are now positioned at the method
complex::Set
. As you can see the variable
im
is assigned the incorrect value.
Fix the error by changing
r
to
i
.
For the changes to take effect, choose File > Save.