JetClass#getPrimaryConstructorParameterList by stub

This commit is contained in:
Pavel V. Talanov
2014-03-28 15:10:00 +04:00
parent fe82fff099
commit 9df3e8a036
@@ -62,7 +62,7 @@ public class JetClass extends JetTypeParameterListOwnerStub<PsiJetClassStub> imp
@Nullable
public JetParameterList getPrimaryConstructorParameterList() {
return (JetParameterList) findChildByType(JetNodeTypes.VALUE_PARAMETER_LIST);
return getStubOrPsiChild(JetStubElementTypes.VALUE_PARAMETER_LIST);
}
@NotNull