summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/ast/parser/Parsers.scala
diff options
context:
space:
mode:
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 cf1e543370..c0cefd5347 100644
--- a/src/compiler/scala/tools/nsc/ast/parser/Parsers.scala
+++ b/src/compiler/scala/tools/nsc/ast/parser/Parsers.scala
@@ -789,7 +789,7 @@ trait Parsers {
(t /: annots) (makeAnnotated)
}
- def annotTypeRest(pos: ScanPosition, isPattern: boolean, t: Tree): Tree =
+ def annotTypeRest(pos: ScanPosition, isPattern: Boolean, t: Tree): Tree =
if (inToken == HASH)
annotTypeRest(pos, isPattern, atPos(inSkipToken) { SelectFromTypeTree(t, ident().toTypeName) })
else if (inToken == LBRACKET)