[Mono-bugs] [Bug 382277] New: mcs have issues revolving methods of nested classes

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Apr 22 07:00:09 EDT 2008


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


           Summary: mcs have issues revolving methods of nested classes
           Product: Mono: Compilers
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: msafar at novell.com
        ReportedBy: jbevain at novell.com
         QAContact: mono-bugs at lists.ximian.com
                CC: rodrigobamboo at gmail.com
          Found By: ---


Repro:

using System;

class Tzap {

        protected class Baz : Tzap.Bar {

                public void Gazonk ()
                {
                        this.Foo ();
                }
        }

        protected abstract class Bar {
                protected virtual void Foo ()
                {
                }
        }
}


-- 
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