mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 08:45:34 +07:00
method chain completion: use proper qualifier, not method declaration class
This commit is contained in:
+2
-2
@@ -9,7 +9,7 @@ interface PsiClass {}
|
||||
|
||||
public class TestCompletion {
|
||||
public void method() {
|
||||
PsiMember psiMember = null;
|
||||
PsiClass c = psiMember.getContainingClass()
|
||||
PsiMethod psiMethod = null;
|
||||
PsiClass c = psiMethod.getContainingClass()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user