mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
12 lines
136 B
Java
12 lines
136 B
Java
class X {
|
|
|
|
void m(X x2) {
|
|
if (equa<caret>ls(x2, x2, x2)) {
|
|
|
|
}
|
|
}
|
|
|
|
boolean equals(X x, X x2, X x3) {
|
|
return false;
|
|
}
|
|
} |