mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 15:50:53 +07:00
9 lines
134 B
Plaintext
9 lines
134 B
Plaintext
class Test {
|
|
void foo(Object result) {
|
|
long h = result.hashCode();
|
|
}
|
|
|
|
void bar() {
|
|
long h = result.hashCode();
|
|
}
|
|
} |