[nem-bug] [Nemerle 0000581]: problems with closure constructions
feedback at nemerle.org
feedback at nemerle.org
Tue Nov 29 18:02:26 CET 2005
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=581>
======================================================================
Reported By: malekith
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 581
Category: Compiler
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 11-29-2005 18:02 CET
Last Modified: 11-29-2005 18:02 CET
======================================================================
Summary: problems with closure constructions
Description:
def inf = 0;
def intersect () {
def ray_sphere () { inf }
def aux () { ray_sphere () + ray_sphere () }
_ = aux;
aux ()
}
_ = intersect ()
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
11-29-05 18:02 malekith New Issue
======================================================================
More information about the bugs
mailing list