mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-14 22:41:58 +07:00
7 lines
94 B
Java
7 lines
94 B
Java
class A {
|
|
void foo () {
|
|
new Runnable () {
|
|
public synchronized <caret>
|
|
};
|
|
}
|
|
} |