and similarly, does anybody know how to force a wh...
# announcements
g
and similarly, does anybody know how to force a when statement to be exhaustive? the only thing I can think is
Copy code
val _ = when(...){
  //fully enumerated switch
}