mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-28 04:20:51 +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.