| [#446] | project: compiler | priority: low | category: bug | |
|---|---|---|---|---|
| submitter | assigned to | status | date submitted | |
| Gilles | Martin | fixed | 2005-06-13 17:27:18.0 | |
| subject | Type parameter in call to overloaded method not working | |||
| code |
object Test {
def x[T1] (a:List[T1]): Unit = x[T1](a,false);
def x[T2] (a:List[T2],b:Boolean): Unit = ();
} |
|||
| what happened | |
|||
| what expected | A sucessfull compilation. | |||
| [back to overview] | ||||
| Gilles edited on 2006-03-24 17:55:07.0 |
| Fixed in Scala2 |