-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Weird dependent class instantiation crashes with java.lang.VerifyError: Bad type on operand stack #4659
New issue
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
Labels
Comments
JVM has the restriction that before parent constructor call, A fix is proposed in #6000, which is in the same spirit with the check in Scala 2. |
I also had the VulpixUnitTest failing on me, like what happened in the CI failures here. I believe the "deadlock" test is flakey. Should we remove it? |
liufengyun
added a commit
to dotty-staging/dotty
that referenced
this issue
Mar 6, 2019
liufengyun
added a commit
that referenced
this issue
Mar 6, 2019
Fix #4659: disallow reference to object itself in super calls
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: