Skip to content

Commit a7ca8dc

Browse files
committed
More debug info
1 parent 4b0a148 commit a7ca8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/transform/ResolveSuper.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ object ResolveSuper {
112112
sym = other.matchingDenotation(base.thisType, base.thisType.memberInfo(acc)).symbol
113113
bcs = bcs.tail
114114
}
115-
assert(sym.exists, i"$acc with name ${acc.name.debugString}, ${unexpandedAccName.debugString}, starting rebindsuper from $base of ${acc.showLocated}: ${acc.info} in $bcs, name = $memberName")
115+
assert(sym.exists, i"$acc with name ${acc.name.debugString}, is expanded: ${acc.is(ExpandedName)}, unexpanded: ${unexpandedAccName.debugString}, starting rebindsuper from $base of ${acc.showLocated}: ${acc.info} in $bcs, name = $memberName")
116116
sym
117117
}
118118
}

0 commit comments

Comments
 (0)