class PolyadicExpression { void m(Object arg) { if (arg instanceof String && /* :-) */ arg.equals(arg)) { System.out.println("warning"); } } }