[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
Sun Nov 6 20:30:56 CET 2005
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=563>
======================================================================
Reported By: nazgul
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 563
Category: Compiler
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 11-06-2005 20:30 CET
Last Modified: 11-06-2005 20:30 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;
}
}
}
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
11-06-05 20:30 nazgul New Issue
======================================================================
More information about the bugs
mailing list