JetFunctionType#getParameterList() by stub
This commit is contained in:
@@ -67,7 +67,7 @@ public class JetFunctionType extends JetElementImplStub<PsiJetPlaceHolderStub<Je
|
|||||||
|
|
||||||
@Nullable
|
@Nullable
|
||||||
public JetParameterList getParameterList() {
|
public JetParameterList getParameterList() {
|
||||||
return (JetParameterList) findChildByType(JetNodeTypes.VALUE_PARAMETER_LIST);
|
return getStubOrPsiChild(JetStubElementTypes.VALUE_PARAMETER_LIST);
|
||||||
}
|
}
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
|
|||||||
Reference in New Issue
Block a user