was there any movement on the `when` syntax update...
# announcements
g
was there any movement on the
when
syntax updates in kotlin 1.1? I thought I remember seeing
Copy code
when(val something = whatever.propertyOrComputation()){
  is ASomethingType -> something.propFromASomethingType //smart-casted for us
}
👍 1