I want to do this: ```when(x) < 1 -> ......
# getting-started
k
I want to do this:
Copy code
when(x)
    < 1 -> ...
    in 2..5 -> ...
    6 -> ...
    else -> ... (greater than 6)
i
I've filed a request for this recently https://youtrack.jetbrains.com/issue/KT-28359
👍 1