mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 00:29:34 +07:00
8 lines
109 B
Java
8 lines
109 B
Java
class Test {
|
|
class Inner {
|
|
public boolean equals(final Object o) {
|
|
return this == o;
|
|
}
|
|
}
|
|
}
|