Skip to content

Commit 34cbcbb

Browse files
committed
[WIP] SIP-23 fix doc comment in parsers
1 parent ea35b01 commit 34cbcbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/scala/tools/nsc/ast/parser/Parsers.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ self =>
933933
* | SimpleType `#' Id
934934
* | StableId
935935
* | Path `.' type
936-
* | Literal [`.' type]
936+
* | Literal
937937
* | `(' Types `)'
938938
* | WildcardType
939939
* }}}

0 commit comments

Comments
 (0)