mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 20:39:40 +07:00
9 lines
171 B
Java
9 lines
171 B
Java
class A{
|
|
void foo(){
|
|
try {
|
|
f();
|
|
} catch (Exception e) {
|
|
<selection>throw new RuntimeException(e);</selection>
|
|
}
|
|
}
|
|
} |