From 1fec582b4e85de715e92ccb621ac55e02874558e Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Mon, 7 Nov 2016 13:12:26 +0100 Subject: Inline iff reporter has no new errors post typing `rhs` --- src/dotty/tools/dotc/typer/Inliner.scala | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/dotty/tools/dotc/typer/Inliner.scala') diff --git a/src/dotty/tools/dotc/typer/Inliner.scala b/src/dotty/tools/dotc/typer/Inliner.scala index 72a0158a5..6499167ad 100644 --- a/src/dotty/tools/dotc/typer/Inliner.scala +++ b/src/dotty/tools/dotc/typer/Inliner.scala @@ -190,10 +190,7 @@ object Inliner { val inlineCtx = ctx sym.updateAnnotation(LazyBodyAnnotation { _ => implicit val ctx: Context = inlineCtx - val tree1 = treeExpr(ctx) - if (tree1.hasType && !tree1.tpe.isError) - makeInlineable(tree1) - else tree1 + ctx.withNoError(treeExpr(ctx))(makeInlineable) }) } } -- cgit v1.2.3