[nem-bug] [Nemerle 0000835]: default arguments for nullable types lead to Compiler ICE

feedback at nemerle.org feedback at nemerle.org
Thu Jan 25 01:33:21 CET 2007


The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=835> 
======================================================================
Reported By:                akhropov
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   835
Category:                   Compiler (type engine)
Reproducibility:            always
Severity:                   crash
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             01-25-2007 01:33 CET
Last Modified:              01-25-2007 01:33 CET
======================================================================
Summary:                    default arguments for nullable types lead to
Compiler ICE
Description: 
The following code ICEs the compiler
--------------------------------------
class A
{
  mutable _i : int?;
  
  public this( i: int? = null )
  {
    _i = i;
  }
}

def a = A();
--------------------------------------
======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
01-25-07 01:33 akhropov       New Issue                                    
======================================================================




More information about the bugs mailing list