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 0353e64 commit 387ade4Copy full SHA for 387ade4
compiler/src/dotty/tools/dotc/core/SymDenotations.scala
@@ -1467,7 +1467,6 @@ object SymDenotations {
1467
for (p <- classParents) {
1468
if (p.typeSymbol.isClass) builder.addAll(p.typeSymbol.asClass.baseClasses)
1469
else assert(ctx.mode.is(Mode.Interactive), s"$this has non-class parent: $p")
1470
- builder.addAll(p.typeSymbol.asClass.baseClasses)
1471
}
1472
(classSymbol :: builder.baseClasses, builder.baseClassSet)
1473
0 commit comments