IDEA-85760 completion menu shouldn't offer null where it makes no sense

This commit is contained in:
peter
2012-05-29 18:11:53 +02:00
parent a0c8898725
commit 10d695a002
3 changed files with 8 additions and 1 deletions
@@ -0,0 +1,5 @@
class Foo {
{
++nu<caret>
}
}