[nem-bug] [Nemerle 0000745]: Automatic generation of untupled
contructor should call existing one instead of base()
feedback at nemerle.org
feedback at nemerle.org
Sat Aug 19 14:06:46 CEST 2006
The following issue has been UPDATED.
======================================================================
<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 untupled 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
08-19-06 14:06 nazgul Summary Automatic generation of
untuples contructor should call existing one instead of base() => Automatic
generation of untupled contructor should call existing one instead of base()
08-19-06 14:06 nazgul Description Updated
08-19-06 14:06 nazgul Additional Information Updated
======================================================================
More information about the bugs
mailing list