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
Compiling with -Ywarn-unused gives an incorrect warning
$ scalac -Ywarn-unused test.scala
test.scala:8: warning: private trait IsInFactUsed in object Test is never used
private trait IsInFactUsed
^
one warning found
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
In the example:
Compiling with
-Ywarn-unused
gives an incorrect warningThe text was updated successfully, but these errors were encountered: