mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-06 01:06:54 +07:00
Java: Added priorities in the completion list for arguments of getField() and getMethod() (IDEA-167250)
This commit is contained in:
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user