Join Slack
Communities
Powered by
In kotlin, if we have a let block as follows: ```f...
# android
d
droid
06/20/2018, 2:35 PM
In kotlin, if we have a let block as follows:
Copy code
foo?.let { foo-> ..... }
, we get an error saying foo is shadowing foo. What does this exactly mean and does this lead into any errors?
Open in Slack
Previous
Next