Kotlin when
exhaustivenessを満たすように書く
'when' expression must be exhaustive, add necessary 'else' branch
と、compile errorになる(なってくれる)
https://gyazo.com/0e871f3dfdeec5912ed42cd3b98c1f1a
#Kotlin