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