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 f043599 commit e21ae3fCopy full SHA for e21ae3f
compiler/src/dotty/tools/dotc/typer/Inliner.scala
@@ -155,7 +155,7 @@ object Inliner {
155
val inlinedAtPos = inlined.call.pos
156
157
/** Removes all Inlined trees, replacing them with blocks.
158
- * Repositions all trees directly inside an inlined expantion of a non empty call to the position of the call.
+ * Repositions all trees directly inside an inlined expansion of a non empty call to the position of the call.
159
* Any tree directly inside an empty call (inlined in the inlined code) retains their position.
160
*/
161
class Reposition extends TreeMap {
0 commit comments