Mathieu Lemoine 69b8831cbe [Kotlin] enumPropertyNaming UPPERCASE should separate words with _ (#4062)
* [Kotlin] enumPropertyNaming UPPERCASE should separate words with _

* Add unit cases for issue 4062

Co-authored-by: William Cheng <wing328hk@gmail.com>
2019-12-27 16:37:29 +08:00

128 B

PetEnum

Enum

* `MY_FIRST_VALUE` (value: `"myFirstValue"`)

* `MY_SECOND_VALUE` (value: `"MY_SECOND_VALUE"`)