-
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
AbstractMethodError when inheriting trait from java abstract class and referencing val
from the trait
#12456
Comments
Same in Scala 3. These are valid issued, but I'm not sure if they will be considered high priority by core contributors any time soon.
This sounds more important - is there a ticket for that? |
I am not sure, it's hard to create a minimal reproducible example.
I don't think that it's worth reporting, taking into account that many Java-interop issues are not considered high priority. |
looks like the exception is from #11775 |
reproduction steps
using Scala (2.13.6),
problem
The program compiles fine, but an exception is thrown at runtime:
Expected result:
whether compilation failure or no runtime error
NOTE: I have to use an intermediate java class in my Scala classes hierarchy to workaround some other compiler issues.
The text was updated successfully, but these errors were encountered: