-
Notifications
You must be signed in to change notification settings - Fork 21
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
Illegal class file dependency with annotations #7551
Comments
Imported From: https://issues.scala-lang.org/browse/SI-7551?orig=1 |
@retronym said: WIP: https://github.com/retronym/scala/compare/ticket/7551 |
@soc said: error: error while loading T, illegal class file dependency between 'object T' and 'class T'
one error found |
@lrytz said: |
Christian Schlichtherle (christian_schlichtherle) said: |
closing since the crash is fixed. I haven't investigated whether there was any further progression in this area since 2.12.1, but if "parse java classfile annotations on scala classfiles" merits a separate ticket (and one doesn't already exist), y'all can feel free to open one |
Create the following files:
Now compile them, in order, one at a time.
The last command should give you an internal error.
The text was updated successfully, but these errors were encountered: