blob: a3887076e98fc77e059af7c0b70b5fe49c53e967 [file] [log] [blame]
class Test {
void test() {
try {
int a = 2;
} finally {
<caret>
}
}
}