Files
2025-02-05 04:43:28 +00:00

7 lines
192 B
Plaintext

import java.util.List;
public class X {
boolean test(List<String> list) {
return list.stream()<spot>.map(String::toLowerCase)</spot>.anyMatch(lower -> lower.equals("test"));
}
}