Add Remaining Branches in Kotlin
Use quick intentions to generate code automatically and save you typing.
When a Kotlin expression requires us to cover all the possible options for a parameter, we can use ⌥⏎ (macOS) / Alt+Enter (Windows/Linux), to generate all the branches automatically.