报告具有不兼容类型的项和容器的成员运算符
in
的用法。
示例:
def list = [1, 2] if ("foo" in list) {} // list of Integers can't contain String