[Mono-bugs] [Bug 420187] New: field resolution breaks when encounters property named the same as a type
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Aug 25 17:33:10 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=420187
Summary: field resolution breaks when encounters property named
the same as a type
Product: Mono: Compilers
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: C#
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: wasabi at larvalstage.net
QAContact: mono-bugs at lists.ximian.com
Found By: ---
My class contains:
private ServiceManager serviceManager;
public ServiceManager ServiceManager { get { return serviceManager; } }
This breaks. It breaks on the field, saying it expected a type and not a
property. Works fine in MS.Net.
--
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