blob: b9a2e4c859c801986762e438adb2c64f4dfe0895 [file] [log] [blame]
class Bar {
int foo(Object o1, Object o2) {
return equals(o1)<caret>
}
}