mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-23 16:20:55 +07:00
14 lines
162 B
Java
14 lines
162 B
Java
public class Foo {
|
|
public void update() {}
|
|
}
|
|
|
|
class FooBar {
|
|
{
|
|
Foo tm = new Foo() {
|
|
{
|
|
<selection>update()</selection>;
|
|
}
|
|
};
|
|
}
|
|
}
|