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 685b0c3 commit d552127Copy full SHA for d552127
compiler/src/dotty/tools/dotc/transform/Pickler.scala
@@ -173,7 +173,6 @@ class Pickler extends Phase {
173
cls -> (unit, unpickler)
174
}
175
pickling.println("************* entered toplevel ***********")
176
- val rootCtx = ctx
177
for ((cls, (unit, unpickler)) <- unpicklers) do
178
ctx.compilationUnit.needsCaptureChecking = unit.needsCaptureChecking
179
val unpickled = unpickler.rootTrees
0 commit comments