J2K: JetChangeSignatureUsageProcessor
This commit is contained in:
+706
-924
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -169,7 +169,7 @@ public class JetCallableDefinitionUsage<T extends PsiElement> extends JetUsageIn
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean processUsage(@NotNull JetChangeInfo changeInfo, @NotNull PsiElement element, @NotNull UsageInfo[] allUsages) {
|
||||
public boolean processUsage(@NotNull JetChangeInfo changeInfo, @NotNull T element, @NotNull UsageInfo[] allUsages) {
|
||||
if (!(element instanceof KtNamedDeclaration)) return true;
|
||||
|
||||
KtPsiFactory psiFactory = KtPsiFactoryKt.KtPsiFactory(element.getProject());
|
||||
|
||||
Reference in New Issue
Block a user