summaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
Diffstat (limited to 'sources')
-rw-r--r--sources/scala/tools/scalac/ast/parser/Parser.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/scala/tools/scalac/ast/parser/Parser.scala b/sources/scala/tools/scalac/ast/parser/Parser.scala
index 753b82181d..09e07f7312 100644
--- a/sources/scala/tools/scalac/ast/parser/Parser.scala
+++ b/sources/scala/tools/scalac/ast/parser/Parser.scala
@@ -1324,6 +1324,7 @@ class Parser(unit: Unit) {
t match {
case Tree$Ident(name) if name == Names.MINUS =>
return literal(true, true);
+ case _ =>
}
case _ =>
}