| [#750] | project: scala-doc | priority: low | category: bug | |
|---|---|---|---|---|
| submitter | assigned to | status | date submitted | |
| Stephane | _ | fixed | 2006-09-22 18:32:57.0 | |
| subject | Incorrect values for constants in object scala.Console | |||
| code | ||||
| what happened | final val BLACK: java.lang.String([30m) |
|||
| what expected | final val BLACK: java.lang.String = "\033[30m" |
|||
| [back to overview] | ||||
| Stephane edited on 2006-10-05 19:21:48.0 |
| fixed method toString in class symtab.ConstantType |