For an enum, it should be possible to have a designated default catchall.
Open
enhancement
- Dominant language
- Java
- Stars
- 24.2k
- Forks
- 4.5k
- Avg merge
- 6d 4h
- Merged PRs (30d)
- 12
Description
For enum Platform { IOS, ANDROID, WEB, OTHER }
I should be able to indicate that OTHER is a catch-all for all strings that don't match as specific name.
Contributor guide
Assessment
This issue has not been assessed yet.