JetTypeConstraintList#getConstraints() by stub

This commit is contained in:
Pavel V. Talanov
2014-04-07 19:33:46 +04:00
parent dce4d259d9
commit cbbcb861bb
@@ -40,6 +40,6 @@ public class JetTypeConstraintList extends JetElementImplStub<PsiJetPlaceHolderS
@NotNull
public List<JetTypeConstraint> getConstraints() {
return findChildrenByType(JetNodeTypes.TYPE_CONSTRAINT);
return getStubOrPsiChildrenAsList(JetStubElementTypes.TYPE_CONSTRAINT);
}
}