Fixed EA-63488
This commit is contained in:
@@ -199,8 +199,9 @@ public class SpecifyTypeExplicitlyAction extends PsiElementBaseIntentionAction {
|
|||||||
@Override
|
@Override
|
||||||
public void templateFinished(Template template, boolean brokenOff) {
|
public void templateFinished(Template template, boolean brokenOff) {
|
||||||
JetTypeReference typeRef = declaration.getTypeReference();
|
JetTypeReference typeRef = declaration.getTypeReference();
|
||||||
assert typeRef != null;
|
if (typeRef != null) {
|
||||||
ShortenReferences.INSTANCE$.process(typeRef);
|
ShortenReferences.INSTANCE$.process(typeRef);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user