mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-31 19:50:55 +07:00
- catch sections are added automatically GitOrigin-RevId: 75aed0b2281ffa0e412b1eaecf90caf406ba0182
9 lines
151 B
Java
9 lines
151 B
Java
class X{
|
|
public void test() {
|
|
try {
|
|
} catch (Exception e) {
|
|
<selection>throw new RuntimeException(e);</selection><caret>
|
|
}
|
|
}
|
|
}
|