what about?: ``` when (t) { is Type1, is Type2, ...
# getting-started
j
what about?:
Copy code
when (t) {
  is Type1, is Type2, is Type3 -> doStuff()
}