mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-07-27 18:48:12 +07:00
16 lines
131 B
Java
16 lines
131 B
Java
import pkg.Foo;
|
|
|
|
class Bar {
|
|
|
|
public void foo() {
|
|
new Foo(hash
|
|
#) {};
|
|
|
|
new Foo(hash
|
|
#, bar) {};
|
|
|
|
new Foo(hash
|
|
#x) {};
|
|
|
|
}
|
|
} |