mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
don't suggest final after unfinished try (IDEA-104498)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
public class Util {
|
||||
void foo() {
|
||||
try {
|
||||
|
||||
}
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
class A {
|
||||
{
|
||||
try {}
|
||||
try {} catch (Exception e) {}
|
||||
fin<caret>x
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user