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
5 lines
97 B
Java
5 lines
97 B
Java
class Foo {
|
|
void foo(int a, int b, int c, int d) throws Exception, RuntimeException{
|
|
|
|
}
|
|
} |