I’m just wondering, this warning doesn’t make any ...
# intellij
a
I’m just wondering, this warning doesn’t make any sense and it’s a bug, or am I missing something?
r
That's interesting, I don't get that hint. Does it offer you a quick fix via Alt+Enter?
g
Hint about converting to sequence
that in some cases lazily evaluated list is more efficient
but this is false positive
and it make sense to report
c
but first().first() makes not much sense anyway
k
First element of the first list?
c
ah right