[nem-bug] [Nemerle 0000706]: Implicit cast func type to delegate.
feedback at nemerle.org
feedback at nemerle.org
Mon Jul 3 07:22:15 CEST 2006
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=706>
======================================================================
Reported By: VladD2
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 706
Category: Compiler
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 07-03-2006 07:22 CEST
Last Modified: 07-03-2006 07:22 CEST
======================================================================
Summary: Implicit cast func type to delegate.
Description:
Compile:
public Sort[T] (this sourse : array [T], comparison : T * T -> int) :
array [T]
{
System.Array.Sort(sourse, comparison);
sourse
}
Error:
error : internal compiler error: assertion ``False'' failed in file
generation/Typer4.n, line 186:
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
07-03-06 07:22 VladD2 New Issue
======================================================================
More information about the bugs
mailing list