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 7a78bfd commit 99dd85dCopy full SHA for 99dd85d
compiler/src/dotty/tools/dotc/typer/Typer.scala
@@ -1100,7 +1100,7 @@ class Typer(@constructorOnly nestingLevel: Int = 0) extends Namer
1100
case fn @ Ident(name: TermName) =>
1101
// We need to make sure that the prefix of this extension getter is
1102
// retained when we transform it into a setter. Otherwise, we could
1103
- // end up resoving an unrelated setter from another extension. We
+ // end up resolving an unrelated setter from another extension. We
1104
// transform the `Ident` into a `Select` to ensure that the prefix
1105
// is retained with a `TypedSplice` (see `case Select` bellow).
1106
// See tests/pos/i18713.scala for an example.
0 commit comments