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 12:59:06 +03:00
parent 8754155e85
commit e4ec230e5d
23 changed files with 203 additions and 31 deletions

View File

@@ -22,7 +22,7 @@ class DecalredMethod {
class Test {
public void method(){}
public void method2(A a, B b){}
public void method3(){}
void method1(){}
}
class A {}