IDEA-99523 "final" should be suggested after "case"

This commit is contained in:
peter
2013-01-22 18:24:36 +01:00
parent 87fc02d024
commit ee50f08e29
3 changed files with 10 additions and 1 deletions
@@ -0,0 +1,8 @@
public class StructuredConfigKey {
{
switch (x) {
case 2:
<caret>
}
}
}