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
If the field in the input schema is a reserved word, the Pair value of the fields method of the generated code is missing a backup (`) resulting in a compilation error.
If the field in the input schema is a reserved word, the Pair value of the fields method of the generated code is missing a backup (`) resulting in a compilation error.
Is there any way to solve the above issue?
used codegen version: 6.0.3
Example Type
Generated Class
gradle
Parameters are created with backup, but assignments are not made with backup
The text was updated successfully, but these errors were encountered: