mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-23 23:11:37 +07:00
Java: Added priorities in the completion list for arguments of getField() and getMethod() (IDEA-167250)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Main {
|
||||
void foo() {
|
||||
Object.class.getMethod("<caret>");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user