http://bugzilla.novell.com/show_bug.cgi?id=502718


           Summary: Narrowing conversion from long to integer crashes
    Classification: Mono
           Product: Mono: Compilers
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: ASSIGNED
          Severity: Minor
          Priority: P5 - None
         Component: Basic
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---


class c
    shared sub main ()
        const v as long = 2
        Dim bytes(0 To v) As Byte
    end sub
end class

> vbnc test.vb
Visual Basic.Net Compiler version 0.0.0.5915 (Mono 2.3 - r117246)
Copyright (C) 2004-2008 Rolf Bjarne Kvinge. All rights reserved.


Missed option: Int64_Int32
(stack trace)

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to