IDEA-41929 Ctrl + Shift + Enter doesn't work for "for (; ;)"

This commit is contained in:
peter
2015-07-09 20:49:00 +02:00
parent 4f6e27823e
commit 75f04d0383
5 changed files with 22 additions and 4 deletions
@@ -0,0 +1,5 @@
class Foo {
{
for (;;<caret>)
}
}