KT-1719 Navigate -> Symbol... completions are not super helpful for extension functions
#KT-1719 fixed
This commit is contained in:
@@ -42,6 +42,7 @@ abstract public class JetFunction extends JetTypeParameterListOwner
|
||||
return (JetParameterList) findChildByType(JetNodeTypes.VALUE_PARAMETER_LIST);
|
||||
}
|
||||
|
||||
@Override
|
||||
@NotNull
|
||||
public List<JetParameter> getValueParameters() {
|
||||
JetParameterList list = getValueParameterList();
|
||||
|
||||
Reference in New Issue
Block a user