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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
                CC: [EMAIL PROTECTED]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to