You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, you don't even need the better-monadic-for plugin. I assumed it must be in connection with that, but the warning is there even without that.
esgott
changed the title
Unused warning for used variable with better-monadic-for
Unused warning for used variable in for comprehension filter
Nov 23, 2023
Reproduction steps
Scala version: 2.13.12
build.sbt
:src.scala
:Problem
a
is actually used, but it's reported as unusedThe text was updated successfully, but these errors were encountered: