mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 23:51:37 +07:00
GitOrigin-RevId: 12e91605bf8901d98d56b8d8dc3a348d4b1ae935
11 lines
131 B
Java
11 lines
131 B
Java
class Foo {
|
|
public void foo() {
|
|
try {
|
|
|
|
} catch(Exception e) {
|
|
|
|
} <selection>fin<caret>ally</selection> {
|
|
|
|
}
|
|
}
|
|
} |