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 d2becfe commit ce27de2Copy full SHA for ce27de2
compiler/src/dotty/tools/dotc/core/SymDenotations.scala
@@ -171,7 +171,7 @@ object SymDenotations {
171
val traceCycles = CyclicReference.isTraced
172
try
173
if traceCycles then
174
- CyclicReference.pushTrace("complete the info of ", symbol, "")
+ CyclicReference.pushTrace("compute the signature of ", symbol, "")
175
if myFlags.is(Touched) then
176
throw CyclicReference(this)(using ctx.withOwner(symbol))
177
myFlags |= Touched
0 commit comments