Why not skip it? ``` when (i) { ...
# announcements
m
Why not skip it?
Copy code
when (i) {
            1 -> println("it's 1")
        }