We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yo. It seems lazy vals within tests crash scalac. It happens when compiling for JVM and JS.
lazy val
Reproduction:
object What { def mf1 = 2 } object SomeTest extends TestSuite { override def tests = TestSuite { import What._ lazy val subj = mf1 } }
You can see big error messages if you want in scala-js/scala-js#1580
The text was updated successfully, but these errors were encountered:
This should be fixed in Scala 2.12.x in 36c2c3d, enforced in c1799d2
Sorry, something went wrong.
No branches or pull requests
Yo. It seems
lazy val
s within tests crash scalac.It happens when compiling for JVM and JS.
Reproduction:
You can see big error messages if you want in scala-js/scala-js#1580
The text was updated successfully, but these errors were encountered: