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


           Summary: Missing CS0119
           Product: Mono: Compilers
           Version: unspecified
          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: ---


class A
{
    public class T
    {
    }
}

class B<T> : A
{
    void Foo()
    {
        T.Equals (null, null);
    }
}

Actual: NO error
Expected: CS0119

This is caused by ignoring type arguments in simple name lookup


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