You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" java.lang.ClassFormatError: Method cachedPhases in class dotty/tools/dotc/core/Phases$$PhasesBase has illegal modifiers: 0x402
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.
The flags are the same that Mixin has set.
@odersky can you have a look?
The text was updated successfully, but these errors were encountered: