mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
IDEA-128971 Java auto-completion does not offer "final" keyword for exception variable in "catch" clause
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public class StructuredConfigKey {
|
||||
{
|
||||
try {
|
||||
|
||||
} catch (<caret>)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user