IDEA-60822 [IdeaX] code completion for "for(fin" automatically chooses "for(finalize()" instead of "for(final"

This commit is contained in:
peter.gromov
2010-11-11 20:17:51 +03:00
parent 68d0598a76
commit f4fafcbb4b
4 changed files with 21 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
public class Foooo {
{
for (fin<caret>x)
}
}