Skip to content

Commit 2f0d092

Browse files
oderskyOlivierBlanvillain
authored andcommitted
Address reviewer comments
1 parent 8dcb284 commit 2f0d092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/unpickleScala2/Scala2Unpickler.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ class Scala2Unpickler(bytes: Array[Byte], classRoot: ClassDenotation, moduleClas
415415
owner.info.decls.checkConsistent()
416416
if (slowSearch(name).exists)
417417
System.err.println(i"**** slow search found: ${slowSearch(name)}")
418-
if (ctx.debug) Thread.dumpStack()
418+
if (ctx.settings.YdebugMissingRefs.value) Thread.dumpStack()
419419
ctx.newStubSymbol(owner, name, source)
420420
}
421421
}

0 commit comments

Comments
 (0)