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

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=400139#c3





--- Comment #3 from Andrés G. Aragoneses <[EMAIL PROTECTED]>  2008-06-22 
09:36:36 MDT ---
Marek, sorry for being a bit lazy in my last comment :)

Here's the smallest testcase that doesn't need a reference to Gtk#:

namespace TestCases {

        public class GmcsCtorBug
        {
                public static void Test ()
                {
                        new ClassWithNonPublicConstructor ();
                }
        }

        public class ClassWithNonPublicConstructor {

                protected ClassWithNonPublicConstructor (int p) {
                }
        }
}


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

Reply via email to