Skip to content

Commit 019fd46

Browse files
committed
Implement end markers
1 parent 3a39bdd commit 019fd46

File tree

7 files changed

+425
-209
lines changed

7 files changed

+425
-209
lines changed

compiler/src/dotty/tools/dotc/config/Printers.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ object Printers {
2727
val hk: Printer = noPrinter
2828
val implicits: Printer = noPrinter
2929
val implicitsDetailed: Printer = noPrinter
30+
val lexical: Printer = noPrinter
3031
val inlining: Printer = noPrinter
3132
val interactiv: Printer = noPrinter
3233
val overload: Printer = noPrinter

compiler/src/dotty/tools/dotc/core/StdNames.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ object StdNames {
420420
val elem: N = "elem"
421421
val elems: N = "elems"
422422
val emptyValDef: N = "emptyValDef"
423+
val end: N = "end"
423424
val ensureAccessible : N = "ensureAccessible"
424425
val eq: N = "eq"
425426
val eqInstance: N = "eqInstance"

0 commit comments

Comments
 (0)