File tree 2 files changed +1
-2
lines changed
compiler/src/dotty/tools/repl
tasty/src/dotty/tools/tasty
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 {
280
280
if (errorsAllowed || ! ctx.reporter.hasErrors)
281
281
unwrapped(unit.tpdTree, src)
282
282
else
283
- ctx.reporter.removeBufferedMessages.errors // Workaround #4988
283
+ ctx.reporter.removeBufferedMessages.errors
284
284
}
285
285
}
286
286
}
Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ Standard-Section: "ASTs" TopLevelStat*
74
74
SPLITCLAUSE -- splits two non-empty parameter clauses of the same kind
75
75
Param = TypeParam
76
76
TermParam
77
- -- needed if previous parameter clause is empty or another parameter clause follows
78
77
Template = TEMPLATE Length TypeParam* TermParam* parent_Term* Self?
79
78
Stat* -- [typeparams] paramss extends parents { self => stats }, where Stat* always starts with the primary constructor.
80
79
Self = SELFDEF selfName_NameRef selfType_Term -- selfName : selfType
You can’t perform that action at this time.
0 commit comments