JetFunctionType#getParameterList() by stub

This commit is contained in:
Pavel V. Talanov
2014-03-31 14:09:17 +04:00
parent b165e3f6da
commit 08335938aa
@@ -67,7 +67,7 @@ public class JetFunctionType extends JetElementImplStub<PsiJetPlaceHolderStub<Je
@Nullable
public JetParameterList getParameterList() {
return (JetParameterList) findChildByType(JetNodeTypes.VALUE_PARAMETER_LIST);
return getStubOrPsiChild(JetStubElementTypes.VALUE_PARAMETER_LIST);
}
@NotNull