there is a warning in your original example on the...
# getting-started
u
there is a warning in your original example on the latest Kotlin:
Copy code
1.kt:6:13: warning: 'when' expression contains only some variants and no 'else' branch
            when (season) {
            ^