mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 16:39:37 +07:00
prefer local variables over static method references in completion
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import java.util.function.*;
|
||||
|
||||
class Foo {
|
||||
void foo(PsiElement psiElement) {
|
||||
Function<PsiElement, PsiElement> f = psi<caret>
|
||||
}
|
||||
}
|
||||
|
||||
interface PsiElement {
|
||||
PsiElement getParent();
|
||||
}
|
||||
Reference in New Issue
Block a user