Aladdin - Scala Bugtracking
[#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]
Changes of this bug report
Martin  edited on  2003-07-09 14:34:19.0