[nem-bug] [Nemerle 0000986]: value type base ctor
feedback at nemerle.org
feedback at nemerle.org
Tue Apr 10 08:00:04 CEST 2007
The following issue has been RESOLVED.
======================================================================
<http://nemerle.org/bugs/view.php?id=986>
======================================================================
Reported By: divan
Assigned To: divan
======================================================================
Project: Nemerle
Issue ID: 986
Category: Compiler
Reproducibility: always
Severity: minor
Priority: low
Status: resolved
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 04-08-2007 14:16 CEST
Last Modified: 04-10-2007 08:00 CEST
======================================================================
Summary: value type base ctor
Description:
struct A{
public this (_ : int) { base() }
}
A(3);
It compiles, but doesn't pass PEVerify. ("call to base type of valuetype")
======================================================================
----------------------------------------------------------------------
divan - 04-10-07 08:00
----------------------------------------------------------------------
Fixed on trunk r7586.
Issue History
Date Modified Username Field Change
======================================================================
04-08-07 14:16 divan New Issue
04-10-07 08:00 divan Note Added: 0001838
04-10-07 08:00 divan Assigned To => divan
04-10-07 08:00 divan Status new => resolved
04-10-07 08:00 divan Resolution open => fixed
04-10-07 08:00 divan Description Updated
04-10-07 08:00 divan Additional Information Updated
======================================================================
More information about the bugs
mailing list