Fixed compilation error (IDEA API changed).
This commit is contained in:
committed by
Nikolay Krasko
parent
f09fd923f3
commit
f9f75f1155
+1
-1
@@ -593,7 +593,7 @@ public class JetChangeSignatureUsageProcessor implements ChangeSignatureUsagePro
|
||||
if (processor.processUsage(javaChangeInfo, usage, beforeMethodChange, javaUsageInfos)) break;
|
||||
}
|
||||
if (usage instanceof OverriderUsageInfo) {
|
||||
PsiMethod overridingMethod = ((OverriderUsageInfo)usage).getElement();
|
||||
PsiMethod overridingMethod = ((OverriderUsageInfo)usage).getOverridingMethod();
|
||||
if (overridingMethod != null) {
|
||||
nullabilityPropagator.processMethod(overridingMethod);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user