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 6eb54f8 commit f6c440fCopy full SHA for f6c440f
compiler/src/dotty/tools/dotc/core/Contexts.scala
@@ -309,7 +309,7 @@ object Contexts {
309
310
/** Is this a context for typechecking an inlined body? */
311
def isInlineContext: Boolean =
312
- typer.isInstanceOf[Inliner#InlineTyping]
+ typer.isInstanceOf[Inliner#InlineTyper]
313
314
/** The next outer context whose tree is a template or package definition
315
* Note: Currently unused
0 commit comments