[nem-bug] [Nemerle 0000817]: Compiler allows calling base abstract member

feedback at nemerle.org feedback at nemerle.org
Fri Jan 5 18:26:26 CET 2007


The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=817> 
======================================================================
Reported By:                nazgul
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   817
Category:                   Compiler
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             01-05-2007 18:26 CET
Last Modified:              01-05-2007 18:26 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 ();  }
}


======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
01-05-07 18:26 nazgul         New Issue                                    
======================================================================




More information about the bugs mailing list