| [#483] | project: nsc | priority: low | category: bug | |
|---|---|---|---|---|
| submitter | assigned to | status | date submitted | |
| Iulian | Martin | fixed | 2005-11-10 11:29:34.0 | |
| subject | wrong outer parameter sent to superclass ctor | |||
| code |
object Obj {
def main(args: Array[String]) = {
class X;
class Y extends X;
}
}
|
|||
| what happened | |
|||
| what expected | ||||
| [back to overview] | ||||
| Iulian edited on 2005-11-10 11:32:00.0 |
| Iulian edited on 2005-11-10 11:32:39.0 |
| Martin edited on 2005-11-11 13:39:08.0 |