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 c3bd95a commit 5f9f3a7Copy full SHA for 5f9f3a7
compiler/src/dotty/tools/dotc/core/SymDenotations.scala
@@ -1467,7 +1467,7 @@ object SymDenotations {
1467
onBehalf.signalProvisional()
1468
val builder = new BaseDataBuilder
1469
for (p <- classParents)
1470
- p.classSymbol match {
+ p.classSymbol match {
1471
case pcls: ClassSymbol => builder.addAll(pcls.baseClasses)
1472
case _ => assert(isRefinementClass || ctx.mode.is(Mode.Interactive), s"$this has non-class parent: $p")
1473
}
0 commit comments