IDEA-72104 Code completion for the final attribute of the enum

This commit is contained in:
peter
2011-09-19 19:38:06 +02:00
parent 876719ed90
commit bc61189599
4 changed files with 12 additions and 1 deletions
@@ -0,0 +1,5 @@
enum Goo {
a,b;
private fin<caret>
}
@@ -0,0 +1,5 @@
enum Goo {
a,b;
private final <caret>
}