We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789145c commit e0f036cCopy full SHA for e0f036c
compiler/src/dotty/tools/dotc/typer/Typer.scala
@@ -1121,7 +1121,7 @@ class Typer(@constructorOnly nestingLevel: Int = 0) extends Namer
1121
case fn @ Ident(name: TermName) =>
1122
// We need to make sure that the prefix of this extension getter is
1123
// retained when we transform it into a setter. Otherwise, we could
1124
- // end up resoving an unrelated setter from another extension. We
+ // end up resolving an unrelated setter from another extension. We
1125
// transform the `Ident` into a `Select` to ensure that the prefix
1126
// is retained with a `TypedSplice` (see `case Select` bellow).
1127
// See tests/pos/i18713.scala for an example.
0 commit comments