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