mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
method chain search use PsiType-s instead of raw strings
This commit is contained in:
+2
-2
@@ -9,7 +9,7 @@ interface PsiClass {}
|
||||
|
||||
public class TestCompletion {
|
||||
public void method() {
|
||||
PsiMethod psiMethod = <caret><selection>null</selection>;
|
||||
PsiClass c = psiMethod.getContainingClass()
|
||||
PsiMember psiMember = null;
|
||||
PsiClass c = psiMember.getContainingClass()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user