[nem-bug] [Nemerle 0000630]: Implicit conversions doesn't work for generic parameter

feedback at nemerle.org feedback at nemerle.org
Mon Feb 27 18:57:10 CET 2006


The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=630> 
======================================================================
Reported By:                nazgul
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   630
Category:                   Compiler
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             02-27-2006 18:57 CET
Last Modified:              02-27-2006 18:57 CET
======================================================================
Summary:                    Implicit conversions doesn't work for generic
parameter
Description: 

class C [T] {
  public static @: (x : T) : C[T] {
    C()
  }
}

class B {}

class Implicit
{
  public static Main() : void
  {
     def x = B() : C[B];
     Nemerle.IO.print("$x\n");
  }
}

======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
02-27-06 18:57 nazgul         New Issue                                    
======================================================================




More information about the bugs mailing list