[Mono-bugs] [Bug 438669] New: Optional arguments in property declarations is not implemented

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Oct 24 06:30:21 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=438669


           Summary: Optional arguments in property declarations is not
                    implemented
           Product: Mono: Compilers
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Basic
        AssignedTo: rkvinge at novell.com
        ReportedBy: rkvinge at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


rolf at linux:~/bug-411572> cat 1.vb
class C
        shared sub Main 
        end sub
        readonly property P (optional byval arg as integer = -1)
                get
                end get
        end property
end class
rolf at linux:~/bug-411572> vbnc 1.vb
Visual Basic.Net Compiler version 0.0.0.5904
Copyright (C) 2004-2008 Rolf Bjarne Kvinge. All rights reserved.


/home/rolf/bug-411572/1.vb (4,56) : Error VBNC99997: You've encountered
something in the compiler which is not implemented. Please file a bug (see
instructions here: http://mono-project.com/Bugs)
There were 1 errors and 0 warnings.
Compilation took 00:00:00.7299920


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list