File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
compiler/src/dotty/tools/repl
tasty/src/dotty/tools/tasty Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ class ReplCompiler extends Compiler {
280280 if (errorsAllowed || ! ctx.reporter.hasErrors)
281281 unwrapped(unit.tpdTree, src)
282282 else
283- ctx.reporter.removeBufferedMessages.errors // Workaround #4988
283+ ctx.reporter.removeBufferedMessages.errors
284284 }
285285 }
286286 }
Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ Standard-Section: "ASTs" TopLevelStat*
7474 SPLITCLAUSE -- splits two non-empty parameter clauses of the same kind
7575 Param = TypeParam
7676 TermParam
77- -- needed if previous parameter clause is empty or another parameter clause follows
7877 Template = TEMPLATE Length TypeParam* TermParam* parent_Term* Self?
7978 Stat* -- [typeparams] paramss extends parents { self => stats }, where Stat* always starts with the primary constructor.
8079 Self = SELFDEF selfName_NameRef selfType_Term -- selfName : selfType
You can’t perform that action at this time.
0 commit comments