[nem-bug] [Nemerle 0000833]: Incorrect ambiguous

feedback at nemerle.org feedback at nemerle.org
Sun Jan 21 14:43:26 CET 2007


The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=833> 
======================================================================
Reported By:                VladD2
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   833
Category:                   Compiler
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             01-21-2007 14:43 CET
Last Modified:              01-21-2007 14:43 CET
======================================================================
Summary:                    Incorrect ambiguous
Description: 
public class A : System.IEquatable[A]
{
  public override Equals (other : object) : bool { this == other }
  public Equals (other : A) : bool { this : object == other }
}
-------------------------------------------------------------
Main.n(4,3,4,62): error : ambiguous implements-match for interface
method(s):
[method System.IEquatable.Equals(other : T.0) : bool], please 
use explicit implementation
======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
01-21-07 14:43 VladD2         New Issue                                    
======================================================================




More information about the bugs mailing list