mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
selection after methods chains completion and checking parameters in context
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ interface Project {}
|
||||
|
||||
public class TestCompletion {
|
||||
void m() {
|
||||
PsiManager psiManager = null;
|
||||
PsiManager psiManager = <selection><caret>null</selection>;
|
||||
Project p = psiManager.getProject()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user