Files
Dmitry Jemerov 9c8e2379be Move Java-specific part of SurroundWithTest to java-tests module
GitOrigin-RevId: fd78bb663c7e48c87f1dae25b6a04571aa62cf50
2022-05-02 16:17:23 +00:00

9 lines
171 B
Java

class A{
void foo(){
try {
f();
} catch (Exception e) {
<selection>throw new RuntimeException(e);</selection>
}
}
}