Is there a reason Kotlin doesn't have nested destr...
# announcements
s
Is there a reason Kotlin doesn't have nested destructuring or destructuring in
is
clauses of a
when(x)
statement?
a
Usually its enough for most of the use-cases, I don't think there is a technical reason its not implemented
r
Are you going to check instance of?