You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Optional] Sponsorship to speed up the bug fix or feature request (example)
Description
When generating kotlin code using 'kotlin' generator, and one of the parameters is in reserved kotlin names, the generated code contains backtick "`" encoded as HTML entity: ` in the Api-class:
Bug Report Checklist
Description
When generating kotlin code using 'kotlin' generator, and one of the parameters is in reserved kotlin names, the generated code contains backtick "`" encoded as HTML entity: ` in the Api-class:
And that will not compile very well.
openapi-generator version
5.3.1
OpenAPI declaration file content or url
Generation Details
Steps to reproduce
generate code and open
DefaultApi.kt
Related issues/PRs
This is related to #11148
Suggest a fix
The text was updated successfully, but these errors were encountered: