| [#835] | project: compiler | priority: low | category: bug | |
|---|---|---|---|---|
| submitter | assigned to | status | date submitted | |
| Nikolay | Martin | fixed | 2006-11-24 15:55:19.0 | |
| subject | [contrib #251] : _* cannot be used more than once in the same function call | |||
| code |
Console.println(List(List(1, 2, 3) : _*, List(4, 5, 6) : _*)) |
|||
| what happened | Prints List(4, 5, 6) |
|||
| what expected | Prints List (1, 2, 3, 4, 5, 6) or error message informing that : _* cannot be used more than once. | |||
| [back to overview] | ||||
| Nikolay edited on 2006-11-24 15:56:43.0 |
| Contribution #251 |
| Martin edited on 2006-11-30 15:45:37.0 |