Skip to content

private abstract method on class after Mixin. #513

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

Closed
DarkDimius opened this issue Apr 30, 2015 · 2 comments
Closed

private abstract method on class after Mixin. #513

DarkDimius opened this issue Apr 30, 2015 · 2 comments
Assignees

Comments

@DarkDimius
Copy link
Contributor

Exception in thread "main" java.lang.ClassFormatError: Method cachedPhases in class dotty/tools/dotc/core/Phases$$PhasesBase has illegal modifiers: 0x402

The flags are the same that Mixin has set.

@odersky can you have a look?

@odersky
Copy link
Contributor

odersky commented Apr 30, 2015

The field should have a flag NotJavaPrivate set. Somebody has to expand these so that the name is expanded and the private flag is reset. It could be the backend or a miniphase before it.

@DarkDimius DarkDimius self-assigned this Apr 30, 2015
@DarkDimius
Copy link
Contributor Author

I was able to solve this in backend. But this revealed #514.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants