Java: Added priorities in the completion list for arguments of getField() and getMethod() (IDEA-167250)

This commit is contained in:
Pavel Dolgov
2017-02-14 17:11:55 +03:00
parent 8754155e85
commit e4ec230e5d
23 changed files with 203 additions and 31 deletions
@@ -22,5 +22,5 @@ class DeclaredField {
class Test {
public int num;
public int num2;
int num3;
int num1;
}