[nem-bug] [Nemerle 0000814]: Nemerle default indexer not compatibility with C#

feedback at nemerle.org feedback at nemerle.org
Wed Dec 27 05:06:16 CET 2006


The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=814> 
======================================================================
Reported By:                VladD2
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   814
Category:                   Compiler
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             12-27-2006 05:06 CET
Last Modified:              12-27-2006 05:06 CET
======================================================================
Summary:                    Nemerle default indexer not compatibility with C#
Description: 
If create in Nemerle assembly which containe type with default accessor:
public Item[fileIndex : int] : SomeType
{
  get
  {
    ...
  }
}
and try use it from C# application you get error:
error CS0570: 'Nemerle.Completion2.CompileUnitCollection.this[int]' is not
supported by the language

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

Issue History
Date Modified  Username       Field                    Change              
======================================================================
12-27-06 05:06 VladD2         New Issue                                    
======================================================================




More information about the bugs mailing list