[#326] | project: compiler | priority: high | category: bug | |
---|---|---|---|---|
submitter | assigned to | status | date submitted | |
Stephane | Martin | fixed | 2004-05-03 11:26:45.0 | |
subject | MatchError in scala.tools.scalac.ast.parser.Parser | |||
code |
object Main with Application { val xxx 2_yyy = zzz; } |
|||
what happened | Exception in thread "main" scala.MatchError: for object xxx in 'sources/scala/tools/scalac/ast/parser/Parser.scala' at line 1324 at scala.MatchError.report(MatchError.java:45) at scala.tools.scalac.ast.parser.Parser$class.simplePattern(Parser.scala:1324) [...] |
|||
what expected | Compiler gives out a nice error message. | |||
[back to overview] |
Martin edited on 2004-05-03 14:19:35.0 |