Join Slack
Powered by
And, what do you think we should do with it here i...
# language-proposals
o
orangy
02/02/2017, 8:53 AM
And, what do you think we should do with it here in Slack? I suppose we would need a repro anyway, because in simple case it does work:
Copy code
fun x(a: String?) { when (a?.length) { 1 -> a.hashCode() // a is smartcasted } }
Open in Slack
Previous
Next