Skip to content

Commit

Permalink
Remove stray println
Browse files Browse the repository at this point in the history
  • Loading branch information
odersky committed Aug 12, 2019
1 parent 0657db9 commit 59f724f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/src/dotty/tools/dotc/parsing/Parsers.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2200,7 +2200,6 @@ object Parsers {
case _ =>
if (isLiteral) literal(inPattern = true)
else {
println(i"$in found")
syntaxErrorOrIncomplete(IllegalStartOfSimplePattern(), expectedOffset)
errorTermTree
}
Expand Down

0 comments on commit 59f724f

Please sign in to comment.