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
postfix operator `???` needs to be enabled
by making the implicit value scala.language.postfixOps visible.
----This can be achieved by adding the importclause 'importscala.language.postfixOps'
or by setting the compiler option -language:postfixOps.
See the Scaladocfor value scala.language.postfixOps for a discussion
why the feature needs to be explicitly enabled.
Expectation
No error. The compiler seems to be misreading the indentation of the last println.
The text was updated successfully, but these errors were encountered:
Compiler version
v3.0.0-RC3
Minimized code
https://scastie.scala-lang.org/ycgXIOkfQL6SJ6nhFOVTUg
Output
Expectation
No error. The compiler seems to be misreading the indentation of the last
println
.The text was updated successfully, but these errors were encountered: