Reports expressions that are assigned to themselves.

Such assignments have no effect, removing them might improve code readability.

Example:

func importedVarSelfAssignment() {
 http.ErrNotSupported = http.ErrNotSupported
}