[nem-bug] [Nemerle 0001039]: Type System.Byte must be compatible with array index

feedback at nemerle.org feedback at nemerle.org
Sun Aug 12 11:22:34 CEST 2007


A NOTE has been added to this issue.
======================================================================
<http://nemerle.org/bugs/view.php?id=1039> 
======================================================================
Reported By:                GlebZ
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   1039
Category:                   Code Completion Engine
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             08-12-2007 00:06 CEST
Last Modified:              08-12-2007 11:22 CEST
======================================================================
Summary:                    Type System.Byte must be compatible with array index
Description: 
#pragma indent
public class TestArr
    arr:array[int]
    public this()
        arr=array(127)
        def b:byte = 10b 
        arr[b]=1   //error
    
module Test
    Main():void
        _=TestArr()
======================================================================

----------------------------------------------------------------------
 VladD2 - 08-12-07 11:22 
----------------------------------------------------------------------
The identation syntax not supported yet by Intellisense Engine.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
08-12-07 00:06 GlebZ          New Issue                                    
08-12-07 00:06 GlebZ          File Added: testing.n                        
08-12-07 00:07 GlebZ          Issue Monitored: GlebZ                       
08-12-07 11:22 VladD2         Note Added: 0001941                          
======================================================================




More information about the bugs mailing list