| [#314] | project: compiler | priority: high | category: bug | |
|---|---|---|---|---|
| submitter | assigned to | status | date submitted | |
| Stephane | Martin | fixed | 2004-03-23 16:36:45.0 | |
| subject | method overloading does not work on Java 1.5 | |||
| code |
object Test with Application {
val buf = new StringBuffer(1);
buf.append('a');
Console.println(buf.toString())
} |
|||
| what happened | |
|||
| what expected | string "a" is printed out (as on Java 1.4.x) | |||
| [back to overview] | ||||
| Stephane edited on 2004-03-23 16:37:07.0 |
| Stephane edited on 2004-03-23 16:37:29.0 |
| Stephane edited on 2004-04-08 13:20:36.0 |