class Tester { void method(Object... array) { Object object = null; array.equals(object); } }