java completion: put type above signature containing that type (IDEA-181329)

This commit is contained in:
peter
2017-12-21 13:37:01 +01:00
parent 3c0fdc4e89
commit 5806663661
5 changed files with 18 additions and 4 deletions
@@ -0,0 +1,4 @@
class Foo {
private String zoo;
public Stri<caret>
}