mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
method chains search: check assignability; use name suggester; use JavaChainLookupElement
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ interface Project {}
|
||||
|
||||
public class TestCompletion {
|
||||
void m() {
|
||||
PsiManager psiManager = <selection><caret>null</selection>;
|
||||
PsiManager psiManager = null;
|
||||
Project p = psiManager.getProject()
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ interface Project {}
|
||||
public class TestCompletion {
|
||||
void m() {
|
||||
String asd = "123";
|
||||
PsiManager psiManager = <selection><caret>null</selection>;
|
||||
PsiManager psiManager = null;
|
||||
Project p = psiManager.getProject(asd, zxc)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user