Fixed EA-45529.
This commit is contained in:
@@ -155,6 +155,10 @@ public class KotlinSignatureInJavaMarkerProvider implements LineMarkerProvider {
|
||||
@Nullable
|
||||
@Override
|
||||
public ActionGroup getPopupMenuActions() {
|
||||
if (getNavigationHandler() == null) {
|
||||
return null;
|
||||
}
|
||||
|
||||
PsiModifierListOwner element = getElement();
|
||||
assert element != null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user