[nem-bug] [Nemerle 0000786]: internal compiler error
feedback at nemerle.org
feedback at nemerle.org
Tue Nov 14 21:28:31 CET 2006
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=786>
======================================================================
Reported By: wolfhound
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 786
Category: Compiler
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 11-14-2006 21:28 CET
Last Modified: 11-14-2006 21:28 CET
======================================================================
Summary: internal compiler error
Description:
using System.Collections.Generic;
class StateMachine[T]
{
public class StateSet
{
public Add(state : State) : void
{
}
}
public class State
{
public Add() : void
{
def set = StateSet();
set.Add(State());
}
}
}
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
11-14-06 21:28 wolfhound New Issue
======================================================================
More information about the bugs
mailing list