mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-10-28 07:13:47 +00:00
If a data class has no optional parameters, a trailing comma (which was supposed to delimit the list of required and optional parameters) will be inserted after the last required paramter, leading to a syntax error in Kotlin.