Skip to content

Commit f6c440f

Browse files
committed
Drop TransparentTyper
1 parent 6eb54f8 commit f6c440f

File tree

2 files changed

+19
-338
lines changed

2 files changed

+19
-338
lines changed

compiler/src/dotty/tools/dotc/core/Contexts.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ object Contexts {
309309

310310
/** Is this a context for typechecking an inlined body? */
311311
def isInlineContext: Boolean =
312-
typer.isInstanceOf[Inliner#InlineTyping]
312+
typer.isInstanceOf[Inliner#InlineTyper]
313313

314314
/** The next outer context whose tree is a template or package definition
315315
* Note: Currently unused

0 commit comments

Comments
 (0)