blob: 5b14d4535ce03cda7e39e590e5ae3797cb403ca4 [file] [log] [blame]
class Tester {
void method(Object... array) {
Object object = null;
<selection>array.equals(object);</selection>
}
}