Replaces contains member calls with an in operator.

Example:

a.contains(b)

After the quick-fix is applied:

b in a