mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-15 11:18:23 +07:00
10 lines
84 B
Java
10 lines
84 B
Java
class Test {
|
|
void test() {
|
|
try {
|
|
int a = 2;
|
|
} finally {
|
|
<caret>
|
|
}
|
|
}
|
|
}
|