[nem-bug] [Nemerle 0000881]: Bogus error concerning override

feedback at nemerle.org feedback at nemerle.org
Tue Feb 6 14:12:33 CET 2007


The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=881> 
======================================================================
Reported By:                nikov
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   881
Category:                   Compiler
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             02-06-2007 14:12 CET
Last Modified:              02-06-2007 14:12 CET
======================================================================
Summary:                    Bogus error concerning override
Description: 
class Base {
	public virtual Foo[T]() : void {}
}

interface IFace {
	Foo[T]() : void;
}

class Derived : Base, IFace {} /* error : `override' specified on method
Derived.Foo() : void, but there is no method with this signature in parent
to override */

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

Issue History
Date Modified  Username       Field                    Change              
======================================================================
02-06-07 14:12 nikov          New Issue                                    
======================================================================




More information about the bugs mailing list