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