```when(x to y) { 1 to 1 -> ... }``` should...
# announcements
k
Copy code
when(x to y) {
    1 to 1 -> ...
}
should work I think.