We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1411e2d commit 7951984Copy full SHA for 7951984
src/dotty/tools/backend/jvm/DottyBackendInterface.scala
@@ -527,7 +527,7 @@ class DottyBackendInterface()(implicit ctx: Context) extends BackendInterface{
527
* All interfaces implemented by a class, except for those inherited through the superclass.
528
*
529
*/
530
- def superInterfaces: List[Symbol] = sym.mixins
+ def superInterfaces: List[Symbol] = decorateSymbol(sym).superInterfaces
531
532
/**
533
* True for module classes of package level objects. The backend will generate a mirror class for
0 commit comments