i belive ``` val x = when { true -> "hi" }...
# announcements
g
i belive
Copy code
val x = when {
  true ->  "hi"
}
is considered exhaustive is it not?