Add 'catch' block after incomplete try (final piece of IDEA-200560)

This commit is contained in:
Tagir Valeev
2018-10-17 13:03:24 +07:00
parent 2d50216e8c
commit 5878fde5e9
12 changed files with 88 additions and 15 deletions

View File

@@ -3,6 +3,7 @@ class Test {
void foo() {
try {
} finally {
}
}
}