aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/backend
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2014-12-05 17:29:24 +0100
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2014-12-16 13:15:04 +0100
commite556edf3f904fd40ae485e8f2b9a74db9afdf4d1 (patch)
tree32508dc129673362318b7cf171a63849baf40a88 /src/dotty/tools/backend
parent72c979ebdc72235971d48827fd89a607dabcfb55 (diff)
downloaddotty-e556edf3f904fd40ae485e8f2b9a74db9afdf4d1.tar.gz
dotty-e556edf3f904fd40ae485e8f2b9a74db9afdf4d1.tar.bz2
dotty-e556edf3f904fd40ae485e8f2b9a74db9afdf4d1.zip
Use correct methods to get super interfaces of a class.
Diffstat (limited to 'src/dotty/tools/backend')
-rw-r--r--src/dotty/tools/backend/jvm/DottyBackendInterface.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/backend/jvm/DottyBackendInterface.scala b/src/dotty/tools/backend/jvm/DottyBackendInterface.scala
index 6358def4a..575599034 100644
--- a/src/dotty/tools/backend/jvm/DottyBackendInterface.scala
+++ b/src/dotty/tools/backend/jvm/DottyBackendInterface.scala
@@ -527,7 +527,7 @@ class DottyBackendInterface()(implicit ctx: Context) extends BackendInterface{
* All interfaces implemented by a class, except for those inherited through the superclass.
*
*/
- def superInterfaces: List[Symbol] = sym.mixins
+ def superInterfaces: List[Symbol] = decorateSymbol(sym).superInterfaces
/**
* True for module classes of package level objects. The backend will generate a mirror class for