<@U694Z2XNE> I think this may work : ``` val v = m...
# announcements
r
@norman784 I think this may work :
Copy code
val v = map["test"]
when (v) {
  is (() -> Unit) -> v()
  else -> ...
}