Skip to content

Commit ac51c11

Browse files
oderskyliufengyun
andauthored
Update compiler/src/dotty/tools/dotc/parsing/Parsers.scala
Co-authored-by: Fengyun Liu <[email protected]>
1 parent 9416640 commit ac51c11

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
@@ -2628,7 +2628,7 @@ object Parsers {
26282628
ascription(p, location)
26292629
else p
26302630

2631-
/** Pattern2 ::= InfixPattern [‘*’]
2631+
/** Pattern3 ::= InfixPattern [‘*’]
26322632
*/
26332633
def pattern3(): Tree =
26342634
val p = infixPattern()

0 commit comments

Comments
 (0)