JetObjectDeclaration#getDelegationSpecifierList() by stub
This commit is contained in:
@@ -118,7 +118,7 @@ public class JetObjectDeclaration extends JetNamedDeclarationStub<PsiJetObjectSt
|
|||||||
@Override
|
@Override
|
||||||
@Nullable
|
@Nullable
|
||||||
public JetDelegationSpecifierList getDelegationSpecifierList() {
|
public JetDelegationSpecifierList getDelegationSpecifierList() {
|
||||||
return (JetDelegationSpecifierList) findChildByType(JetNodeTypes.DELEGATION_SPECIFIER_LIST);
|
return getStubOrPsiChild(JetStubElementTypes.DELEGATION_SPECIFIER_LIST);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user