[#491] | project: nsc | priority: low | category: bug | |
---|---|---|---|---|
submitter | assigned to | status | date submitted | |
Iulian | Martin | fixed | 2005-11-17 18:24:40.0 | |
subject | implement method caseName for CaseClasses | |||
code |
object Foo extends AnyRef with Application { val x = Some("The answer"); Console.println(x); } |
|||
what happened | The answer |
|||
what expected | Some("The answer") | |||
[back to overview] |
Martin edited on 2005-11-21 13:46:21.0 |
Martin edited on 2005-11-21 13:46:39.0 |
Iulian edited on 2005-11-23 15:37:12.0 |
It doesn't work for me. It still doesn't print the name of the case class. |
Martin edited on 2005-11-24 15:22:12.0 |
Sorry I forgot to check in a file (newsources/scala/Caseclass.scala). |