Skip to content

Commit

Permalink
Remove outdated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasstucki committed Jan 6, 2021
1 parent 5c4c412 commit c4b210e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion compiler/src/dotty/tools/repl/ReplCompiler.scala
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ class ReplCompiler extends Compiler {
if (errorsAllowed || !ctx.reporter.hasErrors)
unwrapped(unit.tpdTree, src)
else
ctx.reporter.removeBufferedMessages.errors // Workaround #4988
ctx.reporter.removeBufferedMessages.errors
}
}
}
Expand Down
1 change: 0 additions & 1 deletion tasty/src/dotty/tools/tasty/TastyFormat.scala
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ Standard-Section: "ASTs" TopLevelStat*
SPLITCLAUSE -- splits two non-empty parameter clauses of the same kind
Param = TypeParam
TermParam
-- needed if previous parameter clause is empty or another parameter clause follows
Template = TEMPLATE Length TypeParam* TermParam* parent_Term* Self?
Stat* -- [typeparams] paramss extends parents { self => stats }, where Stat* always starts with the primary constructor.
Self = SELFDEF selfName_NameRef selfType_Term -- selfName : selfType
Expand Down

0 comments on commit c4b210e

Please sign in to comment.