mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 04:09:09 +07:00
Add 'catch' block after incomplete try (final piece of IDEA-200560)
This commit is contained in:
@@ -3,6 +3,7 @@ class Test {
|
||||
void foo() {
|
||||
try {
|
||||
} finally {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user