[nem-bug] [Nemerle 0000745]: Automatic generation of untuples contructor should call existing one instead of base()

feedback at nemerle.org feedback at nemerle.org
Sat Aug 19 14:06:08 CEST 2006


The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=745> 
======================================================================
Reported By:                nazgul
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   745
Category:                   Compiler
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             08-19-2006 14:06 CEST
Last Modified:              08-19-2006 14:06 CEST
======================================================================
Summary:                    Automatic generation of untuples contructor should
call existing one instead of base()
Description: 

[Record]
class A {
  public foo : int;
}

class B : A {
  public this (p : int * string) {
     base (p[0]);
  }
}

();

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

Issue History
Date Modified  Username       Field                    Change              
======================================================================
08-19-06 14:06 nazgul         New Issue                                    
======================================================================




More information about the bugs mailing list