[Mono-bugs] [Bug 400139] New: Reports an error about constructor that is not used
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jun 13 12:35:27 EDT 2008
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: mono-bugs at lists.ximian.com
ReportedBy: aaragoneses at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
knocte at madrid:~> 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.
More information about the mono-bugs
mailing list