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 d8a9bc8 commit 1209646Copy full SHA for 1209646
compiler/src/dotty/tools/dotc/printing/RefinedPrinter.scala
@@ -37,7 +37,7 @@ class RefinedPrinter(_ctx: Context) extends PlainPrinter(_ctx) {
37
38
/** A stack of enclosing DefDef, TypeDef, or ClassDef, or ModuleDefs nodes */
39
private[this] var enclosingDef: untpd.Tree = untpd.EmptyTree
40
- private[this] var myCtx: Context = _ctx
+ private[this] var myCtx: Context = super.ctx
41
private[this] var printPos = ctx.settings.YprintPos.value
42
private[this] val printLines = ctx.settings.printLines.value
43
0 commit comments