[#63] | project: compiler | priority: medium | category: bug | |
---|---|---|---|---|
submitter | assigned to | status | date submitted | |
Matthias | Martin | fixed | 2003-07-09 12:40:54.0 | |
subject | Missing variance checks | |||
code |
class C[+T] { def set(elem: T): Unit = (); } |
|||
what happened | Compiles. |
|||
what expected | Variance-related error message. | |||
[back to overview] |
Martin edited on 2003-07-09 14:34:19.0 |