// "Replace with 'contains'" "true" import java.util.*; class Test { void test(List list) { list.containsAll(Collections.singleton("foo")); } }