mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 10:14:50 +07:00
Moved from 'idea-tests' to 'java-tests' because java formatter belongs to community edition
9 lines
81 B
Java
9 lines
81 B
Java
class Foo{
|
|
public void foo(){
|
|
LOG.bar();
|
|
synchronized (this){
|
|
bar();
|
|
bar();
|
|
}
|
|
}
|
|
} |