mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-14 00:01:54 +07:00
7 lines
91 B
Java
7 lines
91 B
Java
class X {
|
|
public void method() {
|
|
Object o = new Computable<String[]>() {
|
|
}
|
|
}
|
|
}
|