mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-27 13:50:53 +07:00
6 lines
80 B
Java
6 lines
80 B
Java
class Bar {
|
|
int foo(Object o1, Object o2) {
|
|
return equals(o<caret>)
|
|
}
|
|
}
|