Files
openide/java/java-tests/testData/refactoring/inlineMethod/InlineWithTry.java.after

9 lines
97 B
Plaintext

class A {
{
try {
} catch (Error e) {
throw e;
}
}
}