-
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
Do not choke on Java's default methods when parsing Java source files #7398
Comments
Imported From: https://issues.scala-lang.org/browse/SI-7398?orig=1 |
@paulp said: |
@paulp said: |
@paulp said: |
@paulp said: |
@JamesIry said: |
@gkossakowski said: |
@paulp said: |
Consider the following Java interface that defines default method:
and the following Scala code:
When we try to compile it by passing both source files, Scala's parser for java files chokes on default modifier:
The text was updated successfully, but these errors were encountered: