[Mono-bugs] [Bug 400139] Reports an error about constructor that is not used
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Jun 15 16:50:03 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=400139
User aaragoneses at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=400139#c2
--- Comment #2 from Andrés G. Aragoneses <aaragoneses at novell.com> 2008-06-15 14:50:01 MDT ---
(In reply to comment #1 from Marek Safar)
> Could you please provide a test case which helps me to reproduce the issue.
>
using System;
namespace GmcsBug
{
class MainClass
{
public static void Main(string[] args)
{
new Gtk.RadioButton ();
}
}
}
(Compile against Gtk# reference.)
That's it ;)
--
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.
More information about the mono-bugs
mailing list