| [#178] | project: specification | priority: low | category: bug | |
|---|---|---|---|---|
| submitter | assigned to | status | date submitted | |
| Matthias | Martin | fixed | 2003-10-06 12:30:07.0 | |
| subject | Disallow dependent method types | |||
| code |
class A {
class B;
def foo(a: A, b: a.B) = 1;
// val b = new A;
// Console.println(foo(b, new b.B));
}
|
|||
| what happened | The code above is legal, but it is not possible to call function |
|||
| what expected | ||||
| [back to overview] | ||||
| Martin edited on 2003-10-09 12:21:00.0 |