Skip to content

Commit b8de867

Browse files
committed
Fix scala#8731: Revise end markers scheme
Handle end markers in parser instead of in Scanner, adding end markers to the context free syntax.
1 parent 77eb27b commit b8de867

File tree

11 files changed

+225
-226
lines changed

11 files changed

+225
-226
lines changed

compiler/src/dotty/tools/dotc/ast/Trees.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,8 @@ object Trees {
369369
comment.map(putAttachment(DocComment, _))
370370
this
371371
}
372+
373+
def name: Name
372374
}
373375

374376
/** A ValDef or DefDef tree */

0 commit comments

Comments
 (0)