you can still do ``` when { a.isSimilarTo(b) ...
# announcements
k
you can still do
Copy code
when {
    a.isSimilarTo(b) ->
    else ->
}