[nem-bug] [Nemerle 0001055]: missing .Net info for generic property?

feedback at nemerle.org feedback at nemerle.org
Sat Oct 20 07:03:38 CEST 2007


The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=1055> 
======================================================================
Reported By:                divan
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   1055
Category:                   Compiler
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             10-20-2007 07:03 CEST
Last Modified:              10-20-2007 07:03 CEST
======================================================================
Summary:                    missing .Net info for generic property?
Description: 
On r7814:

using A;
class A 
{
 //there are new methods like this in other places, but it's better to use
fresh method to make bug better reproducible :))
 public static Last[T] (this _ : list[T]) : list[string] {
  ["hello"]
 }
}
System.Console.WriteLine ([1].Last [0])

It doesn't compile because of http://nemerle.org/bugs/view.php?id=1054, but it
doesn't show 2 overloads
because DescribeMember throws NRE (null ==
GetPropertyInfo().PropertyType.FullName).
1) It should display at least anything
2) Is it a bug that FullName is null?
======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
10-20-07 07:03 divan          New Issue                                    
======================================================================




More information about the bugs mailing list