Matt Bovel
Matt Bovel
~~Note from @dwijnand: `-explain` actually doesn't show anything useful here.~~
This issue has been re-purposed to making the error message clearer. Note that this will not be specific to the REPL.
This issue was picked for the Scala Issue Spree of today, June 11th. @aherlihy, @mbovel, @bracevac, @EugeneFlesselle will be working on it.
Ah, indeed: ```scala ➜ ~/scala-snippets-5 scala-cli run -O -explain finalVal.scala Compiling project (Scala 3.4.1, JVM (17)) [error] ./finalVal.scala:4:9 [error] Expected start of definition [error] [error] Explanation [error] =========== [error] You...