I noticed a false-positive lint message “no add ca...
# stdlib
m
I noticed a false-positive lint message “no add calls within buildList lambda”. In my case, the
buildList
lambda calls another function passing the
this
receiver as an arg. Shouldn’t the lint check be regarding whether the receiver is referenced rather than whether
add
is called?
j
I had a very similar inspection false positive
Didn't report yet
This is a #intellij thing not a stdlib thing
👍 1