[Mono-bugs] [Bug 420187] 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:39:46 EDT 2008


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

User gnorton at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=420187#c1


Geoff Norton <gnorton at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |gnorton at novell.com
             Status|NEW                                             |NEEDINFO
      Info Provider|                                                |wasabi at larvalstage.net




--- Comment #1 from Geoff Norton <gnorton at novell.com>  2008-08-25 15:39:46 MDT ---
Please attach a compilable test-case showing the problem and specify your mono
version:

[0.44][17:38] plasma at limestone:~$ gmcs test.cs  -target:library
[0.49][17:38] plasma at limestone:~$ cat test.cs 
using System;

public class ServiceManager {}

public class Test {
        public ServiceManager serviceManager;

        public ServiceManager ServiceManager { get { return serviceManager; } }
}
[0.53][17:39] plasma at limestone:~$ gmcs test.cs  -target:library


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