JetClass#getDelegationSpecifierList() by stub

This commit is contained in:
Pavel V. Talanov
2014-03-28 21:24:11 +04:00
parent cc3b1ed07b
commit bceb5c3970
@@ -75,7 +75,7 @@ public class JetClass extends JetTypeParameterListOwnerStub<PsiJetClassStub> imp
@Override
@Nullable
public JetDelegationSpecifierList getDelegationSpecifierList() {
return (JetDelegationSpecifierList) findChildByType(JetNodeTypes.DELEGATION_SPECIFIER_LIST);
return getStubOrPsiChild(JetStubElementTypes.DELEGATION_SPECIFIER_LIST);
}
@Override