blob: 4671b938e236b51ec62bac9eb5cbc623dae8f8f4 [file] [log] [blame]
class Negated {
boolean two(Object o1, Object o2) {
return o1 <caret>!= o2;
}
}