| [#182] | project: compiler | priority: low | category: bug | |
|---|---|---|---|---|
| submitter | assigned to | status | date submitted | |
| Philippe | Martin | fixed | 2003-10-07 09:21:11.0 | |
| subject | overrinding classes generate contradicting error messages | |||
| code |
class Foo { class I; }
class Bar extends Foo { class I; }
|
|||
| what happened |
|
|||
| what expected | In both case, the error message should say that classes may not be overridden. |
|||
| [back to overview] | ||||
| Martin edited on 2003-10-08 20:38:58.0 |