mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-11 08:31:21 +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.