mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-23 07:14:21 +07:00
Moved from 'idea-tests' to 'java-tests' because java formatter belongs to community edition
11 lines
211 B
Java
11 lines
211 B
Java
class Foo {
|
|
void foo(){
|
|
try {
|
|
// comment before
|
|
g();
|
|
// comment after
|
|
} catch (Exception e) {
|
|
e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
|
|
}
|
|
}
|
|
} |