Closed adampingel closed 6 years ago
https://github.com/randomforestwhitaker/questions/blob/a607680fed8c614a478260e329b4412a57112903/answer_1.scala#L30
You can delete this line because you never refer to this x (it is shadowed by the one in the for line below it).
x
for
Removing this line
https://github.com/randomforestwhitaker/questions/blob/a607680fed8c614a478260e329b4412a57112903/answer_1.scala#L30
You can delete this line because you never refer to this
x
(it is shadowed by the one in thefor
line below it).