IDEA-128971 Java auto-completion does not offer "final" keyword for exception variable in "catch" clause

This commit is contained in:
peter
2014-08-26 14:32:22 +02:00
parent 22058565a7
commit 6564528108
5 changed files with 23 additions and 3 deletions
@@ -0,0 +1,7 @@
public class StructuredConfigKey {
{
try {
} catch (<caret>)
}
}