nothing but is there easy way to find first and cast?
b
bob
02/08/2017, 12:58 PM
Post updated, but I still would love smart cast throughout the language 😎
o
orangy
02/08/2017, 1:02 PM
Smart casts are everywhere, where it is possible for compiler to infer them. In an arbitrary function receiving a lambda it cannot deduce it. Well, it could in some cases, if it could see through inline lambda, but not for collections.
b
bob
02/08/2017, 5:24 PM
Yeah but you can still dream 😃
Btw awesome response here! Love it!
Is there anywhere a kotlin-developer like myself can contribute to the language or community?
Where would you recommend that to be?