[Mono-bugs] [Bug 340509] New: [Flowanalysis] on generic values

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Nov 9 07:57:53 EST 2007


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

           Summary: [Flowanalysis] on generic values
           Product: Mono: Compilers
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: mono-bugs at ximian.com
        ReportedBy: msafar at novell.com
         QAContact: mono-bugs at ximian.com
          Found By: ---


public class Foo<T>
{
        public static bool Test ()
        {
                T t;
                return t is int;
        }
}



expected: CS0165


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