is there a way to make this work? ``` when (func()...
# announcements
v
is there a way to make this work?
Copy code
when (func()) { 
    null -> ...
    x -> ...
}
where
x
is bind to the result of
func()
?