-
Notifications
You must be signed in to change notification settings - Fork 21
VerifyError when referring to object which refers to itself #3913
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
Comments
Imported From: https://issues.scala-lang.org/browse/SI-3913?orig=1
|
@Sciss said: |
@Sciss said: idle transits = Set(BusyStage)
busy transits = Set(null) so there is uninitialized stuff! |
@Sciss said: |
@Sciss said: |
@Sciss said: |
in the following scenario, a java.lang.VerifyError is thrown at runtime as soon as you try to reference LimboStage:
The text was updated successfully, but these errors were encountered: