java completion: use a single way to find previous interesting PSI (IDEA-184555)

This commit is contained in:
peter
2018-01-04 16:14:50 +01:00
parent b37fa84045
commit e1036c438c
4 changed files with 13 additions and 3 deletions
@@ -0,0 +1,7 @@
abstract /** javadoc */
<caret> class Primitive {
public abstract void draw();
}