[nem-bug] [Nemerle 0000817]: Compiler allows calling base abstract
member
feedback at nemerle.org
feedback at nemerle.org
Tue Jan 9 23:32:04 CET 2007
The following issue has been RESOLVED.
======================================================================
<http://nemerle.org/bugs/view.php?id=817>
======================================================================
Reported By: nazgul
Assigned To: nazgul
======================================================================
Project: Nemerle
Issue ID: 817
Category: Compiler
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 01-05-2007 18:26 CET
Last Modified: 01-09-2007 23:32 CET
======================================================================
Summary: Compiler allows calling base abstract member
Description:
abstract class A {
public abstract foo1 () : void;
}
class B : A {
public override foo1 () : void { base.foo1 (); }
}
======================================================================
----------------------------------------------------------------------
nazgul - 01-09-07 23:32
----------------------------------------------------------------------
Fixed on trunk (r7236)
Issue History
Date Modified Username Field Change
======================================================================
01-05-07 18:26 nazgul New Issue
01-09-07 23:32 nazgul Status new => resolved
01-09-07 23:32 nazgul Resolution open => fixed
01-09-07 23:32 nazgul Assigned To => nazgul
01-09-07 23:32 nazgul Note Added: 0001601
======================================================================
More information about the bugs
mailing list