and anyhow you can still do ``` when (view?.id) { ...
# android
m
and anyhow you can still do
Copy code
when (view?.id) {
    R.id.check -> check()
}