[#346] | project: interpreter | priority: low | category: bug | |
---|---|---|---|---|
submitter | assigned to | status | date submitted | |
Stephane | Philippe | fixed | 2004-06-15 18:19:09.0 | |
subject | object Nil is compiled twice | |||
code |
>val x = Nil |
|||
what happened | $HOME/projects/scala/sources/scala/List.scala:774: object Nil is compiled twice case object Nil extends List[All] with Serializable { |
|||
what expected | no error | |||
[back to overview] |
Gilles edited on 2006-03-27 17:46:47.0 |
Fixed in Scala2 |