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
[info] Compiling 1 Scala source to C:\opt\ue\apps\target\scala-2.13\classes ...
[warn] C:\opt\ue\apps\src\main\scala\vastblue\apps\FalsePositiveWarning.scala:6:5: pattern var row in value $anonfun is never used: use a wildcard `_` or suppress this warning with `row@_`
[warn] row:Map[String,Any] <- rows
[warn] ^
[warn] one warning found
The text was updated successfully, but these errors were encountered:
reproduction steps
using Scala 2.13.3
problem
The compiler issue this incorrect warning:
The text was updated successfully, but these errors were encountered: