JetClass#getPrimaryConstructorParameterList by stub
This commit is contained in:
@@ -62,7 +62,7 @@ public class JetClass extends JetTypeParameterListOwnerStub<PsiJetClassStub> imp
|
|||||||
|
|
||||||
@Nullable
|
@Nullable
|
||||||
public JetParameterList getPrimaryConstructorParameterList() {
|
public JetParameterList getPrimaryConstructorParameterList() {
|
||||||
return (JetParameterList) findChildByType(JetNodeTypes.VALUE_PARAMETER_LIST);
|
return getStubOrPsiChild(JetStubElementTypes.VALUE_PARAMETER_LIST);
|
||||||
}
|
}
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
|
|||||||
Reference in New Issue
Block a user