summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ast/parser/Parsers.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2007-02-02 18:35:47 +0000
committerMartin Odersky <odersky@gmail.com>2007-02-02 18:35:47 +0000
commit3eae42f4cc89fde2fffe2861c024341cf1ce700b (patch)
tree566e9ba4aed87a175df10ad43ca8eb6d5fcdaaed /src/compiler/scala/tools/nsc/ast/parser/Parsers.scala
parent828377d9c0c86471a1c18ba11ff13460400729cf (diff)
downloadscala-3eae42f4cc89fde2fffe2861c024341cf1ce700b.tar.gz
scala-3eae42f4cc89fde2fffe2861c024341cf1ce700b.tar.bz2
scala-3eae42f4cc89fde2fffe2861c024341cf1ce700b.zip
added comment & test case
Diffstat (limited to 'src/compiler/scala/tools/nsc/ast/parser/Parsers.scala')
-rw-r--r--src/compiler/scala/tools/nsc/ast/parser/Parsers.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/ast/parser/Parsers.scala b/src/compiler/scala/tools/nsc/ast/parser/Parsers.scala
index 7450aea91e..e543e54bce 100644
--- a/src/compiler/scala/tools/nsc/ast/parser/Parsers.scala
+++ b/src/compiler/scala/tools/nsc/ast/parser/Parsers.scala
@@ -2124,7 +2124,7 @@ trait Parsers requires SyntaxAnalyzer {
attrs.toList
}
- /** Attribute ::= StableId [TypeArgs] [`(' [Exprs] `)']
+ /** Attribute ::= StableId [TypeArgs] [`(' [Exprs] `)'] [`{' {NameValuePair} `}']
*/
def attribute(): Attribute = {
def nameValuePair(): Tree = {