mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 15:50:49 +07:00
GitOrigin-RevId: b8dbc546122362e256c92be5a3a696275639f2a5
8 lines
130 B
Java
8 lines
130 B
Java
// "Add 'finally' block" "true-preview"
|
|
class X {
|
|
void test() {
|
|
try {
|
|
System.out.println();
|
|
}<caret> // todo
|
|
}
|
|
} |