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


           Summary: Reports an error about constructor that is not used
           Product: Mono: Compilers
           Version: 1.9.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


[EMAIL PROTECTED]:~> gmcs --version
Mono C# compiler version 1.9.1.0

If I compile this code against Gtk#:

new Gtk.RadioButton ();

The error given is:

[Task:File=/home/knocte/Documents/iDocs/Proyectos/mono/a11y/SVNtree/uia2atk/src/UiaAtkBridge/GailTest/GailTester.cs,
Line=113, Column=42, Type=Error, Priority=Normal,
Description=`Gtk.RadioButton.RadioButton(GLib.GType)' is inaccessible due to
its protection level(CS0122)]

Expected results (csc results):
Error   4       'Gtk.RadioButton' does not contain a constructor that takes '0'
arguments


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