[#593] | project: compiler | priority: low | category: bug | |
---|---|---|---|---|
submitter | assigned to | status | date submitted | |
Sean | Martin | fixed | 2006-05-10 17:01:56.0 | |
subject | trait with constructor parameters not rejected | |||
code |
trait Wrapper[T](x : T) { } |
|||
what happened | Passes compile without error. |
|||
what expected | Should be rejected. | |||
[back to overview] |
Martin edited on 2006-05-16 12:46:01.0 |