mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-24 19:12:18 +07:00
Moved from 'idea-tests' to 'java-tests' because java formatter belongs to community edition
7 lines
81 B
Java
7 lines
81 B
Java
class Foo {
|
|
void foo(){
|
|
if (a) {
|
|
foo();
|
|
}
|
|
}
|
|
} |