We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1644fd3 commit 09cdfcaCopy full SHA for 09cdfca
compiler/src/dotty/tools/dotc/core/Types.scala
@@ -6143,7 +6143,7 @@ object Types extends TypeUtils {
6143
case tp: TypeAlias =>
6144
ensureTrackable(tp.alias)
6145
case _ =>
6146
- assert(false, i"not a trackable CaptureRef: $result with underlying ${result.underlyingIterator.toList}")
+ assert(false, i"not a trackable CaptureRef: $result of class ${result.getClass} with underlying ${result.underlyingIterator.toList}")
6147
ensureTrackable(result)
6148
6149
/** A restriction of the inverse to a function on tracked CaptureRefs */
0 commit comments