mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-24 00:44:37 +07:00
Moved from 'idea-tests' to 'java-tests' because java formatter belongs to community edition
12 lines
86 B
Java
12 lines
86 B
Java
class Foo{
|
|
void foo() {
|
|
try
|
|
{
|
|
//whatever
|
|
}
|
|
catch(Exception ex)
|
|
{
|
|
}
|
|
}
|
|
}
|