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 0ff3fd7 commit 2837365Copy full SHA for 2837365
compiler/src/dotty/tools/dotc/typer/Inliner.scala
@@ -151,7 +151,7 @@ object Inliner {
151
def dropInlined(inlined: tpd.Inlined)(implicit ctx: Context): Tree = {
152
if (enclosingInlineds.nonEmpty) inlined // Remove in the outer most inlined call
153
else {
154
- // Position used for any tree that was inlined (inlcuding recursive inlines)
+ // Position used for any tree that was inlined (including recursive inlines)
155
val inlinedAtPos = inlined.call.pos
156
157
/** Removes all Inlined trees, replacing them with blocks.
0 commit comments