[Mono-bugs] [Bug 686158] New: [Flow-analysis] Missing CS0165 on ?? expression

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Apr 8 03:41:29 EDT 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=686158#c0


           Summary: [Flow-analysis] Missing CS0165 on ?? expression
    Classification: Mono
           Product: Mono: Compilers
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: msafar at novell.com
        ReportedBy: msafar at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


class Test
{
    static void Main ()
    {
        int? i;
        int? j;
        int? x = (i = 7) ?? j;
    }
}

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list