mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 20:30:42 +07:00
IDEA-60822 [IdeaX] code completion for "for(fin" automatically chooses "for(finalize()" instead of "for(final"
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public class Foooo {
|
||||
|
||||
{
|
||||
for (fin<caret>x)
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user