mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 06:39:38 +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();
|
|
}
|
|
} |