IDEA-66892 'else' variant in completion should be preferred in this case

This commit is contained in:
peter
2011-03-28 17:26:38 +02:00
parent 943c822123
commit bb32018645
3 changed files with 18 additions and 3 deletions
@@ -0,0 +1,8 @@
class Foo {
{
Object element;
if (true) {}
el<caret>
}
}