Skip to content

Commit 6f2effe

Browse files
committed
Update grammar in comment to follow code
1 parent 1d85ac7 commit 6f2effe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/parsing/Parsers.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2454,7 +2454,7 @@ object Parsers {
24542454

24552455
/** BlockStatSeq ::= { BlockStat semi } [ResultExpr]
24562456
* BlockStat ::= Import
2457-
* | Annotations [implicit] [lazy] Def
2457+
* | Annotations [implicit] [erased] [lazy] Def
24582458
* | Annotations LocalModifiers TmplDef
24592459
* | Expr1
24602460
* |

0 commit comments

Comments
 (0)