Scala outputs redundant interface declarations in bytecode #5278
Labels
Comments
Imported From: https://issues.scala-lang.org/browse/SI-5278?orig=1 |
@paulp said: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are a lot of redundant interface declarations on the Java bytecode level which are already covered by super interfaces. Most obvious example is ScalaObject which is a super interface of all interfaces but could be omitted from all interfaces which have a (Scala) super interface.
The text was updated successfully, but these errors were encountered: