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.
Namer#ClassCompleter#completerCtx
1 parent 470909f commit ea7c944Copy full SHA for ea7c944
compiler/src/dotty/tools/dotc/typer/Namer.scala
@@ -1106,7 +1106,7 @@ class Namer { typer: Typer =>
1106
class ClassCompleter(cls: ClassSymbol, original: TypeDef)(ictx: Context) extends Completer(original)(ictx) {
1107
withDecls(newScope(using ictx))
1108
1109
- protected implicit val completerCtx: Context = localContext(cls)
+ protected given completerCtx: Context = localContext(cls)
1110
1111
private var localCtx: Context = uninitialized
1112
0 commit comments