mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-30 15:53:32 +07:00
e310b0c94c
GitOrigin-RevId: 9aaad61ae52463727c77930af532258ea16dd1da
8 lines
175 B
Java
8 lines
175 B
Java
// "Replace with 'Objects.equals()'" "true"
|
|
import java.util.*;
|
|
|
|
class Test {
|
|
void test() {
|
|
final boolean ff = Collections.singleton("foo").contai<caret>ns("bar");
|
|
}
|
|
} |