Is it just readability issue or is it a real error...
# android
d
Is it just readability issue or is it a real error? If I do foo?.let{….} and inside the let block if I refer foo, instead of renaming or referencing as it , will that cause error?