(py) Update configurations (Fix #41)

This commit is contained in:
danymat
2022-01-29 10:59:27 +01:00
parent a03cbd18f4
commit 749764ab7e

View File

@@ -96,7 +96,7 @@ return {
results.anonymous_return = _res.anonymous_return
end
results.has_identifier = res.type or res.identifier and { true } or nil
results.has_identifier = (res.typed_parameter or res.identifier) and { true } or nil
results.type = res.type
results.parameters = res.identifier
results.return_statement = res.return_statement