Reports usages of membership operator
in
with items and containers of incompatible types.
Example:
def list = [1, 2] if ("foo" in list) {} // list of Integers can't contain String