[Mono-bugs] [Bug 357223] New: gmcs cannot resolve ambiguous reference with generic and non-generic types with same name

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jan 30 07:32:07 EST 2008


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


           Summary: gmcs cannot resolve ambiguous reference with generic and
                    non-generic types with same name
           Product: Mono: Compilers
           Version: SVN
          Platform: x86-64
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: vargaz at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Testcase:
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
using System;
using Foo;

namespace Foo {

        public class Action
        {
        }
}

public class Tests {

        public static void Main () {
                Action a;
        }
}
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

This blocks parts of IronPython-2.0A8 from compiling.


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