[nem-bug] [Nemerle 0000563]: Generic parameters are not correctly
inherited in nested type of nested type of generic type
feedback at nemerle.org
feedback at nemerle.org
Thu Jan 26 18:11:45 CET 2006
The following issue has been CLOSED
======================================================================
<http://nemerle.org/bugs/view.php?id=563>
======================================================================
Reported By: nazgul
Assigned To: malekith
======================================================================
Project: Nemerle
Issue ID: 563
Category: Compiler
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 11-06-2005 20:30 CET
Last Modified: 01-26-2006 18:11 CET
======================================================================
Summary: Generic parameters are not correctly inherited in
nested type of nested type of generic type
Description:
using System;
public class Set['a]
{
class A {
class B {
x : A;
}
}
}
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0000561 Compiler internal error when defining n...
======================================================================
----------------------------------------------------------------------
malekith - 11-12-05 17:06
----------------------------------------------------------------------
Resolved in 5930
Issue History
Date Modified Username Field Change
======================================================================
11-06-05 20:30 nazgul New Issue
11-06-05 20:31 nazgul Relationship added related to 0000561
11-06-05 20:32 nazgul Status new => confirmed
11-12-05 17:06 malekith Status confirmed => resolved
11-12-05 17:06 malekith Resolution open => fixed
11-12-05 17:06 malekith Assigned To => malekith
11-12-05 17:06 malekith Note Added: 0001016
11-12-05 17:06 malekith Description Updated
11-12-05 17:06 malekith Additional Information Updated
01-26-06 18:11 nazgul Status resolved => closed
======================================================================
More information about the bugs
mailing list