mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-10 11:58:50 +07:00
7 lines
95 B
Java
7 lines
95 B
Java
class Test {
|
|
void foo() {
|
|
if (true) {
|
|
} else synchronized(<caret>)
|
|
}
|
|
}
|