We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
var
//> using scala "3.nightly" //> using option "-Wunused:all" class S(var r: String)
[warn] ./S.scala:4:9: unused explicit parameter [warn] class S(var r: String) [warn] ^
this is with the current nightly (Scala 3.3.1-RC1-bin-20230216-2507577-NIGHTLY). same with 3.3.0-RC3.