mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-15 06:00:52 +00:00
* [Kotlin] enumPropertyNaming UPPERCASE should separate words with _ * Add unit cases for issue 4062 Co-authored-by: William Cheng <wing328hk@gmail.com>
128 B
128 B
PetEnum
Enum
* `MY_FIRST_VALUE` (value: `"myFirstValue"`)
* `MY_SECOND_VALUE` (value: `"MY_SECOND_VALUE"`)